Adempiere 3.5.2a

org.adempiere.server.rpl.imp
Class ModelImporter

java.lang.Object
  extended by org.compiere.process.SvrProcess
      extended by org.adempiere.server.rpl.imp.ModelImporter
All Implemented Interfaces:
ProcessCall

public class ModelImporter
extends SvrProcess

Version:
$Id:$
Author:
Trifon N. Trifonov, victor.perez@e-evolution.com FB [1963487 ] Is necessary new process to export and import with an Export
See Also:
http://sourceforge.net/tracker/?func=detail&atid=879335&aid=1963487&group_id=176962

Field Summary
protected  int p_AD_Client_ID
          Client Parameter
protected  int p_C_DocType_ID
          Document Type Parameter
protected  int p_EXP_Format_ID
          EXP_Format_ID
protected  String p_FileName
          File Name
protected  int p_Record_ID
          Record ID
 
Fields inherited from class org.compiere.process.SvrProcess
log, MSG_InvalidArguments, MSG_SaveErrorRowNotFound
 
Constructor Summary
ModelImporter()
           
 
Method Summary
protected  String doIt()
          Process
static void main(String[] args)
           
protected  void prepare()
          Get Parameters
 
Methods inherited from class org.compiere.process.SvrProcess
addLog, addLog, commit, commitEx, doIt, get_TrxName, getAD_Client_ID, getAD_PInstance_ID, getAD_User_ID, getCtx, getName, getParameter, getProcessInfo, getRecord_ID, getTable_ID, isLocked, lockObject, postProcess, rollback, startProcess, unlockObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

Constructor Detail

ModelImporter

public ModelImporter()
Method Detail

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@");

main

public static void main(String[] args)

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.