Interface BiddingProxyManager

All Superinterfaces:
AutoCloseable, BiddingProfile, Closeable, OsidProfile, OsidProxyManager, OsidProxyManager, Sourceable

public interface BiddingProxyManager extends OsidProxyManager, BiddingProfile

The bidding proxy manager provides access to rules sessions and provides interoperability tests for various aspects of this service. Methods in this manager pass a Proxy for passing information from server environments. The sessions included in this manager are:

  • MyAuctionSession : a session to look up auctions for authenticated agent
  • MyAuctionNotificationSession : a session to receive notifications about an auction in progress for the the authenticated agent
  • AuctionLookupSession : a session to retrieve auctions
  • AuctionQuerySession : a session to query for auctions
  • AuctionSearchSession : a session to search for auctions
  • AuctionAdminSession : a session to create and delete auctions
  • AuctionNotificationSession : a session to receive notifications pertaining to auction changes
  • AuctionAuctionHouseSession : a session to look up auction auction house mappings
  • AuctionAuctionHouseAssignmentSession : a session to manage auctions to auction house mappings
  • AuctionSmartAuctionHouseSession : a session to manage dynamic auction houses of auctions
  • BidLookupSession : a session to retrieve bids
  • BidQuerySession : a session to query for bids
  • BidSearchSession : a session to search for bids
  • BidAdminSession : a session to create and delete bids
  • BidNotificationSession : a session to receive notifications pertaining to bid changes
  • BidAuctionHouseSession : a session to look up bid auction house mappings
  • BidAuctionHouseAssignmentSession : a session to manage bid to auction house mappings
  • BidSmartAuctionHouseSession : a session to manage dynamic auction houses of bids
  • AuctionHouseLookupSession : a session to retrieve auction houses
  • AuctionHouseQuerySession : a session to search for auction houses
  • AuctionHouseSearchSession : a session to search for auction houses
  • AuctionHouseAdminSession : a session to create and delete auction houses
  • AuctionHouseNotificationSession : a session to receive notifications pertaining to auction house changes
  • AuctionHouseHierarchySession : a session to traverse a hierarchy of auction house
  • AuctionHouseHierarchyDesignSession : a session to manage an auction house hierarchy