Package org.bgerp.dao.expression
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) Selects parameter values for the current object.Methods inherited from class org.bgerp.dao.expression.ProcessParamExpressionObject
toContextMethods inherited from class org.bgerp.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:ParamExpressionObjectSelects 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
 
 -