public interface AuctionConstrainerEnabler extends OsidEnabler
An AuctionConstrainerEnabler describes the rules for
making an AuctionConstrainer effective.
| Modifier and Type | Method and Description |
|---|---|
AuctionConstrainerEnablerRecord |
getAuctionConstrainerEnablerRecord(Type auctionConstrainerEnablerRecordType)
Gets the auction constrainer enabler record corresponding to the given
AuctionConstrainerEnabler record Type. |
getCyclicEvent, getCyclicEventId, getDemographic, getDemographicId, getEvent, getEventId, getSchedule, getScheduleId, isEffectiveByCyclicEvent, isEffectiveByEvent, isEffectiveBySchedule, isEffectiveForDemographicgetDescription, getDisplayName, getGenusType, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeisActive, isDisabled, isEnabled, isOperationalgetEndDate, getStartDate, isEffectiveAuctionConstrainerEnablerRecord getAuctionConstrainerEnablerRecord(Type auctionConstrainerEnablerRecordType) throws OperationFailedException
AuctionConstrainerEnabler 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
.auctionConstrainerEnablerRecordType - the type of auction
constrainer enabler record to retrieveNullArgumentException -
auctionConstrainerEnablerRecordType is null
OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(auctionConstrainerEnablerRecordType) is
false mandatory - This method must be implemented.