OSID Logo
OSID Specifications
bidding rules package
Version 3.0.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.TypebidEnablerRecordTypea bid enabler record type
Returnosid.bidding.rules.records.BidEnablerFormRecordthe bid enabler form record
ErrorsNULL_ARGUMENTbidEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(bidEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.