Uses of Class
net.pricefx.server.dto.calculation.ConfiguratorEntry
-
Packages that use ConfiguratorEntry Package Description 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 ConfiguratorEntry in net.pricefx.formulaengine.scripting
Methods in net.pricefx.formulaengine.scripting that return ConfiguratorEntry Modifier and Type Method Description ConfiguratorEntry
PublicGroovyAPI. createConfiguratorEntry()
Creates an empty configurator entry object.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 ConfiguratorEntry in net.pricefx.formulaengine.scripting.inputbuilder
Methods in net.pricefx.formulaengine.scripting.inputbuilder with parameters of type ConfiguratorEntry Modifier and Type Method Description T
AbstractInputBuilder. addToConfiguratorEntry(ConfiguratorEntry ce)
-
Uses of ConfiguratorEntry in net.pricefx.server.dto.calculation
Methods in net.pricefx.server.dto.calculation that return ConfiguratorEntry Modifier and Type Method Description ConfiguratorEntry
ConfiguratorEntry. addParameter(ContextParameter input)
Adds a parameter to the list of parameters of this object.ConfiguratorEntry
ConfiguratorEntry. createParameter(ContextParameter input)
Creates a parameter and adds it to the list of inputs.ConfiguratorEntry
ConfiguratorEntry. createParameter(ContextParameter input, Closure defaultValue)
Creates a parameter and adds it to the list of inputs.
-