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