OSID Logo
OSID Specifications
bidding rules package
Version 3.1.0
Interfaceosid.bidding.rules.BiddingRulesProxyManager
Implementsosid.OsidProxyManager
osid.bidding.rules.BiddingRulesProfile
Used Byosid.bidding.BiddingProxyManager
Description

The bidding rules proxy manager provides access to bidding 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:

  • AuctionConstrainerLookupSession: a session to retrieve auction constrainer
  • AuctionConstrainerQuerySession: a session to query for auction constrainer
  • AuctionConstrainerSearchSession: a session to search for auction constrainer
  • AuctionConstrainerAdminSession: a session to create and delete auction constrainer
  • AuctionConstrainerNotificationSession: a session to receive notifications pertaining to auction constrainer changes
  • AuctionConstrainerAuctionHouseSession: a session to look up auction constrainer auction house mappings
  • AuctionConstrainerAuctionHouseAssignmentSession : a session to manage auction constrainer to auction house mappings
  • AuctionConstrainerSmartAuctionHouseSession: a session to manage dynamic auction houses of auction constrainer
  • AuctionConstrainerRuleLookupSession: a session to look up auction constrainer to auction mappings
  • AuctionConstrainerRuleApplicationSession : a session to apply auction constrainer to auctions
  • AuctionConstrainerEnablerLookupSession: a session to retrieve auction constrainer enablers
  • AuctionConstrainerEnablerQuerySession: a session to query for auction constrainer enablers
  • AuctionConstrainerEnablerSearchSession: a session to search for auction constrainer enablers
  • AuctionConstrainerEnablerAdminSession: a session to create and delete auction constrainer enablers
  • AuctionConstrainerEnablerNotificationSession: a session to receive notifications pertaining to auction constrainer enabler changes
  • AuctionConstrainerEnablerAuctionHouseSession: a session to look up auction constrainer enabler auction house mappings
  • AuctionConstrainerEnablerAuctionHouseAssignmentSession : a session to manage auction constrainer enabler to auction house mappings
  • AuctionConstrainerEnablerSmartAuctionHouseSession : a session to manage dynamic auction houses of auction constrainer enablers
  • AuctionConstrainerEnableRuleLookupSession: a session to look up auction constrainer enabler mappings
  • AuctionConstrainerEnablerRuleApplicationSession : a session to apply auction constrainer enablers
  • AuctionProcessorLookupSession: a session to retrieve auction processor
  • AuctionProcessorQuerySession: a session to query for auction processor
  • AuctionProcessorSearchSession: a session to search for auction processor
  • AuctionProcessorAdminSession: a session to create and delete auction processor
  • AuctionProcessorNotificationSession: a session to receive notifications pertaining to auction processor changes
  • AuctionProcessorAuctionHouseSession: a session to look up auction processor auction house mappings
  • AuctionProcessorAuctionHouseAssignmentSession : a session to manage auction processor to auction house mappings
  • AuctionProcessorSmartAuctionHouseSession : a session to manage dynamic auction houses of auction processor
  • AuctionProcessorRuleLookupSession: a session to look up auction processor to auction mappings
  • AuctionProcessorRuleApplicationSession: a session to apply auction processor to auctions
  • AuctionProcessorEnablerLookupSession: a session to retrieve auction processor enablers
  • AuctionProcessorEnablerQuerySession: a session to query for auction processor enablers
  • AuctionProcessorEnablerSearchSession: a session to search for auction processor enablers
  • AuctionProcessorEnablerAdminSession: a session to create and delete auction processor enablers
  • AuctionProcessorEnablerNotificationSession: a session to receive notifications pertaining to auction processor enabler changes
  • AuctionProcessorEnablerAuctionHouseSession: a session to look up auction processor enabler auction house mappings
  • AuctionProcessorEnablerAuctionHouseAssignmentSession : a session to manage auction processor enabler to auction house mappings
  • AuctionProcessorEnablerSmartAuctionHouseSession : a session to manage dynamic auction houses of auction processor enablers
  • AuctionProcessorEnablerRuleLookupSession : a session to look up auction processor enabler mappings
  • AuctionProcessorEnablerRuleApplicationSession : a session to apply auction processor enablers
  • BidEnablerLookupSession: a session to retrieve bid enablers
  • BidEnablerQuerySession: a session to query for bid enablers
  • BidEnablerSearchSession: a session to search for bid enablers
  • BidEnablerAdminSession: a session to create and delete bid enablers
  • BidEnablerNotificationSession: a session to receive notifications pertaining to bid enabler changes
  • BidEnablerAuctionHouseSession: a session to look up bid enabler auction house mappings
  • BidEnablerAuctionHouseAssignmentSession: a session to manage bid enabler to auction house mappings
  • BidEnablerSmartAuctionHouseSession: a session to manage dynamic auction houses of bid enablers
  • BidEnablerRuleLookupSession: a session to look up bid enablers to bid mappings
  • BidEnablerRuleApplicationSession: a session to a pply bid enablers to bids
