Package net.pricefx.common.apibuilder.quote
package net.pricefx.common.apibuilder.quote
QuoteBuilder API allows to manipulate a quote object from a quote header logic.
Recommended Reading:
-
ClassDescriptionQuoteBuilder is the starting point of an interface that allows you to 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.A helper interface that assists in manipulating the quote object.ExtendsQuoteHelperwith operations that are only available when the persisted quote calculation processor is enabled on the QuoteType, i.e. when the line items live in the database rather than in the serialized quote.This is a helper object that is used to build up the code-generated content of a quote.