Modifier and Type | Class and Description |
---|---|
class |
CalculableLineItemCollectionBuilder<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. |
Modifier and Type | Class and Description |
---|---|
class |
ContractBuilder
IMPORTANT: Please read super class notes on sequence of execution!
|
Modifier and Type | Class and 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. |
Modifier and Type | Class and 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!
|
Copyright © 2019. All rights reserved.