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