Uses of Class
net.pricefx.server.dto.calculation.ConfiguratorEntry
Packages that use ConfiguratorEntry
Package
Description
Root package of the public Groovy API available to Pricefx logics.
Builders for logic inputs (user entries and context parameters).
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()Deprecated.Use Forms instead.PublicGroovyAPI.createConfiguratorEntry(InputType type, String name) Deprecated.UsePublicGroovyAPI.createConfiguratorEntry()and the Input Builder approach instead.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) Deprecated.AbstractInputBuilder.addToConfiguratorEntry(ConfiguratorEntry ce, Closure defaultValue) Deprecated. -
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 TypeMethodDescriptionvoidConfiguratorEntryArray.setEntries(List<ConfiguratorEntry> entries)