MethodgetAuctionConstrainerLookupSession
Description

Gets the OsidSession associated with the auction constrainer lookup service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerLookupSession an AuctionConstrainerLookupSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerLookup() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerLookup() is true.
MethodgetAuctionConstrainerLookupSessionForAuctionHouse
Description

Gets the OsidSession associated with the auction constrainer lookup service for the given auction house.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerLookupSession an AuctionConstrainerLookupSession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerLookup() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerLookup() and supportsVisibleFederation() are true.
MethodgetAuctionConstrainerQuerySession
Description

Gets the OsidSession associated with the auction constrainer query service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerQuerySession an AuctionConstrainerQuerySession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerQuery() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerQuery() is true.
MethodgetAuctionConstrainerQuerySessionForAuctionHouse
Description

Gets the OsidSession associated with the auction constrainer query service for the given auction house.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerQuerySession an AuctionConstrainerQuerySession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerQuery() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerQuery() and supportsVisibleFederation() are true.
MethodgetAuctionConstrainerSearchSession
Description

Gets the OsidSession associated with the auction constrainer search service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerSearchSession an AuctionConstrainerSearchSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerSearch() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerSearch() is true.
MethodgetAuctionConstrainerSearchSessionForAuctionHouse
Description

Gets the OsidSession associated with the auction constrainer earch service for the given auction house.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerSearchSession an AuctionConstrainerSearchSession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerSearch() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerSearch() and supportsVisibleFederation() are true.
MethodgetAuctionConstrainerAdminSession
Description

Gets the OsidSession associated with the auction constrainer administration service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerAdminSession an AuctionConstrainerAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerAdmin() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerAdmin() is true.
MethodgetAuctionConstrainerAdminSessionForAuctionHouse
Description

Gets the OsidSession associated with the auction constrainer administration service for the given auction house.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerAdminSession an AuctionConstrainerAdminSession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerAdmin() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerAdmin() and supportsVisibleFederation() are true.
MethodgetAuctionConstrainerNotificationSession
Description

Gets the OsidSession associated with the auction constrainer notification service.

Parametersosid.bidding.rules.AuctionConstrainerReceiverauctionConstrainerReceiver the notification callback
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerNotificationSession an AuctionConstrainerNotificationSession
ErrorsNULL_ARGUMENT auctionConstrainerReceiver or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerNotification() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerNotification() is true.
MethodgetAuctionConstrainerNotificationSessionForAuctionHouse
Description

Gets the OsidSession associated with the auction constrainer notification service for the given auction house.

Parametersosid.bidding.rules.AuctionConstrainerReceiverauctionConstrainerReceiver the notification callback
osid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerNotificationSession an AuctionConstrainerNotificationSession
ErrorsNOT_FOUND no auction house found by the given Id
NULL_ARGUMENT auctionConstrainerReceiver, auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerNotification() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerNotification() and supportsVisibleFederation() are true.
MethodgetAuctionConstrainerAuctionHouseSession
Description

Gets the OsidSession to lookup auction constrainer/auction house mappings for auction constrainers.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerAuctionHouseSession an AuctionConstrainerAuctionHouseSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerAuctionHouse() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerAuctionHouse() is true.
MethodgetAuctionConstrainerAuctionHouseAssignmentSession
Description

