Interface RebateAgreementHelper
- All Superinterfaces:
LineItemHelper
A helper interface that assists in manipulating the rebate agreement object.
An instance can be obtained via call
raProcessor.getHelper() from a rebate agreement header logic.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface LineItemHelper
LineItemHelper.LineItem, LineItemHelper.ReviewSubStep -
Method Summary
Modifier and TypeMethodDescriptionfindAllWithRebateTypeUN(String rebateTypeUN) Finds all rebate agreement line items with the specified rebate type.Methods inherited from interface LineItemHelper
findAllWithLabel, findByLineId, getRoot, lineItemFromMap
-
Method Details
-
findAllWithRebateTypeUN
Finds all rebate agreement line items with the specified rebate type.- Parameters:
rebateTypeUN- the rebate type unique name- Returns:
- the list of line items
-