public interface PayerSearch extends OsidSearch
The search interface for governing payer searches.
Modifier and Type | Method and Description |
---|---|
PayerSearchRecord |
getPayerSearchRecord(Type payerSearchRecordType)
Gets the payer search record corresponding to the given payer search
record
Type. |
void |
orderPayerResults(PayerSearchOrder payerSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongPayers(IdList payerIds)
Execute this search among the given list of payers.
|
limitResultSet
getRecordTypes, hasRecordType
void searchAmongPayers(IdList payerIds)
payerIds
- list of payersNullArgumentException
- payerIds
is
null
mandatory
- This method must be implemented. void orderPayerResults(PayerSearchOrder payerSearchOrder)
payerSearchOrder
- payer search orderNullArgumentException
- payerSearchOrder
is null
UnsupportedException
- payerSearchOrder
is not of this servicemandatory
- This method must be implemented. PayerSearchRecord getPayerSearchRecord(Type payerSearchRecordType) throws OperationFailedException
Type.
This method is used to retrieve an object
implementing the requested record.payerSearchRecordType
- a payer search record typeNullArgumentException
- payerSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(payerSearchRecordType)
is false
mandatory
- This method must be implemented.