Gets the OsidSession associated with assigning auction constrainer to auction houses.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerAuctionHouseAssignmentSession an AuctionConstrainerAuctionHouseAssignmentSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerAuctionHouseAssignment() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerAuctionHouseAssignment() is true.
MethodgetAuctionConstrainerSmartAuctionHouseSession
Description

Gets the OsidSession to manage auction constrainer smart auction houses.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerSmartAuctionHouseSession an AuctionConstrainerSmartAuctionHouseSession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerSmartAuctionHouse() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerSmartAuctionHouse() is true.
MethodgetAuctionConstrainerRuleLookupSession
Description

Gets the OsidSession associated with the auction constrainer mapping lookup service for looking up the rules applied to the auction house.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerRuleLookupSession an AuctionConstrainerRuleLookupSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerRuleLookup() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerRuleLookup() is true.
MethodgetAuctionConstrainerRuleLookupSessionForAuctionHouse
Description

Gets the OsidSession associated with the auction constrainer mapping lookup service for the given auction house for looking up rules applied to an auction house.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerRuleLookupSession an AuctionConstrainerRuleLookupSession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerRuleLookup() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerRuleLookup() and supportsVisibleFederation() are true.
MethodgetAuctionConstrainerRuleApplicationSession
Description

Gets the OsidSession associated with the auction constrainer assignment service to apply to auction houses.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerRuleApplicationSession an AuctionConstrainerRuleApplicationSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerRuleApplication() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerRuleApplication() is true.
MethodgetAuctionConstrainerRuleApplicationSessionForAuctionHouse
Description

Gets the OsidSession associated with the auction constrainer assignment service for the given auction house to apply to auction houses.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerRuleApplicationSession an AuctionConstrainerRuleApplicationSession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerRuleApplication() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerRuleApplication() and supportsVisibleFederation() are true.
MethodgetAuctionConstrainerEnablerLookupSession
Description

Gets the OsidSession associated with the auction constrainer enabler lookup service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerLookupSession an AuctionConstrainerEnablerLookupSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerLookup() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerEnablerLookup() is true.
MethodgetAuctionConstrainerEnablerLookupSessionForAuctionHouse
Description

Gets the OsidSession associated with the auction constrainer enabler lookup service for the given auction house.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerLookupSession an AuctionConstrainerEnablerLookupSession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerLookup() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerEnablerLookup() and supportsVisibleFederation() are true.
MethodgetAuctionConstrainerEnablerQuerySession
Description

Gets the OsidSession associated with the auction constrainer enabler query service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerQuerySession an AuctionConstrainerEnablerQuerySession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerQuery() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerEnablerQuery() is true.
MethodgetAuctionConstrainerEnablerQuerySessionForAuctionHouse
Description

Gets the OsidSession associated with the auction constrainer enabler query service for the given auction house.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerQuerySession an AuctionConstrainerEnablerQuerySession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerQuery() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerEnablerQuery() and supportsVisibleFederation() are true.
MethodgetAuctionConstrainerEnablerSearchSession
Description

Gets the OsidSession associated with the auction constrainer enabler search service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerSearchSession an AuctionConstrainerEnablerSearchSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerSearch() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerEnablerSearch() is true.
MethodgetAuctionConstrainerEnablerSearchSessionForAuctionHouse
Description

Gets the OsidSession associated with the auction constrainer enablers earch service for the given auction house.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerSearchSession an AuctionConstrainerEnablerSearchSession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerSearch() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerEnablerSearch() and supportsVisibleFederation() are true.
MethodgetAuctionConstrainerEnablerAdminSession
Description

Gets the OsidSession associated with the auction constrainer enabler administration service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerAdminSession an AuctionConstrainerEnablerAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerAdmin() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerEnablerAdmin() is true.
MethodgetAuctionConstrainerEnablerAdminSessionForAuctionHouse
Description

Gets the OsidSession associated with the auction constrainer enabler administration service for the given auction house.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerAdminSession an AuctionConstrainerEnablerAdminSession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerAdmin() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerEnablerAdmin() and supportsVisibleFederation() are true.
MethodgetAuctionConstrainerEnablerNotificationSession
Description

