public interface BiddingManager extends OsidManager, BiddingProfile
The bidding manager provides access to rules sessions and provides interoperability tests for various aspects of this service. 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()
Gets the
OsidSession associated with the auction
administration service. |
AuctionAdminSession |
getAuctionAdminSessionForAuctionHouse(Id auctionHouseId)
Gets the
OsidSession associated with the auction
administration service for the given auction house. |
AuctionAuctionHouseAssignmentSession |
getAuctionAuctionHouseAssignmentSession()
Gets the
OsidSession associated with assigning auctions
to auction houses. |
AuctionAuctionHouseSession |
getAuctionAuctionHouseSession()
Gets the
OsidSession to lookup auction/auctionHouse
mappings. |
AuctionHouseAdminSession |
getAuctionHouseAdminSession()
Gets the
OsidSession associated with the auction house
administrative service. |
AuctionHouseHierarchyDesignSession |
getAuctionHouseHierarchyDesignSession()
Gets the
OsidSession associated with the auction house
hierarchy design service. |
AuctionHouseHierarchySession |
getAuctionHouseHierarchySession()
Gets the
OsidSession associated with the auction house
hierarchy service. |
AuctionHouseLookupSession |
getAuctionHouseLookupSession()
Gets the
OsidSession associated with the auction house
lookup service. |
AuctionHouseNotificationSession |
getAuctionHouseNotificationSession(AuctionHouseReceiver auctionHouseReceiver)
Gets the
OsidSession associated with the auction house
notification service. |
AuctionHouseQuerySession |
getAuctionHouseQuerySession()
Gets the
OsidSession associated with the auction house
query service. |
AuctionHouseSearchSession |
getAuctionHouseSearchSession()
Gets the
OsidSession associated with the auction house
search service. |
AuctionLookupSession |
getAuctionLookupSession()
Gets the
OsidSession associated with the auction lookup
service. |
AuctionLookupSession |
getAuctionLookupSessionForAuctionHouse(Id auctionHouseId)
Gets the
OsidSession associated with the auction lookup
service for the given auction house. |
AuctionNotificationSession |
getAuctionNotificationSession(AuctionReceiver auctionReceiver)
Gets the
OsidSession associated with the auction
notification service. |
AuctionNotificationSession |
getAuctionNotificationSessionForAuctionHouse(AuctionReceiver auctionReceiver,
Id auctionHouseId)
Gets the
OsidSession associated with the auction
notification service for the given auction house. |
AuctionQuerySession |
getAuctionQuerySession()
Gets the
OsidSession associated with the auction query
service. |
AuctionQuerySession |
getAuctionQuerySessionForAuctionHouse(Id auctionHouseId)
Gets the
OsidSession associated with the auction query
service for the given auction house. |
AuctionSearchSession |
getAuctionSearchSession()
Gets the
OsidSession associated with the auction search
service. |
AuctionSearchSession |
getAuctionSearchSessionForAuctionHouse(Id auctionHouseId)
Gets the
OsidSession associated with the auction search
service for the given auction house. |
AuctionAuctionHouseSession |
getAuctionSmartAuctionHouseSession(Id auctionHouseId)
Gets the
OsidSession to manage auction smart auction
houses. |
BidAdminSession |
getBidAdminSession()
Gets the
OsidSession associated with the bid
administrative service. |
BidAdminSession |
getBidAdminSessionForAuction(Id auctionHouseId)
Gets the
OsidSession associated with the bid
administrative service for the given auction house. |
BidAuctionHouseAssignmentSession |
getBidAuctionHouseAssignmentSession()
Gets the
OsidSession associated with assigning
competencies to auction houses. |
BidAuctionHouseSession |
getBidAuctionHouseSession()
Gets the
OsidSession to lookup bid/auctionHouse
mappings. |
BiddingBatchManager |
getBiddingBatchManager()
Gets a
BiddingBatchManager. |
BiddingRulesManager |
getBiddingRulesManager()
Gets a
BiddingRulesManager. |
BidLookupSession |
getBidLookupSession()
Gets the
OsidSession associated with the bid lookup
service. |
BidLookupSession |
getBidLookupSessionForAuctionHouse(Id auctionHouseId)
Gets the
OsidSession associated with the bid lookup
service for the given auction house. |
BidNotificationSession |
getBidNotificationSession(BidReceiver bidReceiver)
Gets the
OsidSession associated with the bid
notification service. |
BidNotificationSession |
getBidNotificationSessionForAuctionHouse(BidReceiver bidReceiver,
Id auctionHouseId)
Gets the
OsidSession associated with the bid
notification service for the given auction house. |
BidQuerySession |
getBidQuerySession()
Gets the
OsidSession associated with the bid query
service. |
BidQuerySession |
getBidQuerySessionForAuctionHouse(Id auctionHouseId)
Gets the
OsidSession associated with the bid query
service for the given auction house. |
BidSearchSession |
getBidSearchSession()
Gets the
OsidSession associated with the bid search
service. |
BidSearchSession |
getBidSearchSessionForAuctionHouse(Id auctionHouseId)
Gets the
OsidSession associated with the bid search
service for the given auction house. |
BidSmartAuctionHouseSession |
getBidSmartAuctionHouseSession(Id auctionHouseId)
Gets the
OsidSession to manage bid smart auction
houses. |
MyAuctionNotificationSession |
getMyAuctionNotificationSession(MyAuctionReceiver myAuctionReceiver)
Gets the
OsidSession associated with the my auction
notification service. |
MyAuctionNotificationSession |
getMyAuctionNotificationSessionForAuctionHouse(MyAuctionReceiver myAuctionReceiver,
Id auctionHouseId)
Gets the
OsidSession associated with the my auction
notification service for the given auction house. |
MyAuctionSession |
getMyAuctionSession()
Gets the
OsidSession associated with the my auction
service. |
MyAuctionSession |
getMyAuctionSessionForAuctionHouse(Id auctionHouseId)
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() throws OperationFailedException
OsidSession associated with the my auction
service. MyAuctionSession OperationFailedException - unable to complete requestUnimplementedException - supportsMyAuction()
is false optional - This method must be implemented if
supportsMyAuction() is true. MyAuctionSession getMyAuctionSessionForAuctionHouse(Id auctionHouseId) throws NotFoundException, OperationFailedException
OsidSession associated with the my auction
service for the given auction house.auctionHouseId - the Id of the auction house MyAuctionSession NotFoundException - no AuctionHouse
found by the given Id NullArgumentException - auctionHouseId
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) throws OperationFailedException
OsidSession associated with the my auction
notification service.myAuctionReceiver - the notification callback MyAuctionNotificationSession NullArgumentException - myAuctionReceiver
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) 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 house MyAuctionNotificationSession NotFoundException - no AuctionHouse
found by the given Id NullArgumentException - myAuctionReceiver
or auctionHouseId is null
OperationFailedException - unable to complete requestUnimplementedException -
supportsMyAuctionNotification() is false
optional - This method must be implemented if
supportsMyAuctionNotification() is true
AuctionLookupSession getAuctionLookupSession() throws OperationFailedException
OsidSession associated with the auction lookup
service. AuctionLookupSession OperationFailedException - unable to complete requestUnimplementedException - supportsAuctionLookup()
is false optional - This method must be implemented if
supportsAuctionLookup() is true. AuctionLookupSession getAuctionLookupSessionForAuctionHouse(Id auctionHouseId) throws NotFoundException, OperationFailedException
OsidSession associated with the auction lookup
service for the given auction house.auctionHouseId - the Id of the
AuctionHouse AuctionLookupSession NotFoundException - no AuctionHouse
found by the given Id NullArgumentException - auctionHouseId
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() throws OperationFailedException
OsidSession associated with the auction query
service. AuctionQuerySession OperationFailedException - unable to complete requestUnimplementedException - supportsAuctionQuery()
is false optional - This method must be implemented if
supportsAuctionQuery() is true. AuctionQuerySession getAuctionQuerySessionForAuctionHouse(Id auctionHouseId) throws NotFoundException, OperationFailedException
OsidSession associated with the auction query
service for the given auction house.auctionHouseId - the Id of the
AuctionHouse AuctionQuerySession NotFoundException - no auction house found by the given
Id NullArgumentException - auctionHouseId
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() throws OperationFailedException
OsidSession associated with the auction search
service. AuctionSearchSession OperationFailedException - unable to complete requestUnimplementedException - supportsAuctionSearch()
is false optional - This method must be implemented if
supportsAuctionSearch() is true. AuctionSearchSession getAuctionSearchSessionForAuctionHouse(Id auctionHouseId) throws NotFoundException, OperationFailedException
OsidSession associated with the auction search
service for the given auction house.auctionHouseId - the Id of the
AuctionHouse AuctionSearchSession NotFoundException - no auction house found by the given
Id NullArgumentException - auctionHouseId
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() throws OperationFailedException
OsidSession associated with the auction
administration service. AuctionAdminSession OperationFailedException - unable to complete requestUnimplementedException - supportsAuctionAdmin()
is false optional - This method must be implemented if
supportsAuctionAdmin() is true. AuctionAdminSession getAuctionAdminSessionForAuctionHouse(Id auctionHouseId) throws NotFoundException, OperationFailedException
OsidSession associated with the auction
administration service for the given auction house.auctionHouseId - the Id of the
AuctionHouse AuctionAdminSession NotFoundException - no auction house found by the given
Id NullArgumentException - auctionHouseId
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) throws OperationFailedException
OsidSession associated with the auction
notification service.auctionReceiver - the notification callback AuctionNotificationSession NullArgumentException - auctionReceiver
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) throws NotFoundException, OperationFailedException
OsidSession associated with the auction
notification service for the given auction house.auctionReceiver - the notification callbackauctionHouseId - the Id of the
AuctionHouse AuctionNotificationSession NotFoundException - no auction house found by the given
Id NullArgumentException - auctionReceiver
or auctionHouseId 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() throws OperationFailedException
OsidSession to lookup auction/auctionHouse
mappings. AuctionAuctionHouseSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAuctionAuctionHouse() is false optional - This method must be implemented if
supportsAuctionAuctionHouse() is true.
AuctionAuctionHouseAssignmentSession getAuctionAuctionHouseAssignmentSession() throws OperationFailedException
OsidSession associated with assigning auctions
to auction houses. AuctionAuctionHouseAssignmentSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAuctionAuctionHouseAssignment() is
false optional - This method must be implemented if
supportsAuctionAuctionHouseAssignment() is
true. AuctionAuctionHouseSession getAuctionSmartAuctionHouseSession(Id auctionHouseId) throws NotFoundException, OperationFailedException
OsidSession to manage auction smart auction
houses.auctionHouseId - the Id of the
AuctionHouse AuctionSmartAuctionHouseSession NotFoundException - no auction house found by the given
Id NullArgumentException - auctionHouseId
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuctionSmartAuctionHouse() is false
optional - This method must be implemented if
supportsAuctionSmartAuctionHouse() is true.
BidLookupSession getBidLookupSession() throws OperationFailedException
OsidSession associated with the bid lookup
service. BidLookupSession OperationFailedException - unable to complete requestUnimplementedException - supportsBidLookup()
is false optional - This method must be implemented if
supportsBidLookup() is true. BidLookupSession getBidLookupSessionForAuctionHouse(Id auctionHouseId) throws NotFoundException, OperationFailedException
OsidSession associated with the bid lookup
service for the given auction house.auctionHouseId - the Id of the
AuctionHouse BidLookupSession NotFoundException - no AuctionHouse
found by the given Id NullArgumentException - auctionHouseId
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() throws OperationFailedException
OsidSession associated with the bid query
service. BidQuerySession OperationFailedException - unable to complete requestUnimplementedException - supportsBidQuery()
is false optional - This method must be implemented if
supportsBidQuery() is true. BidQuerySession getBidQuerySessionForAuctionHouse(Id auctionHouseId) throws NotFoundException, OperationFailedException
OsidSession associated with the bid query
service for the given auction house.auctionHouseId - the Id of the
AuctionHouse CBidQuerySession NotFoundException - no AuctionHouse
found by the given Id NullArgumentException - auctionHouseId
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() throws OperationFailedException
OsidSession associated with the bid search
service. BidSearchSession OperationFailedException - unable to complete requestUnimplementedException - supportsBidSearch()
is false optional - This method must be implemented if
supportsBidSearch() is true. BidSearchSession getBidSearchSessionForAuctionHouse(Id auctionHouseId) throws NotFoundException, OperationFailedException
OsidSession associated with the bid search
service for the given auction house.auctionHouseId - the Id of the
AuctionHouse BidSearchSession NotFoundException - no AuctionHouse
found by the given Id NullArgumentException - auctionHouseId
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() throws OperationFailedException
OsidSession associated with the bid
administrative service. BidAdminSession OperationFailedException - unable to complete requestUnimplementedException - supportsBidAdmin()
is false optional - This method must be implemented if
supportsBidAdmin() is true. BidAdminSession getBidAdminSessionForAuction(Id auctionHouseId) throws NotFoundException, OperationFailedException
OsidSession associated with the bid
administrative service for the given auction house.auctionHouseId - the Id of the
AuctionHouse BidAdminSession NotFoundException - no AuctionHouse
found by the given Id NullArgumentException - auctionHouseId
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) throws OperationFailedException
OsidSession associated with the bid
notification service.bidReceiver - the notification callback BidNotificationSession NullArgumentException - bidReceiver 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) throws NotFoundException, OperationFailedException
OsidSession associated with the bid
notification service for the given auction house.bidReceiver - the notification callbackauctionHouseId - the Id of the
AuctionHouse BidNotificationSession NotFoundException - no auction house found by the given
Id NullArgumentException - bidReceiver or
auctionHouseId 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() throws OperationFailedException
OsidSession to lookup bid/auctionHouse
mappings. BidAuctionHouseSession OperationFailedException - unable to complete requestUnimplementedException -
supportsBidAuctionHouse() is false optional - This method must be implemented if
supportsBidyAuctionHouse() is true. BidAuctionHouseAssignmentSession getBidAuctionHouseAssignmentSession() throws OperationFailedException
OsidSession associated with assigning
competencies to auction houses. BidyAuctionHouseAssignmentSession OperationFailedException - unable to complete requestUnimplementedException -
supportsBidAuctionHouseAssignment() is false
optional - This method must be implemented if
supportsBidAuctionHouseAssignment() is
true. BidSmartAuctionHouseSession getBidSmartAuctionHouseSession(Id auctionHouseId) throws NotFoundException, OperationFailedException
OsidSession to manage bid smart auction
houses.auctionHouseId - the Id of the
AuctionHouse BidSmartAuctionHouseSession NotFoundException - no AuctionHouse
found by the given Id NullArgumentException - auctionHouseId
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsBidSmartAuctionHouse() is false optional - This method must be implemented if
supportsBidSmartAuctionHouse() is true.
AuctionHouseLookupSession getAuctionHouseLookupSession() throws OperationFailedException
OsidSession associated with the auction house
lookup service. AuctionHouseLookupSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAuctionHouseLookup() is false optional - This method must be implemented if
supportsAuctionHouseLookup() is true.
AuctionHouseQuerySession getAuctionHouseQuerySession() throws OperationFailedException
OsidSession associated with the auction house
query service. AuctionHouseQuerySession OperationFailedException - unable to complete requestUnimplementedException -
supportsAuctionHouseQuery() is false optional - This method must be implemented if
supportsAuctionHouseQuery() is true.
AuctionHouseSearchSession getAuctionHouseSearchSession() throws OperationFailedException
OsidSession associated with the auction house
search service. AuctionHouseSearchSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAuctionHouseSearch() is false optional - This method must be implemented if
supportsAuctionHouseSearch() is true.
AuctionHouseAdminSession getAuctionHouseAdminSession() throws OperationFailedException
OsidSession associated with the auction house
administrative service. AuctionHouseAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAuctionHouseAdmin() is false optional - This method must be implemented if
supportsAuctionHouseAdmin() is true.
AuctionHouseNotificationSession getAuctionHouseNotificationSession(AuctionHouseReceiver auctionHouseReceiver) throws OperationFailedException
OsidSession associated with the auction house
notification service.auctionHouseReceiver - the notification callback AuctionHouseNotificationSession NullArgumentException - auctionHouseReceiver
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuctionHouseNotification() is false
optional - This method must be implemented if
supportsAuctionHouseNotification() is true.
AuctionHouseHierarchySession getAuctionHouseHierarchySession() throws OperationFailedException
OsidSession associated with the auction house
hierarchy service. AuctionHouseHierarchySession for auction
housesOperationFailedException - unable to complete requestUnimplementedException -
supportsAuctionHouseHierarchy() is false
optional - This method must be implemented if
supportsAuctionHouseHierarchy() is true.
AuctionHouseHierarchyDesignSession getAuctionHouseHierarchyDesignSession() throws OperationFailedException
OsidSession associated with the auction house
hierarchy design service. HierarchyDesignSession for auction housesOperationFailedException - unable to complete requestUnimplementedException -
supportsAuctionHouseHierarchyDesign() is false
optional - This method must be implemented if
supportsAuctionHouseHierarchyDesign() is
true. BiddingBatchManager getBiddingBatchManager() throws OperationFailedException
BiddingBatchManager. BiddingBatchManager OperationFailedException - unable to complete requestUnimplementedException - supportsBiddingBatch()
is false optional - This method must be implemented if
supportsBiddingBatch() is true. BiddingRulesManager getBiddingRulesManager() throws OperationFailedException
BiddingRulesManager. BiddingRulesManager OperationFailedException - unable to complete requestUnimplementedException - supportsBiddingRules()
is false optional - This method must be implemented if
supportsBiddingRules() is true.