public interface AuctionConstrainer extends OsidConstrainer
An AuctionConstrainer
describes the rules for
constraining the bids in an auction.
Modifier and Type | Method and Description |
---|---|
AuctionConstrainerRecord |
getAuctionConstrainerRecord(Type auctionConstrainerRecordType)
Gets the auction constrainer record corresponding to the given
AuctionConstrainer record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusType
getId, isCurrent
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
isActive, isDisabled, isEnabled, isOperational
AuctionConstrainerRecord getAuctionConstrainerRecord(Type auctionConstrainerRecordType) throws OperationFailedException
AuctionConstrainer
record Type.
This method is
used to retrieve an object implementing the requested record. The
auctionConstrainerRecordType
may be the Type
returned in getRecordTypes()
or any of its
parents in a Type
hierarchy where
hasRecordType(auctionConstrainerRecordType)
is true
.auctionConstrainerRecordType
- the type of auction constrainer
record to retrieveNullArgumentException
-
auctionConstrainerRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(auctionConstrainerRecordType)
is
false
mandatory
- This method must be implemented.