Package org.maintenance.model
Class CalloutAssetMPLogMeterSearch
java.lang.Object
org.compiere.model.CalloutEngine
org.maintenance.model.CalloutAssetMPLog
org.maintenance.model.CalloutAssetMPLogMeterSearch
- All Implemented Interfaces:
IColumnCallout,Callout
-
Field Summary
Fields inherited from class org.compiere.model.CalloutEngine
additionalArgs, ARG_SEPARATOR, log, NO_ERROR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.maintenance.model.CalloutAssetMPLog
assetLog, meterSearchMethods inherited from class org.compiere.model.CalloutEngine
checkPeriodOpen, convert, dateAcct, getGridField, getGridTab, isCalloutActive, rate, setCalloutActive, start
-
Constructor Details
-
CalloutAssetMPLogMeterSearch
public CalloutAssetMPLogMeterSearch()
-
-
Method Details
-
start
public String start(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value, Object oldValue) Description copied from interface:IColumnCalloutStart Callout.Callout's are used for cross field validation and setting values in other fields. When returning a non empty (error message) string, an exception is raised.
When invoked, the Tab model has the new value!
- Specified by:
startin interfaceIColumnCallout- Parameters:
ctx- ContextWindowNo- current Window NomTab- Tab modelmField- Field modelvalue- The new valueoldValue- The old value- Returns:
- Error message or ""
-