Package org.compiere.model
Class CalloutMovement
java.lang.Object
org.compiere.model.CalloutEngine
org.compiere.model.CalloutMovement
- All Implemented Interfaces:
Callout
Inventory Movement Callouts
- Version:
- $Id: CalloutMovement.java,v 1.2 2006/07/30 00:51:03 jjanke Exp $
- Author:
- Jorg Janke, Teo Sarca, SC ARHIPAC SERVICE SRL
- BF [ 1879568 ] CalloutMouvement QtyAvailable issues
-
Field Summary
Fields inherited from class org.compiere.model.CalloutEngine
additionalArgs, ARG_SEPARATOR, log, NO_ERROR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlocator
(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) Movement Line - Locator modifiedproduct
(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) Product modified Set Attribute Set Instance Set UOMqty
(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) Movement Line - Quantity - enforces Qty UOM relationship - called from C_UOM_ID, QtyEntered, MovementQty, M_AttributeSetInstance_IDMethods inherited from class org.compiere.model.CalloutEngine
checkPeriodOpen, convert, dateAcct, getGridField, getGridTab, isCalloutActive, rate, setCalloutActive, start
-
Constructor Details
-
CalloutMovement
public CalloutMovement()
-
-
Method Details
-
product
Product modified Set Attribute Set Instance Set UOM- Parameters:
ctx
- ContextWindowNo
- current Window NomTab
- Model TabmField
- Model Fieldvalue
- The new value- Returns:
- Error message or ""
-
qty
Movement Line - Quantity - enforces Qty UOM relationship - called from C_UOM_ID, QtyEntered, MovementQty, M_AttributeSetInstance_ID- Parameters:
ctx
- ContextWindowNo
- current Window NomTab
- Model TabmField
- Model Fieldvalue
- The new value- Returns:
- Error message or ""
-
locator
Movement Line - Locator modified- Parameters:
ctx
- ContextWindowNo
- current Window NomTab
- Model TabmField
- Model Fieldvalue
- The new value- Returns:
- Error message or ""
-