Package net.pricefx.common.apibuilder.clicoll


package net.pricefx.common.apibuilder.clicoll
Calculable Line Item Collection (clicoll) API can be used to manipulate Quotes, Contracts and Rebate Agreements from header logic.
  • Class
    Description
    This is the shared builder interface for Quotes, RebateAgreements, Contracts and Sales Compensation.
    Some important notes on the sequence in which changes to the document structure are processed:

    Any modifying action (adding lines, inputs etc. or a structure object etc.)
    Base helper interface for manipulating a Calculable Line Item Collection (quote / contract / rebate agreement / compensation) document map.
    Represents either a line item or a folder of a document (e.g. quote/contract/rebate).
    Review sub-step information.
    A closeable iterator over LineItemHelper.LineItem elements, backed either by a streaming DB cursor or by an already materialized list.
    Implemented by helpers of document types that support a review workflow (e.g. quotes, contracts).