Package org.compiere.model
Class CalloutProductCategory
java.lang.Object
org.compiere.model.CalloutEngine
org.compiere.model.CalloutProductCategory
- All Implemented Interfaces:
Callout
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
-
Method Summary
Modifier and TypeMethodDescriptiontestForLoop
(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
-
Constructor Details
-
CalloutProductCategory
public CalloutProductCategory()
-
-
Method Details
-
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
-