Package org.compiere.model
Class CalloutWindowCustomization
- java.lang.Object
-
- org.compiere.model.CalloutEngine
-
- org.compiere.model.CalloutWindowCustomization
-
- All Implemented Interfaces:
Callout
public class CalloutWindowCustomization extends CalloutEngine
Window Customization Callout- Author:
- Dirk Niemeyer, action42 GmbH
-
-
Field Summary
-
Fields inherited from class org.compiere.model.CalloutEngine
additionalArgs, ARG_SEPARATOR, log, NO_ERROR
-
-
Constructor Summary
Constructors Constructor Description CalloutWindowCustomization()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
field(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
Deprecated.String
tab(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
Deprecated.String
window(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
Deprecated.-
Methods inherited from class org.compiere.model.CalloutEngine
checkPeriodOpen, convert, dateAcct, getGridField, getGridTab, isCalloutActive, rate, setCalloutActive, start
-
-
-
-
Method Detail
-
window
@Deprecated public String window(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
Deprecated.Set fields to current values from DB for selected window.- Parameters:
ctx
- contextWindowNo
- window nomTab
- tabmField
- fieldvalue
- value- Returns:
- null or error message
-
tab
@Deprecated public String tab(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
Deprecated.Set fields to current values from DB for selected Tab- Parameters:
ctx
- contextWindowNo
- window nomTab
- tabmField
- fieldvalue
- value- Returns:
- null or error message
-
field
@Deprecated public String field(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
Deprecated.Set fields to current values from DB for selected Tab- Parameters:
ctx
- contextWindowNo
- window nomTab
- tabmField
- fieldvalue
- value- Returns:
- null or error message
-
-