Gets the OsidSession associated with the auction constrainer enabler notification service.

Parametersosid.bidding.rules.AuctionConstrainerEnablerReceiverauctionConstrainerEnablerReceiver the notification callback
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerNotificationSession an AuctionConstrainerEnablerNotificationSession
ErrorsNULL_ARGUMENT auctionConstrainerEnablerReceiver or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerNotification() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerEnablerNotification() is true.
MethodgetAuctionConstrainerEnablerNotificationSessionForAuctionHouse
Description

Gets the OsidSession associated with the auction constrainer enabler notification service for the given auction house.

Parametersosid.bidding.rules.AuctionConstrainerEnablerReceiverauctionConstrainerEnablerReceiver the notification callback
osid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerNotificationSession an AuctionConstrainerEnablerNotificationSession
ErrorsNOT_FOUND no auction house found by the given Id
NULL_ARGUMENT auctionConstrainerEnablerReceiver, auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerNotification() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerEnablerNotification() and supportsVisibleFederation() are true.
MethodgetAuctionConstrainerEnablerAuctionHouseSession
Description

Gets the OsidSession to lookup auction constrainer enabler/auction house mappings for auction constrainer enablers.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerAuctionHouseSession an AuctionConstrainerEnablerAuctionHouseSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerAuctionHouse() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerEnablerAuctionHouse() is true.
MethodgetAuctionConstrainerEnablerAuctionHouseAssignmentSession
Description

Gets the OsidSession associated with assigning auction constrainer enablers to auction houses.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerAuctionHouseAssignmentSession an AuctionConstrainerEnablerAuctionHouseAssignmentSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerAuctionHouseAssignment() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerEnablerAuctionHouseAssignment() is true.
MethodgetAuctionConstrainerEnablerSmartAuctionHouseSession
Description

Gets the OsidSession to manage auction constrainer enabler smart auction houses.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerSmartAuctionHouseSession an AuctionConstrainerEnablerSmartAuctionHouseSession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerSmartAuctionHouse() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerEnablerSmartAuctionHouse() is true.
MethodgetAuctionConstrainerEnablerRuleLookupSession
Description

Gets the OsidSession associated with the auction constrainer enabler mapping lookup service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerRuleLookupSession an AuctionConstrainerEnablerRuleLookupSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerRuleLookup() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerEnablerRuleLookup() is true.
MethodgetAuctionConstrainerEnablerRuleLookupSessionForAuctionHouse
Description

Gets the OsidSession associated with the auction constrainer enabler mapping lookup service for the given auction house.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerRuleLookupSession an AuctionConstrainerEnablerRuleLookupSession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerRuleLookup() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerEnablerRuleLookup() and supportsVisibleFederation() are true.
MethodgetAuctionConstrainerEnablerRuleApplicationSession
Description

Gets the OsidSession associated with the auction constrainer enabler assignment service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerRuleApplicationSession an AuctionConstrainerEnablerRuleApplicationSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerRuleApplication() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerEnablerRuleApplication() is true.
MethodgetAuctionConstrainerEnablerRuleApplicationSessionForAuctionHouse
Description

Gets the OsidSession associated with the auction constrainer enabler assignment service for the given auction house.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerRuleApplicationSession an AuctionConstrainerEnablerRuleApplicationSession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerRuleApplication() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerEnablerRuleApplication() and supportsVisibleFederation() are true.
MethodgetAuctionProcessorLookupSession
Description

Gets the OsidSession associated with the auction processor lookup service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorLookupSession an AuctionProcessorLookupSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorLookup() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorLookup() is true.
MethodgetAuctionProcessorLookupSessionForAuctionHouse
Description

Gets the OsidSession associated with the auction processor lookup service for the given auction house.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorLookupSession an AuctionProcessorLookupSession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorLookup() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorLookup() and supportsVisibleFederation() are true.
MethodgetAuctionProcessorQuerySession
Description

