Package org.compiere.process
Class InOutGenerate
java.lang.Object
org.compiere.process.SvrProcess
org.compiere.process.InOutGenerate
- All Implemented Interfaces:
ProcessCall
- Direct Known Subclasses:
ProcCOFGerarExpedicaoPontoRemessa
Generate Shipments.
Manual or Automatic
- Version:
- $Id: InOutGenerate.java,v 1.2 2006/07/30 00:51:01 jjanke Exp $
- Author:
- Jorg Janke
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final String
protected static final String
protected static final String
protected static final String
protected Timestamp
Movement Dateprotected String
protected Boolean
protected String
protected boolean
Consolidateprotected String
DocActionprotected int
Warehouseprotected boolean
Manual SelectionFields inherited from class org.compiere.process.SvrProcess
log, MSG_InvalidArguments, MSG_SaveErrorRowNotFound, PROCESS_INFO_CTX_KEY, PROCESS_UI_CTX_KEY, processUI
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
doIt()
Generate Shipmentsprotected String
getKey
(MOrderLine orderLine) protected void
prepare()
Prepare - e.g., get Parameters.void
Reset in memory map, array and parametersvoid
validaTransmissaoAutomatica
(String alias, List<Object> params) 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, getRecord_UU, getRecord_UUs, getTable_ID, isLocked, lockObject, postProcess, rollback, saveProgress, saveStatus, setProcessUI, startProcess, statusUpdate, unlockObject, updateProgress
-
Field Details
-
p_Selection
protected boolean p_SelectionManual Selection -
p_M_Warehouse_ID
protected int p_M_Warehouse_IDWarehouse -
p_docAction
DocAction -
p_ConsolidateDocument
protected boolean p_ConsolidateDocumentConsolidate -
m_movementDate
Movement Date -
p_COF_Agrupamento
-
p_COF_IsGerarPorPontoDeRemessa
-
p_COF_PontosRemessaConsiderar
-
COF_AGRUPAMENTO_DATA_PROMETIDA
- See Also:
-
COF_AGRUPAMENTO_TIPO_PRODUTO
- See Also:
-
COF_AGRUPAMENTO_CLASSE_PRODUTO
- See Also:
-
COF_AGRUPAMENTO_GRUPO_PRODUTO
- See Also:
-
-
Constructor Details
-
InOutGenerate
public InOutGenerate()
-
-
Method Details
-
prepare
protected void prepare()Prepare - e.g., get Parameters.- Specified by:
prepare
in classSvrProcess
-
doIt
Generate Shipments- Specified by:
doIt
in classSvrProcess
- Returns:
- info
- Throws:
Exception
-
validaTransmissaoAutomatica
-
resetStorageCache
public void resetStorageCache()Reset in memory map, array and parameters -
getKey
-