Uses of Class
net.pricefx.common.apibuilder.clicoll.CalculableLineItemCollectionBuilder
-
-
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 classCalculableLineItemCollectionBuilder<T extends CalculableLineItemCollectionBuilder>This is the shared builder class for Quotes, RebateAgreements and Contracts.
Some important notes on the sequence that changes to the document structure a re processed:
Any modifying action (adding lines, inputs etc or a structure object etc) IS NOT executed as per sequence of the groovy logic! The groovy logic should be more considered as a routine that collects all necessary changes. -
Uses of CalculableLineItemCollectionBuilder in net.pricefx.common.apibuilder.contract
Subclasses of CalculableLineItemCollectionBuilder in net.pricefx.common.apibuilder.contract Modifier and Type Class Description classContractBuilderIMPORTANT: Please read super class notes on sequence of execution! -
Uses of CalculableLineItemCollectionBuilder in net.pricefx.common.apibuilder.quote
Subclasses of CalculableLineItemCollectionBuilder in net.pricefx.common.apibuilder.quote Modifier and Type Class Description classQuoteBuilderQuoteBuilder 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 classBasicRebateAgreementBuilder<T extends BasicRebateAgreementBuilder>Created by petercipov on 22/03/16.static classRATBuilder.RABuilderclassRebateAgreementBuilderIMPORTANT: Please read super class notes on sequence of execution!
-