| Interface | osid.bidding.rules.BidEnablerLookupSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.bidding.rules.BiddingRulesManager | ||
osid.bidding.rules.BiddingRulesProxyManager | |||
| Description |
This session provides methods for retrieving
This session defines views that offer differing behaviors when retrieving multiple objects.
Generally, the comparative view should be used for most
applications as it permits operation even if there is data
that cannot be accessed. The methods
| ||
| Method | getAuctionHouseId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the AuctionHouse Id associated with this session | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuctionHouse | ||
| Description |
Gets the | ||
| Return | osid.bidding.AuctionHouse | the auction house | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canLookupBidEnablers | ||
| Description |
Tests if this user can perform | ||
| Return | boolean | false if lookup methods are not authorized, true
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | useComparativeBidEnablerView | ||
| Description |
The returns from the lookup methods may omit or translate elements based on this session, such as authorization, and not result in an error. This view is used when greater interoperability is desired at the expense of precision. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | usePlenaryBidEnablerView | ||
| Description |
A complete view of the | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useFederatedAuctionHouseView | ||
| Description |
Federates the view for methods in this session. A federated view will include bid enablers in auction houses which are children of this auction house in the auction house hierarchy. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useIsolatedAuctionHouseView | ||
| Description |
Isolates the view for methods in this session. An isolated view restricts lookups to this auction house only. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getBidEnabler | ||
| Description |
Gets the In plenary mode, the exact | ||
| Parameters | osid.id.Id | bidEnablerId | Id of the BidEnabler |
| Return | osid.bidding.rules.BidEnabler | the bid enabler | |
| Errors | NOT_FOUND | bidEnablerId not found | |
| NULL_ARGUMENT | bidEnablerId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getBidEnablersByIds | ||
| Description |
Gets a In plenary mode, the returned list contains all of the
bid enablers specified in the | ||
| Parameters | osid.id.IdList | bidEnablerIds | the list of Ids to retrieve |
| Return | osid.bidding.rules.BidEnablerList | the returned BidEnabler list | |
| Errors | NOT_FOUND | an Id was not found | |
| NULL_ARGUMENT | bidEnablerIds is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getBidEnablersByGenusType | ||
| Description |
Gets a In plenary mode, the returned list contains all known bid enablers or an error results. Otherwise, the returned list may contain only those bid enablers that are accessible through this session. | ||
| Parameters | osid.type.Type | bidEnablerGenusType | a bid enabler genus type |
| Return | osid.bidding.rules.BidEnablerList | the returned BidEnabler list | |
| Errors | NULL_ARGUMENT | bidEnablerGenusType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getBidEnablersByParentGenusType | ||
| Description |
Gets a In plenary mode, the returned list contains all known bid enablers or an error results. Otherwise, the returned list may contain only those bid enablers that are accessible through this session. | ||
| Parameters | osid.type.Type | bidEnablerGenusType | a bid genus type |
| Return | osid.bidding.rules.BidEnablerList | the returned BidEnabler list | |
| Errors | NULL_ARGUMENT | bidEnablerGenusType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getBidEnablersByRecordType | ||
| Description |
Gets a In plenary mode, the returned list contains all known bid enablers or an error results. Otherwise, the returned list may contain only those bid enablers that are accessible through this session. | ||
| Parameters | osid.type.Type | bidEnablerRecordType | a bid enabler record type |
| Return | osid.bidding.rules.BidEnablerList | the returned BidEnabler list | |
| Errors | NULL_ARGUMENT | bidEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getBidEnablers | ||
| Description |
Gets all In plenary mode, the returned list contains all known bid enablers or an error results. Otherwise, the returned list may contain only those bid enablers that are accessible through this session. | ||
| Return | osid.bidding.rules.BidEnablerList | a list of BidEnablers | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |