Uses of Class
net.pricefx.domain.SellerGroup
Packages that use SellerGroup
Package
Description
Domain objects that Pricefx logics receive from and pass to Groovy API calls.
Root package of the public Groovy API available to Pricefx logics.
-
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.