Uses of Class
net.pricefx.domain.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
Modifier and TypeMethodDescriptionstatic SellerGroup
Creates SellerGroup object from a Map object that represents SellerGroup.static SellerGroup
Creates 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 SellerGroup
SellerGroup.fromSimpleFilter
(String sellerFieldName, String sellerFieldValue) Returns SellerGroup created from a simple fieldName and fieldValue filter. -
Uses of SellerGroup in net.pricefx.formulaengine.scripting
Modifier 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.