Uses of Class
net.pricefx.common.apibuilder.clicoll.LineItemHelper.LineItem
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.
RebateAgreementBuilder API allows to manipulate a rebate agreement object from a header logic.
-
Uses of LineItemHelper.LineItem in net.pricefx.common.apibuilder.clicoll
Modifier and TypeMethodDescriptionLineItemHelper.findByLineId
(String lineItemId) LineItemHelper.LineItem.getParent()
LineItemHelper.getRoot()
LineItemHelper.lineItemFromMap
(Map<String, Object> lineItemMap) Creates the LineItem object from the given map.Modifier and TypeMethodDescriptionLineItemHelper.findAllWithLabel
(String label) LineItemHelper.LineItem.getChildren()
Provides list of all children of this folder.LineItemHelper.LineItem.getSiblings()
LineItemHelper.LineItem.getSubLineItems()
-
Uses of LineItemHelper.LineItem in net.pricefx.common.apibuilder.contract
Modifier and TypeMethodDescriptionContractHelper.findAllWithContractTermTypeUN
(String contractTermTypeUN) Finds all contract line items with the specified contract term type. -
Uses of LineItemHelper.LineItem in net.pricefx.common.apibuilder.quote
Modifier and TypeMethodDescriptionQuoteHelper.findAllWithSKU
(String sku) Retrieves a list of all line items that are for a particular sku -
Uses of LineItemHelper.LineItem in net.pricefx.common.apibuilder.rebateagreement
Modifier and TypeMethodDescriptionRebateAgreementHelper.findAllWithRebateTypeUN
(String rebateTypeUN)