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