Class ModelExporter

java.lang.Object
org.compiere.process.SvrProcess
org.adempiere.process.rpl.exp.ModelExporter
All Implemented Interfaces:
ProcessCall

public class ModelExporter extends SvrProcess
Version:
$Id:$
Author:
victor.perez@e-evolution.com FB [1963487 ] Is necessary new process to export and import with an Export
  • Field Details

    • p_AD_Client_ID

      protected int p_AD_Client_ID
      Client Parameter
    • p_C_DocType_ID

      protected int p_C_DocType_ID
      Document Type Parameter
    • p_Record_ID

      protected int p_Record_ID
      Record ID
    • p_EXP_Format_ID

      protected int p_EXP_Format_ID
      EXP_Format_ID
    • p_FileName

      protected String p_FileName
      File Name
  • Constructor Details

    • ModelExporter

      public ModelExporter()
  • Method Details

    • prepare

      protected void prepare()
      Get Parameters
      Specified by:
      prepare in class SvrProcess
    • doIt

      protected String doIt() throws Exception
      Process
      Specified by:
      doIt in class SvrProcess
      Returns:
      info
      Throws:
      Exception - if not successful e.g. throw new AdempiereUserError ("@FillMandatory@ @C_BankAccount_ID@");