Uses of Class
net.pricefx.server.dto.calculation.ContextParameter
-
Packages that use ContextParameter Package Description net.pricefx.formulaengine.scripting net.pricefx.server.dto.calculation -
-
Uses of ContextParameter in net.pricefx.formulaengine.scripting
Methods in net.pricefx.formulaengine.scripting that return ContextParameter Modifier and Type Method Description ContextParameter
PublicGroovyAPI. getParameter(String parameterName)
Retrieves an already generated (in the previous logic step) input parameter in the form of aContextParameter
object. -
Uses of ContextParameter in net.pricefx.server.dto.calculation
Methods in net.pricefx.server.dto.calculation that return ContextParameter Modifier and Type Method Description ContextParameter
ContextParameter. clearConfigParameter(String paramName)
ContextParameter
ContextParameter. copyWithoutValue()
ContextParameter
ConfiguratorEntry. createParameter(InputType type, String name)
ContextParameter
ConfiguratorEntry. createParameter(InputType type, String name, Date targetDate)
ContextParameter
ConfiguratorEntry. getFirstInput()
ContextParameter
ContextParameter. setConfigParameter(String paramName, Object value)
Methods in net.pricefx.server.dto.calculation that return types with arguments of type ContextParameter Modifier and Type Method Description List<ContextParameter>
ConfiguratorEntry. getInputs()
Methods in net.pricefx.server.dto.calculation with parameters of type ContextParameter Modifier and Type Method Description void
ContextParameter. update(ContextParameter cp)
Method parameters in net.pricefx.server.dto.calculation with type arguments of type ContextParameter Modifier and Type Method Description void
ConfiguratorEntry. setInputs(List<ContextParameter> inputs)
-