Interface FloorSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing floor searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetFloorSearchRecord(Type floorSearchRecordType) Gets the dis[atch search record corresponding to the given floor search recordType.voidorderFloorResults(FloorSearchOrder floorSearchOrder) Specify an ordering to the search results.voidsearchAmongFloors(IdList floorIds) Execute this search among the given list of floors.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
-
searchAmongFloors
Execute this search among the given list of floors.- Parameters:
floorIds- list of floors- Throws:
NullArgumentException-floorIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderFloorResults
Specify an ordering to the search results.- Parameters:
floorSearchOrder- floor search order- Throws:
NullArgumentException-floorSearchOrderisnullUnsupportedException-floorSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getFloorSearchRecord
Gets the dis[atch search record corresponding to the given floor search recordType. This method is used to retrieve an object implementing the requested record.- Parameters:
floorSearchRecordType- a floor search record type- Returns:
- the floor search record
- Throws:
NullArgumentException-floorSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(floorSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-