Uses of Class
net.pricefx.domain.Customer
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 Customer in net.pricefx.domain
-
Uses of Customer in net.pricefx.formulaengine.scripting
Modifier and TypeMethodDescriptionPublicGroovyAPI.findCustomersInGroup
(CustomerGroup group) Retrieves a list of customers which match the given CustomerGroup (the first 200 entries are returned).PublicGroovyAPI.findCustomersInGroup
(CustomerGroup group, int startRow, String sortBy) Retrieves a list of customers which match the given CustomerGroup with custom paging and sorting.