Uses of Interface
org.osid.acknowledgement.BillingList
Packages that use BillingList
Package
Description
The Open Service Interface Definitions for the org.osid.acknowledgement
service.
-
Uses of BillingList in org.osid.acknowledgement
Methods in org.osid.acknowledgement that return BillingListModifier and TypeMethodDescriptionBillingLookupSession.getBillings()Gets allBillings.BillingSearchResults.getBillings()Gets the billing list resulting from a search.CreditBillingSession.getBillingsByCredit(Id creditId) Gets the list ofBillingobjects mapped to aCredit.BillingLookupSession.getBillingsByGenusType(Type billingGenusType) Gets aBillingListcorresponding to the given billing genusTypewhich does not include billings of genus types derived from the specifiedType.In plenary mode, the returned list contains all known billings or an error results.BillingLookupSession.getBillingsByIds(IdList billingIds) Gets aBillingListcorresponding to the givenIdList.BillingLookupSession.getBillingsByParentGenusType(Type billingGenusType) Gets aBillingListcorresponding to the given billing genusTypeand include any additional billings with genus types derived from the specifiedType.In plenary mode, the returned list contains all known billings or an error results.BillingLookupSession.getBillingsByProvider(Id providerId) Gets aBillingListfrom the given Provider.BillingQuerySession.getBillingsByQuery(BillingQuery billingQuery) Gets a list ofBillingsmatching the given search.BillingLookupSession.getBillingsByRecordType(Type billingRecordType) Gets aBillingListcontaining the given billing recordType.BillingHierarchySession.getChildBillings(Id billingId) Gets the child billings of the givenid.BillingHierarchySession.getParentBillings(Id billingId) Gets the parent billings of the givenid.BillingHierarchySession.getRootBillings()Gets the root billings in the billing hierarchy.