public interface AuctionConstrainerForm extends OsidConstrainerForm
This is the form for creating and updating AuctionConstrainers.
Like all OsidForm objects, various data elements
may be set here for use in the create and update methods in the
AuctionConstrainerAdminSession. For each data element that may be
set, metadata may be examined to provide display hints or data
constraints.
| Modifier and Type | Method and Description |
|---|---|
AuctionConstrainerFormRecord |
getAuctionConstrainerFormRecord(Type auctionConstrainerRecordType)
Gets the
AuctionConstrainerFormRecord corresponding to
the given auction constrainer record Type. |
clearRule, getRuleMetadata, setRuleclearDescription, clearDisplayName, clearGenusType, getDescriptionMetadata, getDisplayNameMetadata, getGenusTypeMetadata, setDescription, setDisplayName, setGenusTypegetRequiredRecordTypesgetRecordTypes, hasRecordTypegetDefaultLocale, getInvalidMetadata, getJournalCommentMetadata, getLocales, getValidationMessages, isForUpdate, isValid, setJournalComment, setLocalegetId, isCurrentclearDisabled, clearEnabled, getDisabledMetadata, getEnabledMetadata, setDisabled, setEnabledAuctionConstrainerFormRecord getAuctionConstrainerFormRecord(Type auctionConstrainerRecordType) throws OperationFailedException
AuctionConstrainerFormRecord corresponding to
the given auction constrainer record Type. auctionConstrainerRecordType - an auction constrainer record
typeNullArgumentException -
auctionConstrainerRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(auctionConstrainerRecordType) is
false mandatory - This method must be implemented.