Package org.adempiere.process.rpl.exp
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 Summary
Fields Modifier and Type Field Description protected int
p_AD_Client_ID
Client Parameterprotected int
p_C_DocType_ID
Document Type Parameterprotected int
p_EXP_Format_ID
EXP_Format_IDprotected String
p_FileName
File Nameprotected int
p_Record_ID
Record ID-
Fields inherited from class org.compiere.process.SvrProcess
log, MSG_InvalidArguments, MSG_SaveErrorRowNotFound, PROCESS_INFO_CTX_KEY, PROCESS_UI_CTX_KEY, processUI
-
-
Constructor Summary
Constructors Constructor Description ModelExporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
doIt()
Processprotected void
prepare()
Get Parameters-
Methods inherited from class org.compiere.process.SvrProcess
addBufferLog, addLog, addLog, addLog, commit, commitEx, doIt, get_TrxName, getAD_Client_ID, getAD_PInstance_ID, getAD_User_ID, getCtx, getName, getParameter, getProcessInfo, getRecord_ID, getRecord_IDs, getTable_ID, isLocked, lockObject, postProcess, rollback, setProcessUI, startProcess, statusUpdate, unlockObject
-
-
-
-
Field Detail
-
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
-
-
Method Detail
-
prepare
protected void prepare()
Get Parameters- Specified by:
prepare
in classSvrProcess
-
doIt
protected String doIt() throws Exception
Process- Specified by:
doIt
in classSvrProcess
- Returns:
- info
- Throws:
Exception
- if not successful e.g. throw new AdempiereUserError ("@FillMandatory@ @C_BankAccount_ID@");
-
-