Uses of Class
net.pricefx.common.apibuilder.clicoll.LineItemHelper
-
Packages that use LineItemHelper Package Description net.pricefx.common.apibuilder.clicoll Calculable Line Item Collection (clicoll) API can be used to manipulate Quotes, Contracts and Rebate Agreements from header logic.net.pricefx.common.apibuilder.contract ContractBuilder API allows to manipulate a contract object from a header logic.net.pricefx.common.apibuilder.quote QuoteBuilder API allows to manipulate a quote object from a quote header logic. -
-
Uses of LineItemHelper in net.pricefx.common.apibuilder.clicoll
Fields in net.pricefx.common.apibuilder.clicoll declared as LineItemHelper Modifier and Type Field Description protected LineItemHelper
LineItemHelper.LineItem. helper
-
Uses of LineItemHelper in net.pricefx.common.apibuilder.contract
Subclasses of LineItemHelper in net.pricefx.common.apibuilder.contract Modifier and Type Class Description class
ContractHelper
A helper class that assists in manipulating the contract object. -
Uses of LineItemHelper in net.pricefx.common.apibuilder.quote
Subclasses of LineItemHelper in net.pricefx.common.apibuilder.quote Modifier and Type Class Description class
QuoteHelper
A helper class that assists in manipulating the quote object.
-