public interface DemographicEnablerSearch extends OsidSearch
The search for governing demographic enabler searches.
| Modifier and Type | Method and Description |
|---|---|
DemographicEnablerSearchRecord |
getDemographicEnablerSearchRecord(Type demographicEnablerSearchRecordType)
Gets the demographic enabler search record corresponding to the given
demographic enabler search record
Type. |
void |
orderDemographicEnablerResults(DemographicEnablerSearchOrder demographicEnablerSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongDemographicEnablers(IdList demographicEnablerIds)
Execute this search among the given list of demographic enablers.
|
limitResultSetgetRecordTypes, hasRecordTypevoid searchAmongDemographicEnablers(IdList demographicEnablerIds)
demographicEnablerIds - list of demographic enablersNullArgumentException - demographicEnablerIds
is null mandatory - This method must be implemented. void orderDemographicEnablerResults(DemographicEnablerSearchOrder demographicEnablerSearchOrder)
demographicEnablerSearchOrder - demographic enabler search orderNullArgumentException -
demographicEnablerSearchOrder is null UnsupportedException -
demographicEnablerSearchOrder is not of this servicemandatory - This method must be implemented. DemographicEnablerSearchRecord getDemographicEnablerSearchRecord(Type demographicEnablerSearchRecordType) throws OperationFailedException
Type. This method is
used to retrieve an object implementing the requested record.demographicEnablerSearchRecordType - a demographic enabler
search record typeNullArgumentException -
demographicEnablerSearchRecordType is null
OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(demographicEnablerSearchRecordType) is
false mandatory - This method must be implemented.