Interface | osid.bidding.AuctionHouseLookupSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
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. For example, a browsing application
may only need to examine the | ||
Method | canLookupAuctionHouses | ||
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 | useComparativeAuctionHouseView | ||
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 | usePlenaryAuctionHouseView | ||
Description |
A complete view of the | ||
Compliance | mandatory | This method is must be implemented. | |
Method | getAuctionHouse | ||
Description |
Gets the | ||
Parameters | osid.id.Id | auctionHouseId | Id of the AuctionHouse |
Return | osid.bidding.AuctionHouse | the auction house | |
Errors | NOT_FOUND | auctionHouseId not found | |
NULL_ARGUMENT | auctionHouseId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method is must be implemented. | |
Method | getAuctionHousesByIds | ||
Description |
Gets an | ||
Parameters | osid.id.IdList | auctionHouseIds | the list of Ids to retrieve |
Return | osid.bidding.AuctionHouseList | the returned AuctionHouse list | |
Errors | NOT_FOUND | an Id was not found | |
NULL_ARGUMENT | auctionHouseIds is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getAuctionHousesByGenusType | ||
Description |
Gets an | ||
Parameters | osid.type.Type | auctionHouseGenusType | an auction house genus type |
Return | osid.bidding.AuctionHouseList | the returned AuctionHouse list | |
Errors | NULL_ARGUMENT | auctionHouseGenusType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getAuctionHousesByParentGenusType | ||
Description |
Gets an | ||
Parameters | osid.type.Type | auctionHouseGenusType | an auction house genus type |
Return | osid.bidding.AuctionHouseList | the returned AuctionHouse list | |
Errors | NULL_ARGUMENT | auctionHouseGenusType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getAuctionHousesByRecordType | ||
Description |
Gets an | ||
Parameters | osid.type.Type | auctionHouseRecordType | an auction house record type |
Return | osid.bidding.AuctionHouseList | the returned AuctionHouse list | |
Errors | NULL_ARGUMENT | auctionHouseRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getAuctionHousesByProvider | ||
Description |
Gets an | ||
Parameters | osid.id.Id | resourceId | a resource Id |
Return | osid.bidding.AuctionHouseList | the returned AuctionHouse list | |
Errors | NULL_ARGUMENT | resourceId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getAuctionHouses | ||
Description |
Gets all | ||
Return | osid.bidding.AuctionHouseList | a list of AuctionHouses | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. |