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 ConfiguratorEntryPublicGroovyAPI. createConfiguratorEntry()Creates an empty configurator entry object.ConfiguratorEntryPublicGroovyAPI. createConfiguratorEntry(InputType type, String name)Creates a configurator entry object and adds the specified input parameter as the first parameter to the configurator entry.ConfiguratorEntryPublicGroovyAPI. 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.
-