Interface CompensationHelper
- All Superinterfaces:
LineItemHelper
A helper interface that assists in manipulating the compensation object.
An instance can be obtained via call
coProcessor.getHelper() from a compensation header logic.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface LineItemHelper
LineItemHelper.LineItem, LineItemHelper.ReviewSubStep -
Method Summary
Modifier and TypeMethodDescriptionfindAllWithCompensationConditionType(String conditionType) Finds all compensation line items with the specified compensation condition type.Methods inherited from interface LineItemHelper
findAllWithLabel, findByLineId, getRoot, lineItemFromMap
-
Method Details
-
findAllWithCompensationConditionType
Finds all compensation line items with the specified compensation condition type.- Parameters:
conditionType- the compensation condition type- Returns:
- the list of line items
-