Uses of Interface
org.osid.billing.CustomerList
Packages that use CustomerList
Package
Description
The Open Service Interface Definitions for the org.osid.billing
service.
-
Uses of CustomerList in org.osid.billing
Methods in org.osid.billing that return CustomerListModifier and TypeMethodDescriptionCustomerLookupSession.getCustomers()Gets allCustomers.CustomerSearchResults.getCustomers()Gets the customer list resulting from a search.CustomerLookupSession.getCustomersByActivity(Id activityId) Gets aCustomerListhaving the given activity.CustomerBusinessSession.getCustomersByBusiness(Id businessId) Gets the list ofCustomersassociated with aBusiness.CustomerBusinessSession.getCustomersByBusinesses(IdList businessIds) Gets the list ofCustomerscorresponding to a list ofBusinessobjects.CustomerLookupSession.getCustomersByGenusType(Type customerGenusType) Gets aCustomerListcorresponding to the given customer genusTypewhich does not include customers of types derived from the specifiedType.CustomerLookupSession.getCustomersByIds(IdList customerIds) Gets aCustomerListcorresponding to the givenIdList.CustomerLookupSession.getCustomersByNumber(String number) Gets aCustomerListrelated to the given customer number.CustomerLookupSession.getCustomersByParentGenusType(Type customerGenusType) Gets aCustomerListcorresponding to the given customer genusTypeand include any additional customers with genus types derived from the specifiedType.CustomerQuerySession.getCustomersByQuery(CustomerQuery customerQuery) Gets a list ofCustomersmatching the given customer query.CustomerLookupSession.getCustomersByRecordType(Type customerRecordType) Gets aCustomerListcontaining the given customer recordType.CustomerLookupSession.getCustomersByResource(Id resourceId) Gets aCustomerListrelated to the given resource.CustomerLookupSession.getCustomersByResourceOnDate(Id resourceId, DateTime from, DateTime to) Gets aCustomerListof the given resource and effective during the entire given date range inclusive but not confined to the date range.CustomerLookupSession.getCustomersOnDate(DateTime from, DateTime to) Gets aCustomerListeffective during the entire given date range inclusive but not confined to the date range.