Uses of Class
net.pricefx.server.dto.calculation.ConfiguratorEntry
-
Packages that use ConfiguratorEntry Package Description net.pricefx.formulaengine.scripting -
-
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.
-