Uses of Interface
org.osid.billing.ItemList
Packages that use ItemList
Package
Description
The Open Service Interface Definitions for the org.osid.billing
service.
-
Uses of ItemList in org.osid.billing
Methods in org.osid.billing that return ItemListModifier and TypeMethodDescriptionItemLookupSession.getItems()Gets allItems.ItemSearchResults.getItems()Gets the item list resulting from a search.ItemLookupSession.getItemsByAccount(Id accountId) Gets anItemListof the given general ledger account.ItemBusinessSession.getItemsByBusiness(Id businessId) Gets the list ofItemsassociated with aBusiness.ItemBusinessSession.getItemsByBusinesses(IdList businessIds) Gets the list ofItemscorresponding to a list ofBusinessobjects.ItemLookupSession.getItemsByCategory(Id categoryId) Gets anItemListof the given category.ItemLookupSession.getItemsByGenusType(Type itemGenusType) Gets anItemListcorresponding to the given item genusTypewhich does not include items of types derived from the specifiedType.ItemLookupSession.getItemsByIds(IdList itemIds) Gets anItemListcorresponding to the givenIdList.ItemLookupSession.getItemsByParentGenusType(Type itemGenusType) Gets anItemListcorresponding to the given item genusTypeand include any additional items with genus types derived from the specifiedType.ItemLookupSession.getItemsByProduct(Id productId) Gets anItemListof the given product.ItemQuerySession.getItemsByQuery(ItemQuery itemQuery) Gets a list ofItemsmatching the given item query.ItemLookupSession.getItemsByRecordType(Type itemRecordType) Gets anItemListcontaining the given item recordType.