Gets the OsidSession associated with the auction processor query service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorQuerySession an AuctionProcessorQuerySession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorQuery() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorQuery() is true.
MethodgetAuctionProcessorQuerySessionForAuctionHouse
Description

Gets the OsidSession associated with the auction processor query service for the given auction house.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorQuerySession an AuctionProcessorQuerySession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorQuery() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorQuery() and supportsVisibleFederation() are true.
MethodgetAuctionProcessorSearchSession
Description

Gets the OsidSession associated with the auction processor search service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorSearchSession an AuctionProcessorSearchSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorSearch() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorSearch() is true.
MethodgetAuctionProcessorSearchSessionForAuctionHouse
Description

Gets the OsidSession associated with the auction processor earch service for the given auction house.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorSearchSession an AuctionProcessorSearchSession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorSearch() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorSearch() and supportsVisibleFederation() are true.
MethodgetAuctionProcessorAdminSession
Description

Gets the OsidSession associated with the auction processor administration service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorAdminSession an AuctionProcessorAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorAdmin() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorAdmin() is true.
MethodgetAuctionProcessorAdminSessionForAuctionHouse
Description

Gets the OsidSession associated with the auction processor administration service for the given auction house.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorAdminSession an AuctionProcessorAdminSession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorAdmin() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorAdmin() and supportsVisibleFederation() are true.
MethodgetAuctionProcessorNotificationSession
Description

Gets the OsidSession associated with the auction processor notification service.

Parametersosid.bidding.rules.AuctionProcessorReceiverauctionProcessorReceiver the notification callback
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorNotificationSession an AuctionProcessorNotificationSession
ErrorsNULL_ARGUMENT auctionProcessorReceiver or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorNotification() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorNotification() is true.
MethodgetAuctionProcessorNotificationSessionForAuctionHouse
Description

Gets the OsidSession associated with the auction processor notification service for the given auction house.

Parametersosid.bidding.rules.AuctionProcessorReceiverauctionProcessorReceiver the notification callback
osid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorNotificationSession an AuctionProcessorNotificationSession
ErrorsNOT_FOUND no auction house found by the given Id
NULL_ARGUMENT auctionProcessorReceiver, auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorNotification() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorNotification() and supportsVisibleFederation() are true.
MethodgetAuctionProcessorAuctionHouseSession
Description

Gets the OsidSession to lookup auction processor/auction house mappings for auction processors.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorAuctionHouseSession an AuctionProcessorAuctionHouseSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorAuctionHouse() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorAuctionHouse() is true.
MethodgetAuctionProcessorAuctionHouseAssignmentSession
Description

Gets the OsidSession associated with assigning auction processor to auction houses.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorAuctionHouseAssignmentSession an AuctionProcessorAuctionHouseAssignmentSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorAuctionHouseAssignment() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorAuctionHouseAssignment() is true.
MethodgetAuctionProcessorSmartAuctionHouseSession
Description

Gets the OsidSession to manage auction processor smart auction houses.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorSmartAuctionHouseSession an AuctionProcessorSmartAuctionHouseSession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorSmartAuctionHouse() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorSmartAuctionHouse() is true.
MethodgetAuctionProcessorRuleLookupSession
Description

Gets the OsidSession associated with the auction processor mapping lookup service for looking up the rules applied to the auction house.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorRuleLookupSession an AuctionProcessorRuleLookupSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorRuleLookup() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorRuleLookup() is true.
MethodgetAuctionProcessorRuleLookupSessionForAuctionHouse
Description

Gets the OsidSession associated with the auction processor mapping lookup service for the given auction house for looking up rules applied to an auction house.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorRuleLookupSession an AuctionProcessorRuleLookupSession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorRuleLookup() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorRuleLookup() and supportsVisibleFederation() are true.
MethodgetAuctionProcessorRuleApplicationSession
Description

Gets the OsidSession associated with the auction processor assignment service to apply to auction houses.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorRuleApplicationSession an AuctionProcessorRuleApplicationSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorRuleApplication() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorRuleApplication() is true.
MethodgetAuctionProcessorRuleApplicationSessionForAuctionHouse
Description

