Interface BallotConstrainerEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing ballot constrainer enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetBallotConstrainerEnablerSearchRecord(Type ballotConstrainerEnablerSearchRecordType) Gets the ballot constrainer enabler search record corresponding to the given ballot constrainer enabler search recordType.This method is used to retrieve an object implementing the requested record.voidorderBallotConstrainerEnablerResults(BallotConstrainerEnablerSearchOrder ballotConstrainerEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongBallotConstrainerEnablers(IdList ballotConstrainerEnablerIds) Execute this search among the given list of ballot constrainer enablers.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
-
searchAmongBallotConstrainerEnablers
Execute this search among the given list of ballot constrainer enablers.- Parameters:
ballotConstrainerEnablerIds- list of ballot constrainer enablers- Throws:
NullArgumentException-ballotConstrainerEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderBallotConstrainerEnablerResults
void orderBallotConstrainerEnablerResults(BallotConstrainerEnablerSearchOrder ballotConstrainerEnablerSearchOrder) Specify an ordering to the search results.- Parameters:
ballotConstrainerEnablerSearchOrder- ballot constrainer enabler search order- Throws:
NullArgumentException-ballotConstrainerEnablerSearchOrderisnullUnsupportedException-ballotConstrainerEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getBallotConstrainerEnablerSearchRecord
BallotConstrainerEnablerSearchRecord getBallotConstrainerEnablerSearchRecord(Type ballotConstrainerEnablerSearchRecordType) throws OperationFailedException Gets the ballot constrainer enabler search record corresponding to the given ballot constrainer enabler search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
ballotConstrainerEnablerSearchRecordType- a ballot constrainer enabler search record type- Returns:
- the ballot constrainer enabler search record
- Throws:
NullArgumentException-ballotConstrainerEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(ballotConstrainerEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-