Uses of Enum Class
net.pricefx.common.api.InputType
Packages that use InputType
Package
Description
Provides several classes commonly used in Pricefx API.
RebateAgreementBuilder API allows to manipulate a rebate agreement object from a header logic.
Provides API related to scripting, including interface
PublicGroovyAPI
, that represents what can be reached in the Groovy element syntax as api
.Provides
InputBuilderFactory
as a convenient way to create Inputs.Defines set of data transfer object (DTO) classes related to Calculations.
-
Uses of InputType in net.pricefx.common.api
Methods in net.pricefx.common.api that return InputType -
Uses of InputType in net.pricefx.common.apibuilder.rebateagreement
Methods in net.pricefx.common.apibuilder.rebateagreement with parameters of type InputType -
Uses of InputType in net.pricefx.formulaengine.scripting
Methods in net.pricefx.formulaengine.scripting with parameters of type InputTypeModifier and TypeMethodDescriptionPublicGroovyAPI.createConfiguratorEntry
(InputType type, String name) Deprecated.PublicGroovyAPI.createConfiguratorEntry
(InputType type, String name, Date targetDate) Deprecated.UsePublicGroovyAPI.createConfiguratorEntry()
and the Input Builder approach instead. -
Uses of InputType in net.pricefx.formulaengine.scripting.inputbuilder
Constructors in net.pricefx.formulaengine.scripting.inputbuilder with parameters of type InputTypeModifierConstructorDescriptionAbstractInputBuilder
(InputBuilderContext builderContext, InputType type, String paramName) protected
AbstractProductAndCustomerInputBuilder
(InputBuilderContext builderContext, InputType type, String paramName) DMFieldInputBuilder
(InputBuilderContext builderContext, InputType type, String paramName, String source) OptionInputBuilder
(InputBuilderContext builderContext, InputType type, String paramName) PCGroupInputBuilder
(InputBuilderContext builderContext, InputType type, String paramName) protected
SimpleInputBuilder
(InputBuilderContext builderContext, String paramName, InputType inputType, String functionName) -
Uses of InputType in net.pricefx.server.dto.calculation
Methods in net.pricefx.server.dto.calculation that return InputTypeMethods in net.pricefx.server.dto.calculation with parameters of type InputTypeModifier and TypeMethodDescriptionConfiguratorEntry.createParameter
(InputType type, String name) Creates a parameter and adds it to the list of inputs.ConfiguratorEntry.createParameter
(InputType type, String name, Date targetDate) Creates a parameter and adds it to the list of inputs.Constructors in net.pricefx.server.dto.calculation with parameters of type InputTypeModifierConstructorDescriptionContextParameter
(InputType type, String name, Object value) ContextParameter
(InputType type, String name, Date targetDate, PersistedObjectService objService)
PublicGroovyAPI.createConfiguratorEntry()
and the Input Builder approach instead.