Interface AuctionProcessorEnablerForm

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

public interface AuctionProcessorEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getAuctionProcessorEnablerFormRecord

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