Uses of Class
net.pricefx.server.dto.calculation.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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionConfiguratorEntry.addParameter
(ContextParameter input) Deprecated.PrefercreateParameter(ContextParameter)
that ensures the input value is initialisedConfiguratorEntry.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.Modifier and TypeMethodDescriptionvoid
ConfiguratorEntryArray.setEntries
(List<ConfiguratorEntry> entries)
PublicGroovyAPI.createConfiguratorEntry()
and the Input Builder approach instead.