OSID Logo
OSID Specifications
bidding rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.bidding.rules.BiddingRulesProxyManager
Implementsosid.OsidProxyManager
osid.bidding.rules.BiddingRulesProfile
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
MethodgetAuctionConstrainerLookupSession
Description

Gets the OsidSession associated with the auction constrainer lookup service.

Parametersosid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerLookupSessionan AuctionConstrainerLookupSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerLookup() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerLookupSessionan AuctionConstrainerLookupSession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerLookup() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsAuctionConstrainerLookup() and supportsVisibleFederation() are true.
MethodgetAuctionConstrainerQuerySession
Description

Gets the OsidSession associated with the auction constrainer query service.

Parametersosid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerQuerySessionan AuctionConstrainerQuerySession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerQuery() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerQuerySessionan AuctionConstrainerQuerySession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerQuery() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsAuctionConstrainerQuery() and supportsVisibleFederation() are true.
MethodgetAuctionConstrainerSearchSession
Description

Gets the OsidSession associated with the auction constrainer search service.

Parametersosid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerSearchSessionan AuctionConstrainerSearchSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerSearch() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerSearchSessionan AuctionConstrainerSearchSession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerSearch() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsAuctionConstrainerSearch() and supportsVisibleFederation() are true.
MethodgetAuctionConstrainerAdminSession
Description

Gets the OsidSession associated with the auction constrainer administration service.

Parametersosid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerAdminSessionan AuctionConstrainerAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerAdmin() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerAdminSessionan AuctionConstrainerAdminSession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerAdmin() or supportsVisibleFederation() is false
ComplianceoptionalThis 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.AuctionConstrainerReceiverauctionConstrainerReceiverthe notification callback
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerNotificationSessionan AuctionConstrainerNotificationSession
ErrorsNULL_ARGUMENT auctionConstrainerReceiver or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerNotification() is false
ComplianceoptionalThis 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.AuctionConstrainerReceiverauctionConstrainerReceiverthe notification callback
osid.id.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerNotificationSessionan AuctionConstrainerNotificationSession
ErrorsNOT_FOUNDno auction house found by the given Id
NULL_ARGUMENT auctionConstrainerReceiver, auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerNotification() or supportsVisibleFederation() is false
ComplianceoptionalThis 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.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerAuctionHouseSessionan AuctionConstrainerAuctionHouseSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerAuctionHouse() is false
ComplianceoptionalThis method must be implemented if supportsAuctionConstrainerAuctionHouse() is true.
MethodgetAuctionConstrainerAuctionHouseAssignmentSession
Description

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

Parametersosid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerAuctionHouseAssignmentSessionan AuctionConstrainerAuctionHouseAssignmentSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerAuctionHouseAssignment() is false
ComplianceoptionalThis method must be implemented if supportsAuctionConstrainerAuctionHouseAssignment() is true.
MethodgetAuctionConstrainerSmartAuctionHouseSession
Description

Gets the OsidSession to manage auction constrainer smart auction houses.

Parametersosid.id.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerSmartAuctionHouseSessionan AuctionConstrainerSmartAuctionHouseSession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerSmartAuctionHouse() is false
ComplianceoptionalThis 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.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerRuleLookupSessionan AuctionConstrainerRuleLookupSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerRuleLookup() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerRuleLookupSessionan AuctionConstrainerRuleLookupSession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerRuleLookup() or supportsVisibleFederation() is false
ComplianceoptionalThis 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.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerRuleApplicationSessionan AuctionConstrainerRuleApplicationSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerRuleApplication() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerRuleApplicationSessionan AuctionConstrainerRuleApplicationSession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerRuleApplication() or supportsVisibleFederation() is false
ComplianceoptionalThis 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.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerLookupSessionan AuctionConstrainerEnablerLookupSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerLookup() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerLookupSessionan AuctionConstrainerEnablerLookupSession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerLookup() or supportsVisibleFederation() is false
ComplianceoptionalThis 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.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerQuerySessionan AuctionConstrainerEnablerQuerySession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerQuery() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerQuerySessionan AuctionConstrainerEnablerQuerySession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerQuery() or supportsVisibleFederation() is false
ComplianceoptionalThis 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.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerSearchSessionan AuctionConstrainerEnablerSearchSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerSearch() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerSearchSessionan AuctionConstrainerEnablerSearchSession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerSearch() or supportsVisibleFederation() is false
ComplianceoptionalThis 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.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerAdminSessionan AuctionConstrainerEnablerAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerAdmin() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerAdminSessionan AuctionConstrainerEnablerAdminSession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerAdmin() or supportsVisibleFederation() is false
ComplianceoptionalThis 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.AuctionConstrainerEnablerReceiverauctionConstrainerEnablerReceiverthe notification callback
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerNotificationSessionan AuctionConstrainerEnablerNotificationSession
ErrorsNULL_ARGUMENT auctionConstrainerEnablerReceiver or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerNotification() is false
ComplianceoptionalThis 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.AuctionConstrainerEnablerReceiverauctionConstrainerEnablerReceiverthe notification callback
osid.id.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerNotificationSessionan AuctionConstrainerEnablerNotificationSession
ErrorsNOT_FOUNDno auction house found by the given Id
NULL_ARGUMENT auctionConstrainerEnablerReceiver, auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerNotification() or supportsVisibleFederation() is false
ComplianceoptionalThis 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.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerAuctionHouseSessionan AuctionConstrainerEnablerAuctionHouseSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerAuctionHouse() is false
ComplianceoptionalThis method must be implemented if supportsAuctionConstrainerEnablerAuctionHouse() is true.
MethodgetAuctionConstrainerEnablerAuctionHouseAssignmentSession
Description

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

