Uses of Interface
org.osid.billing.payment.PayerList
Packages that use PayerList
Package
Description
The Open Service Interface Definitions for the org.osid.billing.payment
service.
-
Uses of PayerList in org.osid.billing.payment
Methods in org.osid.billing.payment that return PayerListModifier and TypeMethodDescriptionPayerLookupSession.getPayers()Gets allPayers.PayerSearchResults.getPayers()Gets the payer list resulting from a search.PayerBusinessSession.getPayersByBusiness(Id businessId) Gets the list ofPayersassociated with aBusiness.PayerBusinessSession.getPayersByBusinesses(IdList businessIds) Gets the list ofPayerscorresponding to a list ofBusinessobjects.PayerLookupSession.getPayersByCustomer(Id customerId) Gets aPayerListrelated to the given payer customer.PayerLookupSession.getPayersByCustomerOnDate(Id customerId, DateTime from, DateTime to) Gets aPayerListof the given customer and effective during the entire given date range inclusive but not confined to the date range.PayerLookupSession.getPayersByGenusType(Type payerGenusType) Gets aPayerListcorresponding to the given payer genusTypewhich does not include payers of types derived from the specifiedType.PayerLookupSession.getPayersByIds(IdList payerIds) Gets aPayerListcorresponding to the givenIdList.PayerLookupSession.getPayersByParentGenusType(Type payerGenusType) Gets aPayerListcorresponding to the given payer genusTypeand include any additional payers with genus types derived from the specifiedType.PayerQuerySession.getPayersByQuery(PayerQuery payerQuery) Gets a list ofPayersmatching the given payer query.PayerLookupSession.getPayersByRecordType(Type payerRecordType) Gets aPayerListcontaining the given payer recordType.PayerLookupSession.getPayersByResource(Id resourceId) Gets aPayerListrelated to the given resource.PayerLookupSession.getPayersByResourceOnDate(Id resourceId, DateTime from, DateTime to) Gets aPayerListof the given resource and effective during the entire given date range inclusive but not confined to the date range.PayerLookupSession.getPayersOnDate(DateTime from, DateTime to) Gets aPayerListeffective during the entire given date range inclusive but not confined to the date range.