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