Parametersosid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerAuctionHouseAssignmentSessionan AuctionConstrainerEnablerAuctionHouseAssignmentSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerAuctionHouseAssignment() is false
ComplianceoptionalThis method must be implemented if supportsAuctionConstrainerEnablerAuctionHouseAssignment() is true.
MethodgetAuctionConstrainerEnablerSmartAuctionHouseSession
Description

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

Parametersosid.id.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerSmartAuctionHouseSessionan AuctionConstrainerEnablerSmartAuctionHouseSession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerSmartAuctionHouse() is false
ComplianceoptionalThis method must be implemented if supportsAuctionConstrainerEnablerSmartAuctionHouse() is true.
MethodgetAuctionConstrainerEnablerRuleLookupSession
Description

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

Parametersosid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerRuleLookupSessionan AuctionConstrainerEnablerRuleLookupSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerRuleLookup() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerRuleLookupSessionan AuctionConstrainerEnablerRuleLookupSession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerRuleLookup() or supportsVisibleFederation() is false
ComplianceoptionalThis 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.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerRuleApplicationSessionan AuctionConstrainerEnablerRuleApplicationSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerRuleApplication() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerEnablerRuleApplicationSessionan AuctionConstrainerEnablerRuleApplicationSession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerRuleApplication() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsAuctionConstrainerEnablerRuleApplication() and supportsVisibleFederation() are true.
MethodgetAuctionProcessorLookupSession
Description

Gets the OsidSession associated with the auction processor lookup service.

Parametersosid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorLookupSessionan AuctionProcessorLookupSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorLookup() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorLookupSessionan AuctionProcessorLookupSession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorLookup() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsAuctionProcessorLookup() and supportsVisibleFederation() are true.
MethodgetAuctionProcessorQuerySession
Description

Gets the OsidSession associated with the auction processor query service.

Parametersosid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorQuerySessionan AuctionProcessorQuerySession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorQuery() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorQuerySessionan AuctionProcessorQuerySession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorQuery() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsAuctionProcessorQuery() and supportsVisibleFederation() are true.
MethodgetAuctionProcessorSearchSession
Description

Gets the OsidSession associated with the auction processor search service.

Parametersosid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorSearchSessionan AuctionProcessorSearchSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorSearch() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorSearchSessionan AuctionProcessorSearchSession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorSearch() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsAuctionProcessorSearch() and supportsVisibleFederation() are true.
MethodgetAuctionProcessorAdminSession
Description

Gets the OsidSession associated with the auction processor administration service.

Parametersosid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorAdminSessionan AuctionProcessorAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorAdmin() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorAdminSessionan AuctionProcessorAdminSession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorAdmin() or supportsVisibleFederation() is false
ComplianceoptionalThis 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.AuctionProcessorReceiverauctionProcessorReceiverthe notification callback
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorNotificationSessionan AuctionProcessorNotificationSession
ErrorsNULL_ARGUMENT auctionProcessoReceiver or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorNotification() is false
ComplianceoptionalThis 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.AuctionProcessorReceiverauctionProcessoReceiverthe notification callback
osid.id.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorNotificationSessionan AuctionProcessorNotificationSession
ErrorsNOT_FOUNDno auction house found by the given Id
NULL_ARGUMENT auctionProcessoReceiver, auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorNotification() or supportsVisibleFederation() is false
ComplianceoptionalThis 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.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorAuctionHouseSessionan AuctionProcessorAuctionHouseSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorAuctionHouse() is false
ComplianceoptionalThis method must be implemented if supportsAuctionProcessorAuctionHouse() is true.
MethodgetAuctionProcessorAuctionHouseAssignmentSession
Description

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

