Interface AuctionConstrainerForm

All Superinterfaces:
Extensible, Identifiable, OsidBrowsableForm, OsidConstrainerForm, OsidExtensibleForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, OsidOperableForm, OsidRuleForm, Suppliable

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.

  • Method Details

    • getAuctionConstrainerFormRecord

      AuctionConstrainerFormRecord getAuctionConstrainerFormRecord(Type auctionConstrainerRecordType) throws OperationFailedException
      Gets the AuctionConstrainerFormRecord corresponding to the given auction constrainer record Type.
      Parameters:
      auctionConstrainerRecordType - an auction constrainer record type
      Returns:
      the auction constrainer form record
      Throws:
      NullArgumentException - auctionConstrainerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(auctionConstrainerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.