Uses of Interface
org.osid.billing.payment.PaymentList
Packages that use PaymentList
Package
Description
The Open Service Interface Definitions for the org.osid.billing.payment
service.
-
Uses of PaymentList in org.osid.billing.payment
Methods in org.osid.billing.payment that return PaymentListModifier and TypeMethodDescriptionPaymentLookupSession.getPayments()Gets allPayments.PaymentSearchResults.getPayments()Gets the payment list resulting from a search.PaymentBusinessSession.getPaymentsByBusiness(Id businessId) Gets the list ofPaymentsassociated with aBusiness.PaymentBusinessSession.getPaymentsByBusinesses(IdList businessIds) Gets the list ofPaymentscorresponding to a list ofBusinessobjects.PaymentLookupSession.getPaymentsByGenusType(Type paymentGenusType) Gets aPaymentListcorresponding to the given payment genusTypewhich does not include payments of types derived from the specifiedType.In plenary mode, the returned list contains all known payments or an error results.PaymentLookupSession.getPaymentsByIds(IdList paymentIds) Gets aPaymentListcorresponding to the givenIdList.PaymentLookupSession.getPaymentsByParentGenusType(Type paymentGenusType) Gets aPaymentListcorresponding to the given payment genusTypeand include any additional payments with genus types derived from the specifiedType.In plenary mode, the returned list contains all known payments or an error results.PaymentLookupSession.getPaymentsByPeriod(Id periodId) Gets aPaymentListin the given period.PaymentLookupSession.getPaymentsByPeriodForCustomer(Id customerId, Id periodId) Gets aPaymentListfor the given customer and billing period.PaymentLookupSession.getPaymentsByPeriodForPayer(Id payerId, Id periodId) Gets aPaymentListfor the given payer in a billing period.PaymentLookupSession.getPaymentsByPeriodForPayerAndCustomer(Id payerId, Id customerId, Id periodId) Gets aPaymentListfor the given payer and customer in a billing period.PaymentQuerySession.getPaymentsByQuery(PaymentQuery paymentQuery) Gets a list ofPaymentsmatching the given payment query.PaymentLookupSession.getPaymentsByRecordType(Type paymentRecordType) Gets aPaymentListcontaining the given payment recordType.PaymentLookupSession.getPaymentsForCustomer(Id customerId) Gets aPaymentListfor the given customer.PaymentLookupSession.getPaymentsForCustomerOnDate(Id customerId, DateTime from, DateTime to) Gets aPaymentListfor the given customer made within the given date range inclusive.PaymentLookupSession.getPaymentsForPayer(Id payerId) Gets aPaymentListfor the given payer.PaymentLookupSession.getPaymentsForPayerAndCustomer(Id payerId, Id customerId) Gets aPaymentListfor the given payer and customer.PaymentLookupSession.getPaymentsForPayerAndCustomerOnDate(Id payerId, Id customerId, DateTime from, DateTime to) Gets aPaymentListfor the given customer and payer made within the given date range inclusive.PaymentLookupSession.getPaymentsForPayerOnDate(Id payerId, DateTime from, DateTime to) Gets aPaymentListfor the given payer made within the given date range inclusive.