Package org.eevolution.model
Class CalloutBOM
- java.lang.Object
-
- org.compiere.model.CalloutEngine
-
- org.eevolution.model.CalloutBOM
-
- All Implemented Interfaces:
Callout
public class CalloutBOM extends CalloutEngine
BOM Callouts- Author:
- Victor Perez www.e-evolution.com, Teo Sarca, www.arhipac.ro
- BF [ 2820743 ] CalloutBOM - apply ABP https://sourceforge.net/p/adempiere/libero/211/
-
-
Field Summary
-
Fields inherited from class org.compiere.model.CalloutEngine
additionalArgs, ARG_SEPARATOR, log, NO_ERROR
-
-
Constructor Summary
Constructors Constructor Description CalloutBOM()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringgetdefaults(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)getdefaults get defaults for Product (search key, name, description, help and UOM)Stringparent(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)Parent cycle check and BOM Line defaults.StringqtyLine(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)-
Methods inherited from class org.compiere.model.CalloutEngine
checkPeriodOpen, convert, dateAcct, getGridField, getGridTab, isCalloutActive, rate, setCalloutActive, start
-
-
-
-
Method Detail
-
parent
public String parent(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
Parent cycle check and BOM Line defaults.- Parameters:
ctx- ContextWindowNo- current Window NomTab- Model TabmField- Model Fieldvalue- The new value
-
qtyLine
public String qtyLine(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
-
getdefaults
public String getdefaults(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
getdefaults get defaults for Product (search key, name, description, help and UOM)- Parameters:
ctx- ContextWindowNo- current Window NomTab- Model TabmField- Model Fieldvalue- The new value
-
-