Interface RegistrationRequestSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing registration request searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetRegistrationRequestSearchRecord(Type registrationRequestSearchRecordType) Gets the registration request search record corresponding to the given registration request search recordType.voidorderRegistrationRequestResults(RegistrationRequestSearchOrder registrationRequestSearchOrder) Specify an ordering to the search results.voidsearchAmongRegistrationRequests(IdList registrationRequestIds) Execute this search among the given list of registration requests.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
-
searchAmongRegistrationRequests
Execute this search among the given list of registration requests.- Parameters:
registrationRequestIds- list of registration requests- Throws:
NullArgumentException-registrationRequestIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderRegistrationRequestResults
Specify an ordering to the search results.- Parameters:
registrationRequestSearchOrder- registration request search order- Throws:
NullArgumentException-registrationRequestSearchOrderisnullUnsupportedException-registrationRequestSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getRegistrationRequestSearchRecord
RegistrationRequestSearchRecord getRegistrationRequestSearchRecord(Type registrationRequestSearchRecordType) throws OperationFailedException Gets the registration request search record corresponding to the given registration request search recordType. This method is used to retrieve an object implementing the requested record.- Parameters:
registrationRequestSearchRecordType- a registration request search record type- Returns:
- the registration request search record
- Throws:
NullArgumentException-registrationRequestSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(registrationRequestSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-