| Interface | osid.bidding.AuctionHouseForm | ||
|---|---|---|---|
| Implements | osid.OsidCatalogForm | ||
| Implemented By | osid.bidding.batch.AuctionHouseBatchForm | ||
| Used By | osid.bidding.AuctionHouseAdminSession | ||
| Description |
This is the form for creating and updating auction houses.
Like all | ||
| Method | getAuctionHouseFormRecord | ||
| Description |
Gets the | ||
| Parameters | osid.type.Type | auctionHouseRecordType | an auction house record type |
| Return | osid.bidding.records.AuctionHouseFormRecord | the auction house form record | |
| Errors | NULL_ARGUMENT | auctionHouseRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(auctionHouseRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |