Package org.compiere.model
Class CalloutProductCategory
- java.lang.Object
-
- org.compiere.model.CalloutEngine
-
- org.compiere.model.CalloutProductCategory
-
- All Implemented Interfaces:
Callout
public class CalloutProductCategory extends CalloutEngine
Product Category Callouts- Author:
- Karsten Thiemann kthiemann@adempiere.org
-
-
Field Summary
-
Fields inherited from class org.compiere.model.CalloutEngine
additionalArgs, ARG_SEPARATOR, log, NO_ERROR
-
-
Constructor Summary
Constructors Constructor Description CalloutProductCategory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtestForLoop(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value, Object oldValue)Loop detection of product category tree.-
Methods inherited from class org.compiere.model.CalloutEngine
checkPeriodOpen, convert, dateAcct, getGridField, getGridTab, isCalloutActive, rate, setCalloutActive, start
-
-
-
-
Method Detail
-
testForLoop
public String testForLoop(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value, Object oldValue)
Loop detection of product category tree.- Parameters:
ctx- contextWindowNo- current Window NomTab- Grid TabmField- Grid Fieldvalue- New Value- Returns:
- "" or error message
-
-