Package net.pricefx.common.apibuilder.customform


package net.pricefx.common.apibuilder.customform
  • Classes
    Class
    Description
    CustomFormCollectionBuilder 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'.
    Use isPrePhase() and isPostPhase() methods to detect the current phase.