Uses of Class
net.pricefx.domain.ProductGroup
Packages that use ProductGroup
Package
Description
Domain objects that Pricefx logics receive from and pass to Groovy API calls.
Provides Formula Engine API classes.
Root package of the public Groovy API available to Pricefx logics.
-
Uses of ProductGroup in net.pricefx.domain
Methods in net.pricefx.domain that return ProductGroupModifier and TypeMethodDescriptionstatic ProductGroupCreates ProductGroup object from a Map object that represents ProductGroup.static ProductGroupCreates ProductGroup object from a Map object that represents ProductGroup.
Allows you, for example, to use this object in a Datamart query with usage of the "where" clause.static ProductGroupProductGroup.fromSimpleFilter(String productFieldName, String productFieldValue) Returns ProducGroup created from a simple fieldName and fieldValue filter.Methods in net.pricefx.domain with parameters of type ProductGroupModifier and TypeMethodDescriptionstatic FilterDMDataSlice.asFilter(ProductGroup productGroup, PersistedObjectService objService) voidDMDataSlice.exclude(ProductGroup productGroup) voidDMDataSlice.include(ProductGroup productGroup) -
Uses of ProductGroup in net.pricefx.formulaengine
Methods in net.pricefx.formulaengine with parameters of type ProductGroupModifier and TypeMethodDescriptionvoidDatamartContext.DataSlice.exclude(ProductGroup productGroup) voidDatamartContext.DataSlice.include(ProductGroup productGroup) 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 ProductGroupModifier and TypeMethodDescriptionPublicGroovyAPI.getSkusFromProductGroup(ProductGroup pg) Returns a list of SKUs based on the definition of the product group.PublicGroovyAPI.productToRelatedObjectsFilter(String relatedObjectTypeCode, ProductGroup productGroup) Creates a filter to be applied to a search on a related object type, limiting the results to objects of the related type that have a link to the given product picker.