Uses of Class
net.pricefx.server.dto.calculation.ConfiguratorEntry
Packages that use ConfiguratorEntry
Package
Description
Provides API related to scripting, including interface
PublicGroovyAPI
, that represents what can be reached in the Groovy element syntax as api
.Provides
InputBuilderFactory
as a convenient way to create Inputs.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 ConfiguratorEntryModifier and TypeMethodDescriptionPublicGroovyAPI.createConfiguratorEntry()
Creates an empty configurator entry object.PublicGroovyAPI.createConfiguratorEntry
(InputType type, String name) Deprecated.PublicGroovyAPI.createConfiguratorEntry
(InputType type, String name, Date targetDate) Deprecated.UsePublicGroovyAPI.createConfiguratorEntry()
and the Input Builder approach instead. -
Uses of ConfiguratorEntry in net.pricefx.formulaengine.scripting.inputbuilder
Methods in net.pricefx.formulaengine.scripting.inputbuilder with parameters of type ConfiguratorEntryModifier and TypeMethodDescriptionAbstractInputBuilder.addToConfiguratorEntry
(ConfiguratorEntry ce) Adds the input field (defined by this builder) to the specified form field set/section (ConfiguratorEntry).AbstractInputBuilder.addToConfiguratorEntry
(ConfiguratorEntry ce, Closure defaultValue) Adds the input field (defined by this builder) to the specified form field set/section (ConfiguratorEntry). -
Uses of ConfiguratorEntry in net.pricefx.server.dto.calculation
Methods in net.pricefx.server.dto.calculation that return ConfiguratorEntryModifier and TypeMethodDescriptionConfiguratorEntry.addParameter
(ContextParameter input) Deprecated.ConfiguratorEntry.createParameter
(ContextParameter input) Creates a parameter and adds it to the list of inputs.ConfiguratorEntry.createParameter
(ContextParameter input, Closure<?> defaultValue) Creates a parameter and adds it to the list of inputs.ConfiguratorEntry.removeInputWithTrackedContent
(String name) Methods support removal of input from ConfiguratorsEntry (including all hidden inputs supporting value tracking) Input must exist and value tracking turn on.Methods in net.pricefx.server.dto.calculation that return types with arguments of type ConfiguratorEntryMethods in net.pricefx.server.dto.calculation with parameters of type ConfiguratorEntryMethod parameters in net.pricefx.server.dto.calculation with type arguments of type ConfiguratorEntryModifier and TypeMethodDescriptionvoid
ConfiguratorEntryArray.setEntries
(List<ConfiguratorEntry> entries)
PublicGroovyAPI.createConfiguratorEntry()
and the Input Builder approach instead.