Parametersosid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorAuctionHouseAssignmentSessionan AuctionProcessorAuctionHouseAssignmentSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorAuctionHouseAssignment() is false
ComplianceoptionalThis method must be implemented if supportsAuctionProcessorAuctionHouseAssignment() is true.
MethodgetAuctionProcessorSmartAuctionHouseSession
Description

Gets the OsidSession to manage auction processor smart auction houses.

Parametersosid.id.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorSmartAuctionHouseSessionan AuctionProcessorSmartAuctionHouseSession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorSmartAuctionHouse() is false
ComplianceoptionalThis 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.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorRuleLookupSessionan AuctionProcessorRuleLookupSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorRuleLookup() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorRuleLookupSessionan AuctionProcessorRuleLookupSession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorRuleLookup() or supportsVisibleFederation() is false
ComplianceoptionalThis 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.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorRuleApplicationSessionan AuctionProcessorRuleApplicationSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorRuleApplication() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorRuleApplicationSessionan AuctionProcessorRuleApplicationSession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorRuleApplication() or supportsVisibleFederation() is false
ComplianceoptionalThis 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.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorEnablerLookupSessionan AuctionProcessorEnablerLookupSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerLookup() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorEnablerLookupSessionan AuctionProcessorEnablerLookupSession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerLookup() or supportsVisibleFederation() is false
ComplianceoptionalThis 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.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorEnablerQuerySessionan AuctionProcessorEnablerQuerySession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerQuery() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorEnablerQuerySessionan AuctionProcessorEnablerQuerySession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerQuery() or supportsVisibleFederation() is false
ComplianceoptionalThis 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.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorEnablerSearchSessionan AuctionProcessorEnablerSearchSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerSearch() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorEnablerSearchSessionan AuctionProcessorEnablerSearchSession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerSearch() or supportsVisibleFederation() is false
ComplianceoptionalThis 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.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorEnablerAdminSessionan AuctionProcessorEnablerAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerAdmin() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorEnablerAdminSessionan AuctionProcessorEnablerAdminSession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerAdmin() or supportsVisibleFederation() is false
ComplianceoptionalThis 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.AuctionProcessorEnablerReceiverauctionProcessoEnablerReceiverthe notification callback
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorEnablerNotificationSessionan AuctionProcessorEnablerNotificationSession
ErrorsNULL_ARGUMENT auctionProcessoEnablerReceiver or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerNotification() is false
ComplianceoptionalThis 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.AuctionProcessorEnablerReceiverauctionProcessoEnablerReceiverthe notification callback
osid.id.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorEnablerNotificationSessionan AuctionProcessorEnablerNotificationSession
ErrorsNOT_FOUNDno auction house found by the given Id
NULL_ARGUMENT auctionProcessoEnablerReceiver, auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerNotification() or supportsVisibleFederation() is false
ComplianceoptionalThis 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.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorEnablerAuctionHouseSessionan AuctionProcessorEnablerAuctionHouseSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerAuctionHouse() is false
ComplianceoptionalThis method must be implemented if supportsAuctionProcessorEnablerAuctionHouse() is true.
MethodgetAuctionProcessorEnablerAuctionHouseAssignmentSession
Description

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

Parametersosid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorEnablerAuctionHouseAssignmentSessionan AuctionProcessorEnablerAuctionHouseAssignmentSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerAuctionHouseAssignment() is false
ComplianceoptionalThis method must be implemented if supportsAuctionProcessorEnablerAuctionHouseAssignment() is true.
MethodgetAuctionProcessorEnablerSmartAuctionHouseSession
Description

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

Parametersosid.id.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorEnablerSmartAuctionHouseSessionan AuctionProcessorEnablerSmartAuctionHouseSession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerSmartAuctionHouse() is false
ComplianceoptionalThis method must be implemented if supportsAuctionProcessorEnablerSmartAuctionHouse() is true.
MethodgetAuctionProcessorEnablerRuleLookupSession
Description

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

Parametersosid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorEnablerRuleLookupSessionan AuctionProcessorEnablerRuleLookupSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerRuleLookup() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorEnablerRuleLookupSessionan AuctionProcessorEnablerRuleLookupSession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerRuleLookup() or supportsVisibleFederation() is false
ComplianceoptionalThis 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.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorEnablerRuleApplicationSessionan AuctionProcessorEnablerRuleApplicationSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerRuleApplication() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorEnablerRuleApplicationSessionan AuctionProcessorEnablerRuleApplicationSession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENT auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerRuleApplication() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsAuctionProcessorEnablerRuleApplication() and supportsVisibleFederation() are true.