Class CalledParamIdsExpressionObject
java.lang.Object
org.bgerp.dao.expression.ParamExpressionObject
org.bgerp.dao.expression.ProcessParamExpressionObject
org.bgerp.dao.expression.CalledParamIdsExpressionObject
- All Implemented Interfaces:
ExpressionObject
Collects used in expression parameter IDs
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<ParameterAddressValue> getParamAddressValues(int paramId, String formatName) val(int paramId) Select parameter values for the current objectMethods inherited from class ProcessParamExpressionObject
toContextMethods inherited from class ParamExpressionObject
addressAreaIds, addressCityIds, addressQuarterIds, addressStreetIds, addressValues, addressValues, getParamDate, getParamDateTime, getParamPhoneNoFormat, getParamText, getValue, listValueIds, listValueTitles, sval, val
-
Constructor Details
-
CalledParamIdsExpressionObject
public CalledParamIdsExpressionObject()
-
-
Method Details
-
getParamIds
-
val
Description copied from class:ParamExpressionObjectSelect parameter values for the current object- Overrides:
valin classParamExpressionObject- Parameters:
paramId- the parameter ID- Returns:
- string representation of the parameter value
-
getParamAddressValues
- Overrides:
getParamAddressValuesin classParamExpressionObject
-