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 a auction house hierarchy | Modifier and Type | Method and Description |
|---|---|
AuctionAdminSession |
getAuctionAdminSession(Proxy proxy)
Gets the
OsidSession associated with the auction
administration service. |
AuctionAdminSession |
getAuctionAdminSessionForAuctionHouse(Id auctionHouseId,
Proxy proxy)
Gets the
OsidSession associated with the auction
administration service for the given auction house. |
AuctionAuctionHouseAssignmentSession |
getAuctionAuctionHouseAssignmentSession(Proxy proxy)
Gets the
OsidSession associated with assigning auctions
to auction houses. |
AuctionAuctionHouseSession |
getAuctionAuctionHouseSession(Proxy proxy)
Gets the
OsidSession to lookup auction/auctionHouse
mappings. |
AuctionHouseAdminSession |
getAuctionHouseAdminSession(Proxy proxy)
Gets the
OsidSession associated with the auction house
administrative service. |
AuctionHouseHierarchyDesignSession |
getAuctionHouseHierarchyDesignSession(Proxy proxy)
Gets the
OsidSession associated with the auction house
hierarchy design service. |
AuctionHouseHierarchySession |
getAuctionHouseHierarchySession(Proxy proxy)
Gets the
OsidSession associated with the auction house
hierarchy service. |
AuctionHouseLookupSession |
getAuctionHouseLookupSession(Proxy proxy)
Gets the
OsidSession associated with the auction house
lookup service. |
AuctionHouseNotificationSession |
getAuctionHouseNotificationSession(AuctionHouseReceiver auctionHouseReceiver,
Proxy proxy)
Gets the
OsidSession associated with the auction house
notification service. |
AuctionHouseQuerySession |
getAuctionHouseQuerySession(Proxy proxy)
Gets the
OsidSession associated with the auction house
query service. |
AuctionHouseSearchSession |
getAuctionHouseSearchSession(Proxy proxy)
Gets the
OsidSession associated with the auction house
search service. |
AuctionLookupSession |
getAuctionLookupSession(Proxy proxy)
Gets the
OsidSession associated with the auction lookup
service. |
AuctionLookupSession |
getAuctionLookupSessionForAuctionHouse(Id auctionHouseId,
Proxy proxy)
Gets the
OsidSession associated with the auction lookup
service for the given auction house. |
AuctionNotificationSession |
getAuctionNotificationSession(AuctionReceiver auctionReceiver,
Proxy proxy)
Gets the
OsidSession associated with the auction
notification service. |
AuctionNotificationSession |
getAuctionNotificationSessionForAuctionHouse(AuctionReceiver auctionReceiver,
Id auctionHouseId,
Proxy proxy)
Gets the
OsidSession associated with the auction
notification service for the given auction house. |
AuctionQuerySession |
getAuctionQuerySession(Proxy proxy)
Gets the
OsidSession associated with the auction query
service. |
AuctionQuerySession |
getAuctionQuerySessionForAuctionHouse(Id auctionHouseId,
Proxy proxy)
Gets the
OsidSession associated with the auction query
service for the given auction house. |
AuctionSearchSession |
getAuctionSearchSession(Proxy proxy)
Gets the
OsidSession associated with the auction search
service. |
AuctionSearchSession |
getAuctionSearchSessionForAuctionHouse(Id auctionHouseId,
Proxy proxy)
Gets the
OsidSession associated with the auction search
service for the given auction house. |
AuctionAuctionHouseSession |
getAuctionSmartAuctionHouseSession(Id auctionHouseId,
Proxy proxy)
Gets the
OsidSession to manage auction smart auction
houses. |
BidAdminSession |
getBidAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bid
administrative service. |
BidAdminSession |
getBidAdminSessionForAuction(Id auctionHouseId,
Proxy proxy)
Gets the
OsidSession associated with the bid
administrative service for the given auction house. |
BidAuctionHouseAssignmentSession |
getBidAuctionHouseAssignmentSession(Proxy proxy)
Gets the
OsidSession associated with assigning
competencies to auction houses. |
BidAuctionHouseSession |
getBidAuctionHouseSession(Proxy proxy)
Gets the
OsidSession to lookup bid/auctionHouse
mappings. |
BiddingBatchProxyManager |
getBiddingBatchProxyManager()
Gets a
BiddingBatchProxyManager. |
BiddingRulesProxyManager |
getBiddingRulesProxyManager()
Gets a
BiddingRulesProxyManager. |
BidLookupSession |
getBidLookupSession(Proxy proxy)
Gets the
OsidSession associated with the bid lookup
service. |
BidLookupSession |
getBidLookupSessionForAuctionHouse(Id auctionHouseId,
Proxy proxy)
Gets the
OsidSession associated with the bid lookup
service for the given auction house. |
BidNotificationSession |
getBidNotificationSession(BidReceiver bidReceiver,
Proxy proxy)
Gets the
OsidSession associated with the bid
notification service. |
BidNotificationSession |
getBidNotificationSessionForAuctionHouse(BidReceiver bidReceiver,
Id auctionHouseId,
Proxy proxy)
Gets the
OsidSession associated with the bid
notification service for the given auction house. |
BidQuerySession |
getBidQuerySession(Proxy proxy)
Gets the
OsidSession associated with the bid query
service. |
BidQuerySession |
getBidQuerySessionForAuctionHouse(Id auctionHouseId,
Proxy proxy)
Gets the
OsidSession associated with the bid query
service for the given auction house. |
BidSearchSession |
getBidSearchSession(Proxy proxy)
Gets the
OsidSession associated with the bid search
service. |
BidSearchSession |
getBidSearchSessionForAuctionHouse(Id auctionHouseId,
Proxy proxy)
Gets the
OsidSession associated with the bid search
service for the given auction house. |
BidSmartAuctionHouseSession |
getBidSmartAuctionHouseSession(Id auctionHouseId,
Proxy proxy)
Gets the
OsidSession to manage bid smart auction
houses. |
MyAuctionNotificationSession |
getMyAuctionNotificationSession(MyAuctionReceiver myAuctionReceiver,
Proxy proxy)
Gets the
OsidSession associated with the my auction
notification service. |
MyAuctionNotificationSession |
getMyAuctionNotificationSessionForAuctionHouse(MyAuctionReceiver myAuctionReceiver,
Id auctionHouseId,
Proxy proxy)
Gets the
OsidSession associated with the my auction
notification service for the given auction house. |
MyAuctionSession |
getMyAuctionSession(Proxy proxy)
Gets the
OsidSession associated with the my auction
service. |
MyAuctionSession |
getMyAuctionSessionForAuctionHouse(Id auctionHouseId,
Proxy proxy)
Gets the
OsidSession associated with the my auction
service for the given auction house. |
changeBranch, initialize, rollbackServiceclosegetAuctionHouseRecordTypes, getAuctionHouseSearchRecordTypes, getAuctionRecordTypes, getAuctionSearchRecordTypes, getBidRecordTypes, getBidSearchRecordTypes, supportsAuctionAdmin, supportsAuctionAuctionHouse, supportsAuctionAuctionHouseAssignment, supportsAuctionHouseAdmin, supportsAuctionHouseHierarchy, supportsAuctionHouseHierarchyDesign, supportsAuctionHouseLookup, supportsAuctionHouseNotification, supportsAuctionHouseQuery, supportsAuctionHouseRecordType, supportsAuctionHouseSearch, supportsAuctionHouseSearchRecordType, supportsAuctionLookup, supportsAuctionNotification, supportsAuctionQuery, supportsAuctionRecordType, supportsAuctionSearch, supportsAuctionSearchRecordType, supportsAuctionSmartAuctionHouse, supportsBidAdmin, supportsBidAuctionHouse, supportsBidAuctionHouseAssignment, supportsBiddingBatch, supportsBiddingRules, supportsBidLookup, supportsBidNotification, supportsBidQuery, supportsBidRecordType, supportsBidSearch, supportsBidSearchRecordType, supportsBidSmartAuctionHouse, supportsMyAuction, supportsMyAuctionNotification, supportsVisibleFederationgetBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdMyAuctionSession getMyAuctionSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the my auction
service.proxy - a proxy MyAuctionSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsMyAuction()
is false optional - This method must be implemented if
supportsMyAuction() is true. MyAuctionSession getMyAuctionSessionForAuctionHouse(Id auctionHouseId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the my auction
service for the given auction house.auctionHouseId - the Id of the auction houseproxy - a proxy MyAuctionSession NotFoundException - no AuctionHouse
found by the given Id NullArgumentException - auctionHouseId
or proxy is null OperationFailedException - unable to complete requestUnimplementedException - supportsMyAuction()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsMyAuction() and
supportsVisibleFederation() are true
MyAuctionNotificationSession getMyAuctionNotificationSession(MyAuctionReceiver myAuctionReceiver, Proxy proxy) throws OperationFailedException
OsidSession associated with the my auction
notification service.myAuctionReceiver - the notification callbackproxy - a proxy MyAuctionNotificationSession NullArgumentException - myAuctionReceiver
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsMyAuctionNotification() is false
optional - This method must be implemented if
supportsMyAuctionNotification() is true
MyAuctionNotificationSession getMyAuctionNotificationSessionForAuctionHouse(MyAuctionReceiver myAuctionReceiver, Id auctionHouseId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the my auction
notification service for the given auction house.myAuctionReceiver - the notification callbackauctionHouseId - the Id of the auction houseproxy - a proxy MyAuctionNotificationSession NotFoundException - no AuctionHouse
found by the given Id NullArgumentException - myAuctionReceiver,
auctionHouseId or proxy is null
OperationFailedException - unable to complete requestUnimplementedException -
supportsMyAuctionNotification() is false
optional - This method must be implemented if
supportsMyAuctionNotification() is true
AuctionLookupSession getAuctionLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the auction lookup
service.proxy - a proxy AuctionLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsAuctionLookup()
is false optional - This method must be implemented if
supportsAuctionLookup() is true. AuctionLookupSession getAuctionLookupSessionForAuctionHouse(Id auctionHouseId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the auction lookup
service for the given auction house.auctionHouseId - the Id of the
AuctionHouse proxy - a proxy AuctionLookupSession NotFoundException - no AuctionHouse
found by the given Id NullArgumentException - auctionHouseId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException - supportsAuctionLookup()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsAuctionLookup() and
supportsVisibleFederation() are true
AuctionQuerySession getAuctionQuerySession(Proxy proxy) throws OperationFailedException
OsidSession associated with the auction query
service.proxy - a proxy AuctionQuerySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsAuctionQuery()
is false optional - This method must be implemented if
supportsAuctionQuery() is true. AuctionQuerySession getAuctionQuerySessionForAuctionHouse(Id auctionHouseId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the auction query
service for the given auction house.auctionHouseId - the Id of the
AuctionHouse proxy - a proxy AuctionQuerySession NotFoundException - no auction house found by the given
Id NullArgumentException - auctionHouseId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException - supportsAuctionQuery()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsAuctionQuery() and
supportsVisibleFederation() are true
AuctionSearchSession getAuctionSearchSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the auction search
service.proxy - a proxy AuctionSearchSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsAuctionSearch()
is false optional - This method must be implemented if
supportsAuctionSearch() is true. AuctionSearchSession getAuctionSearchSessionForAuctionHouse(Id auctionHouseId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the auction search
service for the given auction house.auctionHouseId - the Id of the
AuctionHouse proxy - a proxy AuctionSearchSession NotFoundException - no auction house found by the given
Id NullArgumentException - auctionHouseId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException - supportsAuctionSearch()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsAuctionSearch() and
supportsVisibleFederation() are true
AuctionAdminSession getAuctionAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the auction
administration service.proxy - a proxy AuctionAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsAuctionAdmin()
is false optional - This method must be implemented if
supportsAuctionAdmin() is true. AuctionAdminSession getAuctionAdminSessionForAuctionHouse(Id auctionHouseId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the auction
administration service for the given auction house.auctionHouseId - the Id of the
AuctionHouse proxy - a proxy AuctionAdminSession NotFoundException - no auction house found by the given
Id NullArgumentException - auctionHouseId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException - supportsAuctionAdmin()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsAuctionAdmin() and
supportsVisibleFederation() are true
AuctionNotificationSession getAuctionNotificationSession(AuctionReceiver auctionReceiver, Proxy proxy) throws OperationFailedException
OsidSession associated with the auction
notification service.auctionReceiver - the notification callbackproxy - a proxy AuctionNotificationSession NullArgumentException - auctionReceiver
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuctionNotification() is false optional - This method must be implemented if
supportsAuctionNotification() is true.
AuctionNotificationSession getAuctionNotificationSessionForAuctionHouse(AuctionReceiver auctionReceiver, Id auctionHouseId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the auction
notification service for the given auction house.auctionReceiver - the notification callbackauctionHouseId - the Id of the
AuctionHouse proxy - a proxy AuctionNotificationSession NotFoundException - no auction house found by the given
Id NullArgumentException - auctionReceiver,
auctionHouseId or proxy is null
OperationFailedException - unable to complete requestUnimplementedException -
supportsAuctionNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAuctionNotification() and
supportsVisibleFederation() are true
AuctionAuctionHouseSession getAuctionAuctionHouseSession(Proxy proxy) throws OperationFailedException
OsidSession to lookup auction/auctionHouse
mappings.proxy - a proxy AuctionAuctionHouseSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuctionAuctionHouse() is false optional - This method must be implemented if
supportsAuctionAuctionHouse() is true.
AuctionAuctionHouseAssignmentSession getAuctionAuctionHouseAssignmentSession(Proxy proxy) throws OperationFailedException
OsidSession associated with assigning auctions
to auction houses.proxy - a proxy AuctionAuctionHouseAssignmentSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuctionAuctionHouseAssignment() is
false optional - This method must be implemented if
supportsAuctionAuctionHouseAssignment() is
true. AuctionAuctionHouseSession getAuctionSmartAuctionHouseSession(Id auctionHouseId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession to manage auction smart auction
houses.auctionHouseId - the Id of the
AuctionHouse proxy - a proxy AuctionSmartAuctionHouseSession NotFoundException - no auction house found by the given
Id NullArgumentException - auctionHouseId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuctionSmartAuctionHouse() is false
optional - This method must be implemented if
supportsAuctionSmartAuctionHouse() is true.
BidLookupSession getBidLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the bid lookup
service.proxy - a proxy BidLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsBidLookup()
is false optional - This method must be implemented if
supportsBidLookup() is true. BidLookupSession getBidLookupSessionForAuctionHouse(Id auctionHouseId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the bid lookup
service for the given auction house.auctionHouseId - the Id of the
AuctionHouse proxy - a proxy BidLookupSession NotFoundException - no AuctionHouse
found by the given Id NullArgumentException - auctionHouseId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException - supportsBidLookup()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsBidLookup() and
supportsVisibleFederation() are true
BidQuerySession getBidQuerySession(Proxy proxy) throws OperationFailedException
OsidSession associated with the bid query
service.proxy - a proxy BidQuerySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsBidQuery()
is false optional - This method must be implemented if
supportsBidQuery() is true. BidQuerySession getBidQuerySessionForAuctionHouse(Id auctionHouseId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the bid query
service for the given auction house.auctionHouseId - the Id of the
AuctionHouse proxy - a proxy BidQuerySession NotFoundException - no AuctionHouse
found by the given Id NullArgumentException - auctionHouseId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException - supportsBidQuery()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsBidQuery() and
supportsVisibleFederation() are true
BidSearchSession getBidSearchSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the bid search
service.proxy - a proxy BidSearchSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsBidSearch()
is false optional - This method must be implemented if
supportsBidSearch() is true. BidSearchSession getBidSearchSessionForAuctionHouse(Id auctionHouseId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the bid search
service for the given auction house.auctionHouseId - the Id of the
AuctionHouse proxy - a proxy BidSearchSession NotFoundException - no AuctionHouse
found by the given Id NullArgumentException - auctionHouseId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException - supportsBidSearch()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsBidSearch() and
supportsVisibleFederation() are true
BidAdminSession getBidAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the bid
administrative service.proxy - a proxy BidAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsBidAdmin()
is false optional - This method must be implemented if
supportsBidAdmin() is true. BidAdminSession getBidAdminSessionForAuction(Id auctionHouseId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the bid
administrative service for the given auction house.auctionHouseId - the Id of the
AuctionHouse proxy - a proxy BidAdminSession NotFoundException - no AuctionHouse
found by the given Id NullArgumentException - auctionHouseId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException - supportsBidAdmin()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsBidAdmin() and
supportsVisibleFederation() are true
BidNotificationSession getBidNotificationSession(BidReceiver bidReceiver, Proxy proxy) throws OperationFailedException
OsidSession associated with the bid
notification service.bidReceiver - the notification callbackproxy - a proxy BidNotificationSession NullArgumentException - bidReceiver or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsBidNotification() is false optional - This method must be implemented if
supportsBidNotification() is true. BidNotificationSession getBidNotificationSessionForAuctionHouse(BidReceiver bidReceiver, Id auctionHouseId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the bid
notification service for the given auction house.bidReceiver - the notification callbackauctionHouseId - the Id of the
AuctionHouse proxy - a proxy BidNotificationSession NotFoundException - no auction house found by the given
Id NullArgumentException - bidReceiver,
auctionHouseId or proxy is null
OperationFailedException - unable to complete requestUnimplementedException -
supportsBidNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsBidNotification() and
supportsVisibleFederation() are true
BidAuctionHouseSession getBidAuctionHouseSession(Proxy proxy) throws OperationFailedException
OsidSession to lookup bid/auctionHouse
mappings.proxy - a proxy BidAuctionHouseSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsBidAuctionHouse() is false optional - This method must be implemented if
supportsBidyAuctionHouse() is true. BidAuctionHouseAssignmentSession getBidAuctionHouseAssignmentSession(Proxy proxy) throws OperationFailedException
OsidSession associated with assigning
competencies to auction houses.proxy - a proxy BidyAuctionHouseAssignmentSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsBidAuctionHouseAssignment() is false
optional - This method must be implemented if
supportsBidAuctionHouseAssignment() is
true. BidSmartAuctionHouseSession getBidSmartAuctionHouseSession(Id auctionHouseId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession to manage bid smart auction
houses.auctionHouseId - the Id of the
AuctionHouse proxy - a proxy BidSmartAuctionHouseSession NotFoundException - no auction house found by the given
Id NullArgumentException - auctionHouseId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsBidSmartAuctionHouse() is false optional - This method must be implemented if
supportsBidSmartAuctionHouse() is true.
AuctionHouseLookupSession getAuctionHouseLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the auction house
lookup service.proxy - a proxy AuctionHouseLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuctionHouseLookup() is false optional - This method must be implemented if
supportsAuctionHouseLookup() is true.
AuctionHouseQuerySession getAuctionHouseQuerySession(Proxy proxy) throws OperationFailedException
OsidSession associated with the auction house
query service.proxy - a proxy AuctionHouseQuerySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuctionHouseQuery() is false optional - This method must be implemented if
supportsAuctionHouseQuery() is true.
AuctionHouseSearchSession getAuctionHouseSearchSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the auction house
search service.proxy - a proxy AuctionHouseSearchSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuctionHouseSearch() is false optional - This method must be implemented if
supportsAuctionHouseSearch() is true.
AuctionHouseAdminSession getAuctionHouseAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the auction house
administrative service.proxy - a proxy AuctionHouseAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuctionHouseAdmin() is false optional - This method must be implemented if
supportsAuctionHouseAdmin() is true.
AuctionHouseNotificationSession getAuctionHouseNotificationSession(AuctionHouseReceiver auctionHouseReceiver, Proxy proxy) throws OperationFailedException
OsidSession associated with the auction house
notification service.auctionHouseReceiver - the notification callbackproxy - a proxy AuctionHouseNotificationSession NullArgumentException - auctionHouseReceiver
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuctionHouseNotification() is false
optional - This method must be implemented if
supportsAuctionHouseNotification() is true.
AuctionHouseHierarchySession getAuctionHouseHierarchySession(Proxy proxy) throws OperationFailedException
OsidSession associated with the auction house
hierarchy service.proxy - a proxy AuctionHouseHierarchySession for auction
housesNullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuctionHouseHierarchy() is false
optional - This method must be implemented if
supportsAuctionHouseHierarchy() is true.
AuctionHouseHierarchyDesignSession getAuctionHouseHierarchyDesignSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the auction house
hierarchy design service.proxy - a proxy HierarchyDesignSession for auction housesNullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuctionHouseHierarchyDesign() is false
optional - This method must be implemented if
supportsAuctionHouseHierarchyDesign() is
true. BiddingBatchProxyManager getBiddingBatchProxyManager() throws OperationFailedException
BiddingBatchProxyManager. BiddingBatchProxyManager OperationFailedException - unable to complete requestUnimplementedException - supportsBiddingBatch()
is false optional - This method must be implemented if
supportsBiddingBatch() is true. BiddingRulesProxyManager getBiddingRulesProxyManager() throws OperationFailedException
BiddingRulesProxyManager. BiddingRulesProxyManager OperationFailedException - unable to complete requestUnimplementedException - supportsBiddingRules()
is false optional - This method must be implemented if
supportsBiddingRules() is true.