public interface FrontOfficeSearch extends OsidSearch
The search interface for governing front office searches.
Modifier and Type | Method and Description |
---|---|
FrontOfficeSearchRecord |
getFrontOfficeSearchRecord(Type frontOfficeSearchRecordType)
Gets the front office search record corresponding to the given front
office search record
Type. |
void |
orderFrontOfficeResults(FrontOfficeSearchOrder frontOfficeSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongFrontOffices(IdList frontOfficeIds)
Execute this search among the given list of frontOffices.
|
limitResultSet
getRecordTypes, hasRecordType
void searchAmongFrontOffices(IdList frontOfficeIds)
frontOfficeIds
- list of frontOfficesNullArgumentException
- frontOfficeIds
is null
mandatory
- This method must be implemented. void orderFrontOfficeResults(FrontOfficeSearchOrder frontOfficeSearchOrder)
frontOfficeSearchOrder
- front office search orderNullArgumentException
- frontOfficeSearchOrder
is null
UnsupportedException
- frontOfficeSearchOrder
is not of this servicemandatory
- This method must be implemented. FrontOfficeSearchRecord getFrontOfficeSearchRecord(Type frontOfficeSearchRecordType) throws OperationFailedException
Type.
This method is used to
retrieve an object implementing the requested record.frontOfficeSearchRecordType
- a front office search record typeNullArgumentException
-
frontOfficeSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(frontOfficeSearchRecordType)
is
false
mandatory
- This method must be implemented.