Uses of Interface
org.osid.billing.CategoryList
Packages that use CategoryList
Package
Description
The Open Service Interface Definitions for the org.osid.billing
service.
-
Uses of CategoryList in org.osid.billing
Methods in org.osid.billing that return CategoryListModifier and TypeMethodDescriptionCategoryLookupSession.getCategories()Gets allCategories.CategorySearchResults.getCategories()Gets the category list resulting from a search.CategoryBusinessSession.getCategoriesByBusiness(Id businessId) Gets the list ofCategoriesassociated with aBusiness.CategoryBusinessSession.getCategoriesByBusinesses(IdList businessIds) Gets the list ofCategoriescorresponding to a list ofBusinessobjects.CategoryLookupSession.getCategoriesByGenusType(Type categoryGenusType) Gets aCategoryListcorresponding to the given category genusTypewhich does not include categories of types derived from the specifiedType.In plenary mode, the returned list contains all known categories or an error results.CategoryLookupSession.getCategoriesByIds(IdList categoryIds) Gets aCategoryListcorresponding to the givenIdList.CategoryLookupSession.getCategoriesByParentGenusType(Type categoryGenusType) Gets aCategoryListcorresponding to the given category genusTypeand include any additional categories with genus types derived from the specifiedType.In plenary mode, the returned list contains all known categories or an error results.CategoryQuerySession.getCategoriesByQuery(CategoryQuery categoryQuery) Gets a list ofCategoriesmatching the given category query.CategoryLookupSession.getCategoriesByRecordType(Type categoryRecordType) Gets aCategoryListcontaining the given category recordType.