Interface AuctionHouseForm

All Superinterfaces:
Extensible, Identifiable, OsidBrowsableForm, OsidCatalogForm, OsidExtensibleForm, OsidFederateableForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, OsidSourceableForm, Suppliable
All Known Subinterfaces:
AuctionHouseBatchForm

public interface AuctionHouseForm extends OsidCatalogForm

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

  • Method Details

    • getAuctionHouseFormRecord

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