public interface BallotConstrainerEnabler extends OsidEnabler
A BallotConstrainerEnabler describes the rules for
making a BallotConstrainer effective.
| Modifier and Type | Method and Description |
|---|---|
BallotConstrainerEnablerRecord |
getBallotConstrainerEnablerRecord(Type ballotConstrainerEnablerRecordType)
Gets the ballot constrainer enabler record corresponding to the given
BallotConstrainerEnabler record Type. |
getCyclicEvent, getCyclicEventId, getDemographic, getDemographicId, getEvent, getEventId, getSchedule, getScheduleId, isEffectiveByCyclicEvent, isEffectiveByEvent, isEffectiveBySchedule, isEffectiveForDemographicgetDescription, getDisplayName, getGenusType, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeisActive, isDisabled, isEnabled, isOperationalgetEndDate, getStartDate, isEffectiveBallotConstrainerEnablerRecord getBallotConstrainerEnablerRecord(Type ballotConstrainerEnablerRecordType) throws OperationFailedException
BallotConstrainerEnabler record Type.
This method is used to retrieve an object implementing the requested
record. The ballotConstrainerEnablerRecordType may be
the Type returned in getRecordTypes() or
any of its parents in a Type hierarchy where
hasRecordType(ballotConstrainerEnablerRecordType) is
true .ballotConstrainerEnablerRecordType - the type of ballot
constrainer enabler record to retrieveNullArgumentException -
ballotConstrainerEnablerRecordType is null
OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(ballotConstrainerEnablerRecordType) is
false mandatory - This method must be implemented.