Uses of Class
net.pricefx.common.apibuilder.clicoll.CalculableLineItemCollectionBuilder
-
Packages that use CalculableLineItemCollectionBuilder 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.net.pricefx.common.apibuilder.rebateagreement RebateAgreementBuilder API allows to manipulate a rebate agreement object from a header logic.net.pricefx.formulaengine.scripting.inputbuilder ProvidesInputBuilderFactory
as a convenient way to create Inputs. -
-
Uses of CalculableLineItemCollectionBuilder in net.pricefx.common.apibuilder.clicoll
Classes in net.pricefx.common.apibuilder.clicoll with type parameters of type CalculableLineItemCollectionBuilder Modifier and Type Class Description class
CalculableLineItemCollectionBuilder<T extends CalculableLineItemCollectionBuilder>
This is the shared builder class for Quotes, RebateAgreements and Contracts.
Some important notes on the sequence in which changes to the document structure are processed:
Any modifying action (adding lines, inputs etc. -
Uses of CalculableLineItemCollectionBuilder in net.pricefx.common.apibuilder.contract
Subclasses of CalculableLineItemCollectionBuilder in net.pricefx.common.apibuilder.contract Modifier and Type Class Description class
ContractBuilder
Please read notes inCalculableLineItemCollectionBuilder
on how to use this builder. -
Uses of CalculableLineItemCollectionBuilder in net.pricefx.common.apibuilder.quote
Subclasses of CalculableLineItemCollectionBuilder in net.pricefx.common.apibuilder.quote Modifier and Type Class Description class
QuoteBuilder
QuoteBuilder is the starting point of an interface that allows you manipulate a quote object in a quote header calculation logic.
The header calculation is executed twice: Once before the calculation of the individual line items (= pre phase) and once after that (=post phase).
Usually code should only apply in one phase. -
Uses of CalculableLineItemCollectionBuilder in net.pricefx.common.apibuilder.rebateagreement
Subclasses of CalculableLineItemCollectionBuilder in net.pricefx.common.apibuilder.rebateagreement Modifier and Type Class Description class
BasicRebateAgreementBuilder<T extends BasicRebateAgreementBuilder>
Created by petercipov on 22/03/16.static class
RATBuilder.RABuilder
class
RebateAgreementBuilder
IMPORTANT: Please read super class notes on sequence of execution! -
Uses of CalculableLineItemCollectionBuilder in net.pricefx.formulaengine.scripting.inputbuilder
Methods in net.pricefx.formulaengine.scripting.inputbuilder with parameters of type CalculableLineItemCollectionBuilder Modifier and Type Method Description T
AbstractInputBuilder. addOrUpdateInput(CalculableLineItemCollectionBuilder clicBuilder, String lineId)
Adds (or updates) this input field (defined by this builder) to the specified header line item.
-