Uses of Interface
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.
CompensationBuilder API allows to manipulate a rebate agreement object from a 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
Methods 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 line item object from the given map.LineItemIterator.next()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.Reviewable.getItemsForReview()Gets a list of line items that are assigned to the current user for review.LineItemHelper.LineItem.getSiblings()LineItemHelper.LineItem.getSubLineItems()Method parameters in net.pricefx.common.apibuilder.clicoll with type arguments of type LineItemHelper.LineItemModifier and TypeMethodDescriptionstatic LineItemIteratorLineItemIterator.of(List<LineItemHelper.LineItem> items) Wraps an already materialized list of line items. -
Uses of LineItemHelper.LineItem in net.pricefx.common.apibuilder.compensation
Methods in net.pricefx.common.apibuilder.compensation that return types with arguments of type LineItemHelper.LineItemModifier and TypeMethodDescriptionCompensationHelper.findAllWithCompensationConditionType(String conditionType) Finds all compensation line items with the specified compensation condition type. -
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) Finds all rebate agreement line items with the specified rebate type.