Gets the OsidSession associated with the auction processor assignment service for the given auction house to apply to auction houses.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorRuleApplicationSession an AuctionProcessorRuleApplicationSession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorRuleApplication() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorRuleApplication() and supportsVisibleFederation() are true.
MethodgetAuctionProcessorEnablerLookupSession
Description

Gets the OsidSession associated with the auction processor enabler lookup service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorEnablerLookupSession an AuctionProcessorEnablerLookupSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerLookup() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorEnablerLookup() is true.
MethodgetAuctionProcessorEnablerLookupSessionForAuctionHouse
Description

Gets the OsidSession associated with the auction processor enabler lookup service for the given auction house.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorEnablerLookupSession an AuctionProcessorEnablerLookupSession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerLookup() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorEnablerLookup() and supportsVisibleFederation() are true.
MethodgetAuctionProcessorEnablerQuerySession
Description

Gets the OsidSession associated with the auction processor enabler query service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorEnablerQuerySession an AuctionProcessorEnablerQuerySession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerQuery() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorEnablerQuery() is true.
MethodgetAuctionProcessorEnablerQuerySessionForAuctionHouse
Description

Gets the OsidSession associated with the auction processor enabler query service for the given auction house.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorEnablerQuerySession an AuctionProcessorEnablerQuerySession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerQuery() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorEnablerQuery() and supportsVisibleFederation() are true.
MethodgetAuctionProcessorEnablerSearchSession
Description

Gets the OsidSession associated with the auction processor enabler search service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorEnablerSearchSession an AuctionProcessorEnablerSearchSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerSearch() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorEnablerSearch() is true.
MethodgetAuctionProcessorEnablerSearchSessionForAuctionHouse
Description

Gets the OsidSession associated with the auction processor enablers earch service for the given auction house.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorEnablerSearchSession an AuctionProcessorEnablerSearchSession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerSearch() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorEnablerSearch() and supportsVisibleFederation() are true.
MethodgetAuctionProcessorEnablerAdminSession
Description

Gets the OsidSession associated with the auction processor enabler administration service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorEnablerAdminSession an AuctionProcessorEnablerAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerAdmin() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorEnablerAdmin() is true.
MethodgetAuctionProcessorEnablerAdminSessionForAuctionHouse
Description

Gets the OsidSession associated with the auction processor enabler administration service for the given auction house.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorEnablerAdminSession an AuctionProcessorEnablerAdminSession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerAdmin() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorEnablerAdmin() and supportsVisibleFederation() are true.
MethodgetAuctionProcessorEnablerNotificationSession
Description

Gets the OsidSession associated with the auction processor enabler notification service.

Parametersosid.bidding.rules.AuctionProcessorEnablerReceiverauctionProcessorEnablerReceiver the notification callback
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorEnablerNotificationSession an AuctionProcessorEnablerNotificationSession
ErrorsNULL_ARGUMENT auctionProcessorEnablerReceiver or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerNotification() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorEnablerNotification() is true.
MethodgetAuctionProcessorEnablerNotificationSessionForAuctionHouse
Description

Gets the OsidSession associated with the auction processor enabler notification service for the given auction house.

Parametersosid.bidding.rules.AuctionProcessorEnablerReceiverauctionProcessorEnablerReceiver the notification callback
osid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorEnablerNotificationSession an AuctionProcessorEnablerNotificationSession
ErrorsNOT_FOUND no auction house found by the given Id
NULL_ARGUMENT auctionProcessorEnablerReceiver, auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerNotification() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorEnablerNotification() and supportsVisibleFederation() are true.
MethodgetAuctionProcessorEnablerAuctionHouseSession
Description

Gets the OsidSession to lookup auction processor enabler/auction house mappings for auction processor enablers.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorEnablerAuctionHouseSession an AuctionProcessorEnablerAuctionHouseSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerAuctionHouse() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorEnablerAuctionHouse() is true.
MethodgetAuctionProcessorEnablerAuctionHouseAssignmentSession
Description

