Package org.compiere.model
Class CalloutInOut
java.lang.Object
org.compiere.model.CalloutEngine
org.compiere.model.CalloutInOut
- All Implemented Interfaces:
Callout
Shipment/Receipt Callouts
- Version:
- $Id: CalloutInOut.java,v 1.7 2006/07/30 00:51:05 jjanke Exp $
- Author:
- Jorg Janke, victor.perez@e-evolution.com www.e-evolution.com [ 1867464 ] https://sourceforge.net/p/adempiere/bugs/923/
-
Field Summary
Fields inherited from class org.compiere.model.CalloutEngine
additionalArgs, ARG_SEPARATOR, log, NO_ERROR
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasi
(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) M_InOutLine - ASI.bpartner
(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) M_InOut - Defaults for BPartnerdocType
(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) InOut - DocTypenavigateInOutLine
(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) order
(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) C_Order - Order Defaults.orderLine
(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) OrderLine Calloutproduct
(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) M_InOutLine - Default UOM/Locator for Product.qty
(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) InOut Line - Quantityrma
(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) M_RMA - RMA Defaults.rmaLine
(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) RMALine Calloutwarehouse
(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) M_Warehouse.Methods inherited from class org.compiere.model.CalloutEngine
checkPeriodOpen, convert, dateAcct, getGridField, getGridTab, isCalloutActive, rate, setCalloutActive, start
-
Constructor Details
-
CalloutInOut
public CalloutInOut()
-
-
Method Details
-
order
C_Order - Order Defaults.- Parameters:
ctx
-WindowNo
-mTab
-mField
-value
-- Returns:
- error message or ""
-
rma
M_RMA - RMA Defaults.- Parameters:
ctx
-WindowNo
-mTab
-mField
-value
-- Returns:
- error message or ""
-
docType
InOut - DocType. - sets MovementType - gets DocNo- Parameters:
ctx
-WindowNo
-mTab
-mField
-value
-- Returns:
- error message or ""
-
bpartner
M_InOut - Defaults for BPartner. - Location - Contact- Parameters:
ctx
-WindowNo
-mTab
-mField
-value
-- Returns:
- error message or ""
-
warehouse
M_Warehouse. Set Organization and Default Locator- Parameters:
ctx
-WindowNo
-mTab
-mField
-value
-- Returns:
- error message or ""
-
orderLine
OrderLine Callout- Parameters:
ctx
- contextWindowNo
- window nomTab
- tab modelmField
- field modelvalue
- new value- Returns:
- error message or ""
-
rmaLine
RMALine Callout- Parameters:
ctx
- contextWindowNo
- window nomTab
- tab modelmField
- field modelvalue
- new value- Returns:
- error message or ""
-
product
M_InOutLine - Default UOM/Locator for Product.- Parameters:
ctx
- contextWindowNo
- window nomTab
- tab modelmField
- field modelvalue
- new value- Returns:
- error message or ""
-
qty
InOut Line - Quantity. - called from C_UOM_ID, QtyEntered, MovementQty - enforces qty UOM relationship- Parameters:
ctx
- contextWindowNo
- window nomTab
- tab modelmField
- field modelvalue
- new value- Returns:
- error message or ""
-
asi
M_InOutLine - ASI.- Parameters:
ctx
- contextWindowNo
- window nomTab
- tab modelmField
- field modelvalue
- new value- Returns:
- error message or ""
-