Uses of Class
net.pricefx.domain.SellerGroup
Packages that use SellerGroup
Package
Description
Defines set of domain object classes.
Provides API related to scripting, including interface
PublicGroovyAPI, that represents what can be reached in the Groovy element syntax as api.-
Uses of SellerGroup in net.pricefx.domain
Methods in net.pricefx.domain that return SellerGroupModifier and TypeMethodDescriptionstatic SellerGroupCreates SellerGroup object from a Map object that represents SellerGroup.static SellerGroupCreates SellerGroup object from a Map object that represents SellerGroup.
Allows you, for example, to use this object in a Datamart query with usage of the "where" clause.static SellerGroupSellerGroup.fromSimpleFilter(String sellerFieldName, String sellerFieldValue) Returns SellerGroup created from a simple fieldName and fieldValue filter. -
Uses of SellerGroup in net.pricefx.formulaengine.scripting
Methods in net.pricefx.formulaengine.scripting with parameters of type SellerGroupModifier and TypeMethodDescriptionList<Seller> PublicGroovyAPI.findSellersInGroup(SellerGroup group) Retrieves a list of sellers that match the given SellerGroup (the first 200 entries are returned).List<Seller> PublicGroovyAPI.findSellersInGroup(SellerGroup group, int startRow, String sortBy) Retrieves a list of sellers that match the given SellerGroup with custom paging and sorting.