Uses of Class
net.pricefx.common.apibuilder.clicoll.LineItemHelper.LineItem
Packages that use 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
Fields in net.pricefx.common.apibuilder.clicoll declared as LineItemHelper.LineItemMethods in net.pricefx.common.apibuilder.clicoll that return LineItemHelper.LineItemModifier and TypeMethodDescriptionLineItemHelper.findByLineId
(String lineItemId) LineItemHelper.LineItem.getParent()
LineItemHelper.getRoot()
LineItemHelper.lineItemFromMap
(Map<String, Object> lineItemMap) Creates the LineItem object from the given map.Methods in net.pricefx.common.apibuilder.clicoll that return types with arguments of type LineItemHelper.LineItemModifier 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
Methods in net.pricefx.common.apibuilder.contract that return types with arguments of type LineItemHelper.LineItemModifier 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
Methods in net.pricefx.common.apibuilder.quote that return types with arguments of type LineItemHelper.LineItemModifier 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
Methods in net.pricefx.common.apibuilder.rebateagreement that return types with arguments of type LineItemHelper.LineItemModifier and TypeMethodDescriptionRebateAgreementHelper.findAllWithRebateTypeUN
(String rebateTypeUN)