Uses of Interface
org.osid.billing.EntryList
Packages that use EntryList
Package
Description
The Open Service Interface Definitions for the org.osid.billing
service.
-
Uses of EntryList in org.osid.billing
Methods in org.osid.billing that return EntryListModifier and TypeMethodDescriptionEntryBusinessSession.getActivitieByBusiness(Id businessId) Gets the list ofEntryassociated with aBusiness.EntryBusinessSession.getActivitieByBusinesses(IdList businessIds) Gets the list ofEntriescorresponding to a list ofBusinessobjects.EntryLookupSession.getEntries()Gets allEntries.EntrySearchResults.getEntries()Gets the entry list resulting from a search.EntryLookupSession.getEntriesByGenusType(Type entryGenusType) Gets anEntryListcorresponding to the given entry genusTypewhich does not include entries of genus types derived from the specifiedType.EntryLookupSession.getEntriesByIds(IdList entryIds) Gets anEntryListcorresponding to the givenIdList.EntryLookupSession.getEntriesByParentGenusType(Type entryGenusType) Gets anEntryListcorresponding to the given entry genusTypeand include any additional entries with genus types derived from the specifiedType.EntryLookupSession.getEntriesByPeriod(Id periodId) Gets anEntryListin the given billing period.EntryLookupSession.getEntriesByPeriodForCustomer(Id customerId, Id periodId) Gets anEntryListfor the given customer in a billing period.EntryLookupSession.getEntriesByPeriodForCustomerAndItem(Id customerId, Id itemId, Id periodId) Gets anEntryListfor the given customer and item in a billing period.EntryLookupSession.getEntriesByPeriodForCustomerAndItemOnDate(Id customerId, Id itemId, Id periodId, DateTime from, DateTime to) Gets anEntryListfor the given customer and item in a billing period and effective during the entire given date range inclusive but not confined to the date range.EntryLookupSession.getEntriesByPeriodForCustomerOnDate(Id customerId, Id periodId, DateTime from, DateTime to) Gets anEntryListin the given billing period for the given customer and effective during the entire given date range inclusive but not confined to the date range.EntryLookupSession.getEntriesByPeriodForItem(Id itemId, Id periodId) Gets anEntryListfor the given item in a billing period.EntryLookupSession.getEntriesByPeriodForItemOnDate(Id itemId, Id periodId, DateTime from, DateTime to) Gets anEntryListin the given billing period for the given item and effective during the entire given date range inclusive but not confined to the date range.EntryQuerySession.getEntriesByQuery(EntryQuery entryQuery) Gets a list ofEntriesmatching the given entry query.EntryLookupSession.getEntriesByRecordType(Type entryRecordType) Gets anEntryListcontaining the given entry recordType.EntryLookupSession.getEntriesForCustomer(Id customerId) Gets anEntryListfor the given customer.EntryLookupSession.getEntriesForCustomerAndItem(Id customerId, Id itemId) Gets anEntryListfor the given customer and item.EntryLookupSession.getEntriesForCustomerAndItemOnDate(Id customerId, Id itemId, DateTime from, DateTime to) Gets anEntryListfor the given customer and item and effective during the entire given date range inclusive but not confined to the date range.EntryLookupSession.getEntriesForCustomerOnDate(Id customerId, DateTime from, DateTime to) Gets anEntryListfor the given customer and effective during the entire given date range inclusive but not confined to the date range.EntryLookupSession.getEntriesForItem(Id itemId) Gets anEntryListfor the given item.EntryLookupSession.getEntriesForItemOnDate(Id itemId, DateTime from, DateTime to) Gets anEntryListfor the given item and effective during the entire given date range inclusive but not confined to the date range.EntryLookupSession.getEntriesOnDate(DateTime from, DateTime to) Gets anEntryListeffective during the entire given date range inclusive but not confined to the date range.