| Interface | osid.bidding.rules.BidEnabler | ||
|---|---|---|---|
| Implements | osid.OsidEnabler | ||
| Used By | osid.bidding.rules.BidEnablerAdminSession | ||
osid.bidding.rules.BidEnablerList | |||
osid.bidding.rules.BidEnablerLookupSession | |||
| Description |
A | ||
| Method | getBidEnablerRecord | ||
| Description |
Gets the bid enabler record corresponding to the given
| ||
| Parameters | osid.type.Type | bidEnablerRecordType | the type of bid enabler record to retrieve |
| Return | osid.bidding.rules.records.BidEnablerRecord | the bid enabler record | |
| Errors | NULL_ARGUMENT | bidEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(bidEnablerRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |