Uses of Class
net.pricefx.common.api.InputType
-
Packages that use InputType Package Description net.pricefx.common.api Provides several classes commonly used in Pricefx API.net.pricefx.common.apibuilder.rebateagreement RebateAgreementBuilder API allows to manipulate a rebate agreement object from a header logic.net.pricefx.formulaengine.scripting Provides API related to scripting, including interfacePublicGroovyAPI
, that represents what can be reached in the Groovy element syntax asapi
.net.pricefx.formulaengine.scripting.inputbuilder ProvidesInputBuilderFactory
as a convenient way to create Inputs.net.pricefx.server.dto.calculation 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 Modifier and Type Method Description static InputType
InputType. valueOf(String name)
Returns the enum constant of this type with the specified name.static InputType[]
InputType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of InputType in net.pricefx.common.apibuilder.rebateagreement
Methods in net.pricefx.common.apibuilder.rebateagreement with parameters of type InputType Modifier and Type Method Description RATBuilder
RATBuilder. registerPlaceholder(InputType type, String name)
-
Uses of InputType in net.pricefx.formulaengine.scripting
Methods in net.pricefx.formulaengine.scripting with parameters of type InputType Modifier and Type Method Description ConfiguratorEntry
PublicGroovyAPI. createConfiguratorEntry(InputType type, String name)
Creates a configurator entry object and adds the specified input parameter as the first parameter to the configurator entry.ConfiguratorEntry
PublicGroovyAPI. createConfiguratorEntry(InputType type, String name, Date targetDate)
Creates a configurator entry object and adds the specified input parameter as the first parameter to the configurator entry. -
Uses of InputType in net.pricefx.formulaengine.scripting.inputbuilder
Constructors in net.pricefx.formulaengine.scripting.inputbuilder with parameters of type InputType Constructor Description AbstractInputBuilder(InputBuilderContext builderContext, InputType type, String paramName)
AbstractProductAndCustomerInputBuilder(InputBuilderContext builderContext, InputType type, String paramName)
DMFieldBuilder(InputBuilderContext builderContext, InputType type, String paramName, String source)
OptionInputBuilder(InputBuilderContext builderContext, InputType type, String paramName)
PCGroupInputBuilder(InputBuilderContext builderContext, InputType type, String paramName)
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 InputType Modifier and Type Method Description InputType
ContextParameter. getInputType()
Methods in net.pricefx.server.dto.calculation with parameters of type InputType Modifier and Type Method Description ContextParameter
ContextParameter. applyType(InputType inputType)
ContextParameter
ConfiguratorEntry. createParameter(InputType type, String name)
Creates a parameter and adds it to the list of inputs.ContextParameter
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 InputType Constructor Description ContextParameter(InputType type, String name, Object value)
ContextParameter(InputType type, String name, Date targetDate, PersistedObjectService objService)
-