Uses of Interface
net.pricefx.common.apibuilder.rebateagreement.RATBuilder.RABuilder
Packages that use RATBuilder.RABuilder
Package
Description
RebateAgreementBuilder API allows to manipulate a rebate agreement object from a header logic.
-
Uses of RATBuilder.RABuilder in net.pricefx.common.apibuilder.rebateagreement
Methods in net.pricefx.common.apibuilder.rebateagreement that return RATBuilder.RABuilderModifier and TypeMethodDescriptionRATBuilder.RABuilder.addLineItemWithId(String lineId, String rebateType) Adds a new line item to the Rebate Agreement, specified by the Rebate Type unique name.RATBuilder.RABuilder.addLineItemWithId(String parentId, String lineId, String rebateType) Adds a new line item to the specified parent folder of the Rebate Agreement.
Example:RATBuilder.RABuilder.applyPlaceholder(String placeholder, Object value) Applies a value to a previously registered placeholder.RATBuilder.fromExisting(String RAuniqueName) Starts building a Rebate Agreement from an existing one.RATBuilder.fromParams(Map params) Starts building a Rebate Agreement from parameters.RATBuilder.RABuilder.submitAfterBuild()Marks that the built Rebate Agreement should be submitted after build.