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