Package org.compiere.grid
Class CreateFromRMA
java.lang.Object
org.compiere.grid.CreateFrom
org.compiere.grid.CreateFromRMA
- All Implemented Interfaces:
ICreateFrom
- Direct Known Subclasses:
WCreateFromRMAUI
Create M_RMALine for M_RMA from shipment lines
- Author:
- ashley, Teo Sarca, www.arhipac.ro
- BF [ 2007837 ] VCreateFrom.save() should run in trx
-
Field Summary
Fields inherited from class org.compiere.grid.CreateFrom
isSOTrx, log, m_rma, p_order
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
configureMiniTable
(IMiniTable miniTable) set class/type of columnsprotected boolean
dynInit()
dynamic initialization, usually for loading of dataGet shipment linesvoid
info
(IMiniTable miniTable, IStatusBar statusBar) update status bar with info from miniTableboolean
save
(IMiniTable miniTable, String trxName) Create M_RMALineMethods inherited from class org.compiere.grid.CreateFrom
closeWindow, getGridTab, getM_Warehouse_ID, getOrderData, getOrderData, getTitle, getTrxName, isInitOK, loadOrderData, loadOrderData, setInitOK, setTitle, setTrxName, 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 Details
-
CreateFromRMA
- Parameters:
mTab
-
-
-
Method Details
-
dynInit
Description copied from class:CreateFrom
dynamic initialization, usually for loading of data- Specified by:
dynInit
in classCreateFrom
- Returns:
- true if initialization success
- Throws:
Exception
-
getRMAData
Get shipment lines- Returns:
- shipment lines (selection,[m_inoutline_id,line],productName,serialNo,qtyEntered,movementQty,lineDescription)
-
info
Description copied from class:CreateFrom
update status bar with info from miniTable- Specified by:
info
in classCreateFrom
-
configureMiniTable
set class/type of columns- Parameters:
miniTable
-
-
save
Create M_RMALine- Specified by:
save
in classCreateFrom
- Returns:
- true if save successfully
-
getOISColumnNames
- Returns:
- column header names (select,line,product,serialNo,quantity,qtyDelivered,description)
-