Gets the OsidSession associated with assigning auction processor enablers to auction houses.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorEnablerAuctionHouseAssignmentSession an AuctionProcessorEnablerAuctionHouseAssignmentSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerAuctionHouseAssignment() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorEnablerAuctionHouseAssignment() is true.
MethodgetAuctionProcessorEnablerSmartAuctionHouseSession
Description

Gets the OsidSession to manage auction processor enabler smart auction houses.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorEnablerSmartAuctionHouseSession an AuctionProcessorEnablerSmartAuctionHouseSession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerSmartAuctionHouse() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorEnablerSmartAuctionHouse() is true.
MethodgetAuctionProcessorEnablerRuleLookupSession
Description

Gets the OsidSession associated with the auction processor enabler mapping lookup service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorEnablerRuleLookupSession an AuctionProcessorEnablerRuleLookupSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerRuleLookup() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorEnablerRuleLookup() is true.
MethodgetAuctionProcessorEnablerRuleLookupSessionForAuctionHouse
Description

Gets the OsidSession associated with the auction processor enabler mapping lookup service for the given auction house.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorEnablerRuleLookupSession an AuctionProcessorEnablerRuleLookupSession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerRuleLookup() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorEnablerRuleLookup() and supportsVisibleFederation() are true.
MethodgetAuctionProcessorEnablerRuleApplicationSession
Description

Gets the OsidSession associated with the auction processor enabler assignment service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorEnablerRuleApplicationSession an AuctionProcessorEnablerRuleApplicationSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerRuleApplication() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorEnablerRuleApplication() is true.
MethodgetAuctionProcessorEnablerRuleApplicationSessionForAuctionHouse
Description

Gets the OsidSession associated with the auction processor enabler assignment service for the given auction house.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.AuctionProcessorEnablerRuleApplicationSession an AuctionProcessorEnablerRuleApplicationSession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerRuleApplication() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorEnablerRuleApplication() and supportsVisibleFederation() are true.
MethodgetBidEnablerLookupSession
Description

Gets the OsidSession associated with the bid enabler lookup service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.BidEnablerLookupSession a BidEnablerLookupSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsBidEnablerLookup() is false
Complianceoptional This method must be implemented if supportsBidEnablerLookup() is true.
MethodgetBidEnablerLookupSessionForAuctionHouse
Description

Gets the OsidSession associated with the bid enabler lookup service for the given auction house.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.BidEnablerLookupSession a BidEnablerLookupSession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsBidEnablerLookup() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsBidEnablerLookup() and supportsVisibleFederation() are true.
MethodgetBidEnablerQuerySession
Description

Gets the OsidSession associated with the bid enabler query service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.BidEnablerQuerySession a BidEnablerQuerySession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsBidEnablerQuery() is false
Complianceoptional This method must be implemented if supportsBidEnablerQuery() is true.
MethodgetBidEnablerQuerySessionForAuctionHouse
Description

Gets the OsidSession associated with the bid enabler query service for the given auction house.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.BidEnablerQuerySession a BidEnablerQuerySession
ErrorsNOT_FOUND no auction house found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsBidEnablerQuery() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsBidEnablerQuery() and supportsVisibleFederation() are true.
MethodgetBidEnablerSearchSession
Description

Gets the OsidSession associated with the bid enabler search service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.BidEnablerSearchSession a BidEnablerSearchSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsBidEnablerSearch() is false
Complianceoptional This method must be implemented if supportsBidEnablerSearch() is true.
MethodgetBidEnablerSearchSessionForAuctionHouse
Description

Gets the OsidSession associated with the bid enabler search service for the given auction house.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.BidEnablerSearchSession a BidEnablerSearchSession
ErrorsNOT_FOUND no auction house found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsBidEnablerSearch() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsBidEnablerSearch() and supportsVisibleFederation() are true.
MethodgetBidEnablerAdminSession
Description

Gets the OsidSession associated with the bid enabler administration service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.BidEnablerAdminSession a BidEnablerAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsBidEnablerAdmin() is false
Complianceoptional This method must be implemented if supportsBidEnablerAdmin() is true.
MethodgetBidEnablerAdminSessionForAuctionHouse
Description

