Uses of Interface
org.osid.billing.BusinessList
Packages that use BusinessList
Package
Description
The Open Service Interface Definitions for the org.osid.billing
service.
The Open Service Interface Definitions for the org.osid.billing.payment
service.
-
Uses of BusinessList in org.osid.billing
Methods in org.osid.billing that return BusinessListModifier and TypeMethodDescriptionBusinessLookupSession.getBusinesses()Gets allBusinesses.BusinessSearchResults.getBusinesses()Gets the business list resulting from a search.CategoryBusinessSession.getBusinessesByCategory(Id categoryId) Gets theBusinessobjects mapped to aCategory.CustomerBusinessSession.getBusinessesByCustomer(Id customerId) Gets theBusinessobjects mapped to aCustomer.EntryBusinessSession.getBusinessesByEntry(Id entryId) Gets theBusinessobjects mapped to anEntry.BusinessLookupSession.getBusinessesByGenusType(Type businessGenusType) Gets aBusinessListcorresponding to the given business genusTypewhich does not include businesses of types derived from the specifiedType.In plenary mode, the returned list contains all known businesses or an error results.BusinessLookupSession.getBusinessesByIds(IdList businessIds) Gets aBusinessListcorresponding to the givenIdList.ItemBusinessSession.getBusinessesByItem(Id itemId) Gets theBusinessobjects mapped to anItem.BusinessLookupSession.getBusinessesByParentGenusType(Type businessGenusType) Gets aBusinessListcorresponding to the given business genusTypeand include any additional businesses with genus types derived from the specifiedType.In plenary mode, the returned list contains all known businesses or an error results.PeriodBusinessSession.getBusinessesByPeriod(Id periodId) Gets theBusinessobjects mapped to aPeriod.BusinessLookupSession.getBusinessesByProvider(Id resourceId) Gets aBusinessListof the given provider.BusinessQuerySession.getBusinessesByQuery(BusinessQuery businessQuery) Gets a list ofBusinessesmatching the given business query.BusinessLookupSession.getBusinessesByRecordType(Type businessRecordType) Gets aBusinessListcontaining the given business recordType.BusinessHierarchySession.getChildBusinesses(Id businessId) Gets the children of the given business.BusinessHierarchySession.getParentBusinesses(Id businessId) Gets the parents of the given business.BusinessHierarchySession.getRootBusinesses()Gets the root businesses in the business hierarchy. -
Uses of BusinessList in org.osid.billing.payment
Methods in org.osid.billing.payment that return BusinessListModifier and TypeMethodDescriptionPayerBusinessSession.getBusinessesByPayer(Id payerId) Gets theBusinessobjects mapped to aPayer.PaymentBusinessSession.getBusinessesByPayment(Id paymentId) Gets theBusinessobjects mapped to aPayment.