Uses of Class
net.pricefx.common.api.InputType
-
Packages that use InputType Package Description net.pricefx.common.api net.pricefx.common.apibuilder.rebateagreement net.pricefx.formulaengine.scripting net.pricefx.server.dto.calculation -
-
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.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 void
ContextParameter. applyType(InputType inputType)
ContextParameter
ConfiguratorEntry. createParameter(InputType type, String name)
ContextParameter
ConfiguratorEntry. createParameter(InputType type, String name, Date targetDate)
Constructors in net.pricefx.server.dto.calculation with parameters of type InputType Constructor Description ContextParameter(InputType type, String name, Date targetDate, PersistedObjectService objService)
-