Interface AuctionConstrainerEnablerForm

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

public interface AuctionConstrainerEnablerForm extends OsidEnablerForm

This is the form for creating and updating AuctionConstrainerEnablers. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the AuctionConstrainerEnablerAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

  • Method Details

    • getAuctionConstrainerEnablerFormRecord

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