Uses of Record Class
net.pricefx.common.apibuilder.clicoll.LineItemHelper.ReviewContext
Packages that use LineItemHelper.ReviewContext
Package
Description
Calculable Line Item Collection (clicoll) API can be used to manipulate Quotes, Contracts and Rebate Agreements from header logic.
ContractBuilder API allows to manipulate a contract object from a header logic.
QuoteBuilder API allows to manipulate a quote object from a quote header logic.
-
Uses of LineItemHelper.ReviewContext in net.pricefx.common.apibuilder.clicoll
Fields in net.pricefx.common.apibuilder.clicoll declared as LineItemHelper.ReviewContextModifier and TypeFieldDescriptionprotected final LineItemHelper.ReviewContextLineItemHelper.reviewContextConstructors in net.pricefx.common.apibuilder.clicoll with parameters of type LineItemHelper.ReviewContextModifierConstructorDescriptionLineItemHelper(Map<String, Object> calculableLineItemCollection, LineItemHelper.ReviewContext reviewContext) -
Uses of LineItemHelper.ReviewContext in net.pricefx.common.apibuilder.contract
Constructors in net.pricefx.common.apibuilder.contract with parameters of type LineItemHelper.ReviewContextModifierConstructorDescriptionContractHelper(Map<String, Object> calculableLineItemCollection, LineItemHelper.ReviewContext reviewContext) -
Uses of LineItemHelper.ReviewContext in net.pricefx.common.apibuilder.quote
Constructors in net.pricefx.common.apibuilder.quote with parameters of type LineItemHelper.ReviewContextModifierConstructorDescriptionQuoteHelper(Map<String, Object> calculableLineItemCollection, LineItemHelper.ReviewContext reviewContext)