Uses of Class
net.pricefx.formulaengine.scripting.inputbuilder.AbstractProductAndCustomerInputBuilder
-
Packages that use AbstractProductAndCustomerInputBuilder Package Description net.pricefx.formulaengine.scripting.inputbuilder ProvidesInputBuilderFactory
as a convenient way to create Inputs. -
-
Uses of AbstractProductAndCustomerInputBuilder in net.pricefx.formulaengine.scripting.inputbuilder
Classes in net.pricefx.formulaengine.scripting.inputbuilder with type parameters of type AbstractProductAndCustomerInputBuilder Modifier and Type Class Description class
AbstractProductAndCustomerInputBuilder<T extends AbstractProductAndCustomerInputBuilder,VT>
Subclasses of AbstractProductAndCustomerInputBuilder in net.pricefx.formulaengine.scripting.inputbuilder Modifier and Type Class Description class
CustomerInputBuilder
Builder class for input type CustomerInputType.CUSTOMER
class
PCGroupInputBuilder
Builder class for input type ProductGroup and CustomerGroup (InputType.PRODUCTGROUP
andInputType.CUSTOMERGROUP
).class
ProductInputBuilder
Builder class for input type ProductInputType.PRODUCT
.
-