Uses of Class
net.pricefx.domain.ProductGroup
-
Packages that use ProductGroup Package Description net.pricefx.domain Defines set of domain object classes.net.pricefx.formulaengine Provides Formula Engine API classes.net.pricefx.formulaengine.scripting Provides API related to scripting, including interfacePublicGroovyAPI
, that represents what can be reached in the Groovy element syntax asapi
. -
-
Uses of ProductGroup in net.pricefx.domain
Methods in net.pricefx.domain that return ProductGroup Modifier and Type Method Description static ProductGroup
ProductGroup. fromMap(ObjectMapper mapper, Map<String,Object> map)
static ProductGroup
ProductGroup. fromMap(Map<String,Object> map)
static ProductGroup
ProductGroup. fromSimpleFilter(String productFieldName, String productFieldValue)
-
Uses of ProductGroup in net.pricefx.formulaengine
Methods in net.pricefx.formulaengine with parameters of type ProductGroup Modifier and Type Method Description void
DatamartContext.DataSlice. exclude(ProductGroup productGroup)
void
DatamartContext.DataSlice. include(ProductGroup productGroup)
DatamartContext.Query
DatamartContext.Query. where(ProductGroup productGroup)
Adds a ProductGroup filter condition to the query's WHERE clause, for example a product group from an InputEntry("ProductGroup") parameter. -
Uses of ProductGroup in net.pricefx.formulaengine.scripting
Methods in net.pricefx.formulaengine.scripting with parameters of type ProductGroup Modifier and Type Method Description List<String>
PublicGroovyAPI. getSkusFromProductGroup(ProductGroup pg)
Returns a list of SKUs based on the definition of the product group.
-