Uses of Interface
net.pricefx.common.apibuilder.clicoll.LineItemIterator
Packages that use LineItemIterator
Package
Description
Calculable Line Item Collection (clicoll) API can be used to manipulate Quotes, Contracts and Rebate Agreements from header logic.
QuoteBuilder API allows to manipulate a quote object from a quote header logic.
-
Uses of LineItemIterator in net.pricefx.common.apibuilder.clicoll
Methods in net.pricefx.common.apibuilder.clicoll that return LineItemIteratorModifier and TypeMethodDescriptionstatic LineItemIteratorLineItemIterator.of(List<LineItemHelper.LineItem> items) Wraps an already materialized list of line items. -
Uses of LineItemIterator in net.pricefx.common.apibuilder.quote
Methods in net.pricefx.common.apibuilder.quote that return LineItemIteratorModifier and TypeMethodDescriptionQuoteHelper.getItemsForReviewIterator()Streaming variant ofReviewable.getItemsForReview(), preferred for quotes with many line items.QuoteHelper.getLineItemsIterator()Streaming iterator over all line items of this quote, preferred over walkingquoteProcessor.getQuoteView()for quotes with many line items.QuotePersistedHelper.getLineItemsIterator(Filter filter) Streaming iterator over the line items matching the given filter, evaluated by the database.