OSID Logo
OSID Specifications
bidding rules package
Version 3.1.0
Interfaceosid.bidding.rules.BidEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.bidding.rules.BidEnablerAdminSession
Description

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

MethodgetBidEnablerFormRecord
Description

Gets the BidEnablerFormRecord corresponding to the given bid enabler record Type.

Parametersosid.type.TypebidEnablerRecordType a bid enabler record type
Returnosid.bidding.rules.records.BidEnablerFormRecord the bid enabler form record
ErrorsNULL_ARGUMENT bidEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(bidEnablerRecordType) is false
Compliancemandatory This method must be implemented.