Interface CatalogEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing catalog enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetCatalogEnablerSearchRecord(Type catalogEnablerSearchRecordType) Gets the catalog enabler search record corresponding to the given catalog enabler search recordType.This method is used to retrieve an object implementing the requested record.voidorderCatalogEnablerResults(CatalogEnablerSearchOrder catalogEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongCatalogEnablers(IdList catalogEnablerIds) Execute this search among the given list of catalog enablers.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeModifier and TypeMethodDescriptionGets the record types available in this object.booleanhasRecordType(Type recordType) Tests if this object supports the given recordType.Methods inherited from interface OsidSearch
limitResultSetModifier and TypeMethodDescriptionvoidlimitResultSet(long start, long end) By default, searches return all matching results.
-
Method Details
-
searchAmongCatalogEnablers
Execute this search among the given list of catalog enablers.- Parameters:
catalogEnablerIds- list of catalog enablers- Throws:
NullArgumentException-catalogEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderCatalogEnablerResults
Specify an ordering to the search results.- Parameters:
catalogEnablerSearchOrder- catalog enabler search order- Throws:
NullArgumentException-catalogEnablerSearchOrderisnullUnsupportedException-catalogEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getCatalogEnablerSearchRecord
CatalogEnablerSearchRecord getCatalogEnablerSearchRecord(Type catalogEnablerSearchRecordType) throws OperationFailedException Gets the catalog enabler search record corresponding to the given catalog enabler search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
catalogEnablerSearchRecordType- a catalog enabler search record type- Returns:
- the catalog enabler search record
- Throws:
NullArgumentException-catalogEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(catalogEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-