Gets the OsidSession associated with the bid enabler administration service for the given auction house.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.BidEnablerAdminSession a BidEnablerAdminSession
ErrorsNOT_FOUND no auction house found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsBidEnablerAdmin() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsBidEnablerAdmin() and supportsVisibleFederation() are true.
MethodgetBidEnablerNotificationSession
Description

Gets the OsidSession associated with the bid enabler notification service.

Parametersosid.bidding.rules.BidEnablerReceiverbidEnablerReceiver the notification callback
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.BidEnablerNotificationSession a BidEnablerNotificationSession
ErrorsNULL_ARGUMENT bidReceiver or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsBidEnablerNotification() is false
Complianceoptional This method must be implemented if supportsBidEnablerNotification() is true.
MethodgetBidEnablerNotificationSessionForAuctionHouse
Description

Gets the OsidSession associated with the bid enabler notification service for the given auction house.

Parametersosid.bidding.rules.BidEnablerReceiverbidEnablerReceiver the notification callback
osid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.BidEnablerNotificationSession a BidEnablerNotificationSession
ErrorsNOT_FOUND no auction house found by the given Id
NULL_ARGUMENT bidEnablerReceiver,auctionHouseId, or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsBidEnablerNotification() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsBidEnablerNotification() and supportsVisibleFederation() are true.
MethodgetBidEnablerAuctionHouseSession
Description

Gets the OsidSession to lookup bid enabler/auction house mappings.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.BidEnablerAuctionHouseSession a BidEnablerAuctionHouseSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsBidEnablerAuctionHouse() is false
Complianceoptional This method must be implemented if supportsBidEnablerAuctionHouse() is true.
MethodgetBidEnablerAuctionHouseAssignmentSession
Description

Gets the OsidSession associated with assigning bid enablers to auction houses.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.BidEnablerAuctionHouseAssignmentSession a BidEnablerAuctionHouseAssignmentSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsBidEnablerAuctionHouseAssignment() is false
Complianceoptional This method must be implemented if supportsBidEnablerAuctionHouseAssignment() is true.
MethodgetBidEnablerSmartAuctionHouseSession
Description

Gets the OsidSession to manage bid enabler smart auction houses.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.BidEnablerSmartAuctionHouseSession a BidEnablerSmartAuctionHouseSession
ErrorsNOT_FOUND no auction house found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsBidEnablerSmartAuctionHouse() is false
Complianceoptional This method must be implemented if supportsBidEnablerSmartAuctionHouse() is true.
MethodgetBidEnablerRuleLookupSession
Description

Gets the OsidSession associated with the bid enabler bid mapping lookup service for looking up the rules applied to a bid.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.BidEnablerRuleLookupSession a BidEnablerRuleLookupSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsBidEnablerRuleLookup() is false
Complianceoptional This method must be implemented if supportsBidEnablerRuleLookup() is true.
MethodgetBidEnablerRuleLookupSessionForAuctionHouse
Description

Gets the OsidSession associated with the bid enabler mapping lookup service for the given auction house for looking up rules applied to a bid.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.BidEnablerRuleLookupSession a BidEnablerRuleLookupSession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsBidEnablerRuleLookup() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsBidEnablerRuleLookup() and supportsVisibleFederation() are true.
MethodgetBidEnablerRuleApplicationSession
Description

Gets the OsidSession associated with the bid constrainer assignment service to apply to bids.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.BidEnablerRuleApplicationSession a BidEnablerRuleApplicationSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsBidEnablerRuleApplication() is false
Complianceoptional This method must be implemented if supportsBidEnablerRuleApplication() is true.
MethodgetBidEnablerRuleApplicationSessionForAuctionHouse
Description

Gets the OsidSession associated with the bid enabler assignment service for the given auction house to apply to bids.

Parametersosid.id.IdauctionHouseId the Id of the AuctionHouse
osid.proxy.Proxyproxy a proxy
Returnosid.bidding.rules.BidEnablerRuleApplicationSession a BidEnablerRuleApplicationSession
ErrorsNOT_FOUND no AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsBidEnablerRuleApplication() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsBidEnablerRuleApplication() and supportsVisibleFederation() are true.