Package net.pricefx.common.apibuilder.customform
package net.pricefx.common.apibuilder.customform
-
ClassDescriptionCustomFormCollectionBuilder is the starting point of an interface that allows you to manipulate a custom form object in a custom form header calculation logic.
The header calculation is executed twice: Once as 'pre phase' and once after that as 'post phase'.
UseisPrePhase()
andisPostPhase()
methods to detect the current phase.