Uses of Class
net.pricefx.domain.Customer
Packages that use 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
Methods in net.pricefx.domain that return Customer -
Uses of Customer in net.pricefx.formulaengine.scripting
Methods in net.pricefx.formulaengine.scripting that return types with arguments of type CustomerModifier 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.