Uses of Interface
org.osid.cataloging.rules.CatalogEnablerList
Packages that use CatalogEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.cataloging.rules
service.
-
Uses of CatalogEnablerList in org.osid.cataloging.rules
Methods in org.osid.cataloging.rules that return CatalogEnablerListModifier and TypeMethodDescriptionCatalogEnablerLookupSession.getCatalogEnablers()Gets allCatalogEnablers.CatalogEnablerSearchResults.getCatalogEnablers()Gets theCatalogEnablerListresulting from a search.CatalogEnablerCatalogSession.getCatalogEnablersByCatalog(Id catalogId) Gets the list of catalog enablers associated with aCatalog.CatalogEnablerCatalogSession.getCatalogEnablersByCatalogs(IdList catalogIds) Gets the list of catalog enablers corresponding to a list ofCatalogs.CatalogEnablerLookupSession.getCatalogEnablersByGenusType(Type catalogEnablerGenusType) Gets aCatalogEnablerListcorresponding to the given catalog enabler genusTypewhich does not include catalog enablers of genus types derived from the specifiedType.CatalogEnablerLookupSession.getCatalogEnablersByIds(IdList catalogEnablerIds) Gets aCatalogEnablerListcorresponding to the givenIdList.CatalogEnablerLookupSession.getCatalogEnablersByParentGenusType(Type catalogEnablerGenusType) Gets aCatalogEnablerListcorresponding to the given catalog enabler genusTypeand include any additional catalog enablers with genus types derived from the specifiedType.CatalogEnablerQuerySession.getCatalogEnablersByQuery(CatalogEnablerQuery catalogEnablerQuery) Gets a list ofCatalogEnablersmatching the given search.CatalogEnablerLookupSession.getCatalogEnablersByRecordType(Type catalogEnablerRecordType) Gets aCatalogEnablerListcontaining the given catalog enabler recordType.CatalogEnablerRuleLookupSession.getCatalogEnablersForCatalog(Id catalogId) Gets theCatalogEnablerassociated with aCatalog.CatalogEnablerLookupSession.getCatalogEnablersOnDate(DateTime from, DateTime to) Gets aCatalogEnablerListeffective for the entire given date range inclusive but not confined to the date range.CatalogEnablerLookupSession.getCatalogEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aCatalogEnablerListeffective for the entire given date range inclusive but not confined to the date range and evaluated against the given agent.