Uses of Class
net.pricefx.domain.Customer
Packages that use Customer
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 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.