OSID Logo
OSID Specifications
bidding rules package
Version 3.1.0
Interfaceosid.bidding.rules.AuctionConstrainerForm
Implementsosid.OsidConstrainerForm
Used Byosid.bidding.rules.AuctionConstrainerAdminSession
Description

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

MethodgetAuctionConstrainerFormRecord
Description

Gets the AuctionConstrainerFormRecord corresponding to the given auction constrainer record Type.

Parametersosid.type.TypeauctionConstrainerRecordType an auction constrainer record type
Returnosid.bidding.rules.records.AuctionConstrainerFormRecord the auction constrainer form record
ErrorsNULL_ARGUMENT auctionConstrainerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(auctionConstrainerRecordType) is false
Compliancemandatory This method must be implemented.