Package org.compiere.grid
Class CreateFromStatement
- java.lang.Object
-
- org.compiere.grid.CreateFrom
-
- org.compiere.grid.CreateFromBatch
-
- org.compiere.grid.CreateFromStatement
-
- All Implemented Interfaces:
ICreateFrom
- Direct Known Subclasses:
WCreateFromStatementUI
public abstract class CreateFromStatement extends CreateFromBatch
- Author:
- Elaine
-
-
Field Summary
-
Fields inherited from class org.compiere.grid.CreateFrom
isSOTrx, log, m_rma, p_order
-
-
Constructor Summary
Constructors Constructor Description CreateFromStatement(GridTab mTab)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
configureMiniTable(IMiniTable miniTable)
boolean
dynInit()
protected Vector<Vector<Object>>
getBankAccountData(Object BankAccount, Object BPartner, String DocumentNo, Object DateFrom, Object DateTo, Object AmtFrom, Object AmtTo, Object DocType, Object TenderType, String AuthCode)
protected Vector<String>
getOISColumnNames()
boolean
save(IMiniTable miniTable, String trxName)
-
Methods inherited from class org.compiere.grid.CreateFromBatch
getSQLWhere, info
-
Methods inherited from class org.compiere.grid.CreateFrom
closeWindow, getGridTab, getM_Warehouse_ID, getOrderData, getOrderData, getTitle, isInitOK, loadOrderData, loadOrderData, setInitOK, setTitle, showWindow
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.compiere.grid.ICreateFrom
getWindow
-
-
-
-
Constructor Detail
-
CreateFromStatement
public CreateFromStatement(GridTab mTab)
-
-
Method Detail
-
dynInit
public boolean dynInit() throws Exception
- Specified by:
dynInit
in classCreateFrom
- Throws:
Exception
-
getBankAccountData
protected Vector<Vector<Object>> getBankAccountData(Object BankAccount, Object BPartner, String DocumentNo, Object DateFrom, Object DateTo, Object AmtFrom, Object AmtTo, Object DocType, Object TenderType, String AuthCode)
- Specified by:
getBankAccountData
in classCreateFromBatch
-
configureMiniTable
protected void configureMiniTable(IMiniTable miniTable)
-
save
public boolean save(IMiniTable miniTable, String trxName)
- Specified by:
save
in classCreateFrom
-
-