OSID Logo
OSID Specifications
bidding package
Version 3.1.0
Interfaceosid.bidding.AuctionHouseForm
Implementsosid.OsidCatalogForm
Implemented Byosid.bidding.batch.AuctionHouseBatchForm
Used Byosid.bidding.AuctionHouseAdminSession
Description

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.

MethodgetAuctionHouseFormRecord
Description

Gets the AuctionHouseFormRecord corresponding to the given auction house record Type.

Parametersosid.type.TypeauctionHouseRecordType an auction house record type
Returnosid.bidding.records.AuctionHouseFormRecord the auction house form record
ErrorsNULL_ARGUMENT auctionHouseRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(auctionHouseRecordType) is false
Compliancemandatory This method must be implemented.