Uses of Interface
net.pricefx.common.apibuilder.clicoll.LineItemHelper.LineItem
Packages that use LineItemHelper.LineItem
Package
Description
The builder and the helper that every document header logic shares.
The header logic builder for Compensation Plans.
The header logic builder for Contracts, with its helper and its structure object.
The header logic builder for Quotes, with its helper and its structure object.
The header logic builder for Rebate Agreements, the template builder, and their helpers.
-
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.