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