Uses of Class
net.pricefx.common.apibuilder.clicoll.LineItemHelper.LineItem
-
Packages that use LineItemHelper.LineItem 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.LineItem in net.pricefx.common.apibuilder.clicoll
Fields in net.pricefx.common.apibuilder.clicoll declared as LineItemHelper.LineItem Modifier and Type Field Description protected LineItemHelper.LineItem
LineItemHelper. root
Methods in net.pricefx.common.apibuilder.clicoll that return LineItemHelper.LineItem Modifier and Type Method Description LineItemHelper.LineItem
LineItemHelper. findByLineId(String lineItemId)
LineItemHelper.LineItem
LineItemHelper.LineItem. getParent()
LineItemHelper.LineItem
LineItemHelper. getRoot()
LineItemHelper.LineItem
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.LineItem Modifier and Type Method Description List<LineItemHelper.LineItem>
LineItemHelper. findAllWithLabel(String label)
List<LineItemHelper.LineItem>
LineItemHelper.LineItem. getChildren()
Provides list of all children of this folder.List<LineItemHelper.LineItem>
LineItemHelper.LineItem. getSiblings()
List<LineItemHelper.LineItem>
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.LineItem Modifier and Type Method Description List<LineItemHelper.LineItem>
ContractHelper. 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.LineItem Modifier and Type Method Description List<LineItemHelper.LineItem>
QuoteHelper. findAllWithSKU(String sku)
Retrieves a list of all line items that are for a particular sku
-