Package | Description |
---|---|
net.pricefx.formulaengine.scripting | |
net.pricefx.server.dto.calculation |
Modifier and Type | Method and Description |
---|---|
ContextParameter |
PublicGroovyAPI.getParameter(String parameterName)
Retrieves an already generated (in the previous logic step) input parameter in the form of a
ContextParameter object. |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
List<ContextParameter> |
ConfiguratorEntry.getInputs() |
Modifier and Type | Method and Description |
---|---|
void |
ContextParameter.update(ContextParameter cp) |
Modifier and Type | Method and Description |
---|---|
void |
ConfiguratorEntry.setInputs(List<ContextParameter> inputs) |
Copyright © 2019. All rights reserved.