OSID Logo
OSID Specifications
bidding rules package
Version 3.0.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.Proxyproxya proxy
Returnosid.bidding.rules.AuctionConstrainerLookupSessionan AuctionConstrainerLookupSession
ErrorsNULL_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerLookup() 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_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerLookup() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerQuery() 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_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerQuery() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerSearch() 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_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerSearch() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerAdmin() 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_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerAdmin() 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_ARGUMENTauctionConstrainerReceiver or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerNotification() 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_ARGUMENTauctionConstrainerReceiver, auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerNotification() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerAuctionHouse() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerAuctionHouseAssignment() 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_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerSmartAuctionHouse() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerRuleLookup() 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_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerRuleLookup() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerRuleApplication() 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_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerRuleApplication() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerEnablerLookup() 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_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerEnablerLookup() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerEnablerQuery() 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_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerEnablerQuery() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerEnablerSearch() 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_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerEnablerSearch() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerEnablerAdmin() 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_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerEnablerAdmin() 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_ARGUMENTauctionConstrainerEnablerReceiver or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerEnablerNotification() 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_ARGUMENTauctionConstrainerEnablerReceiver, auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerEnablerNotification() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerEnablerAuctionHouse() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerEnablerAuctionHouseAssignment() 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_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerEnablerSmartAuctionHouse() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerEnablerRuleLookup() 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_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerEnablerRuleLookup() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerEnablerRuleApplication() 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_ARGUMENTauctionHouseId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionConstrainerEnablerRuleApplication() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorLookup() 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_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorLookup() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorQuery() 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_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorQuery() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorSearch() 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_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorSearch() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorAdmin() 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_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorAdmin() 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_ARGUMENTauctionProcessorReceiver or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorNotification() 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.AuctionProcessorReceiverauctionProcessorReceiverthe 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_ARGUMENTauctionProcessorReceiver, auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorNotification() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorAuctionHouse() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorAuctionHouseAssignment() 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_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorSmartAuctionHouse() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorRuleLookup() 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_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorRuleLookup() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorRuleApplication() 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_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorRuleApplication() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorEnablerLookup() 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_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorEnablerLookup() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorEnablerQuery() 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_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorEnablerQuery() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorEnablerSearch() 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_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorEnablerSearch() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorEnablerAdmin() 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_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorEnablerAdmin() 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.AuctionProcessorEnablerReceiverauctionProcessorEnablerReceiverthe notification callback
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.AuctionProcessorEnablerNotificationSessionan AuctionProcessorEnablerNotificationSession
ErrorsNULL_ARGUMENTauctionProcessorEnablerReceiver or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorEnablerNotification() 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.AuctionProcessorEnablerReceiverauctionProcessorEnablerReceiverthe 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_ARGUMENTauctionProcessorEnablerReceiver, auctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorEnablerNotification() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorEnablerAuctionHouse() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorEnablerAuctionHouseAssignment() 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_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorEnablerSmartAuctionHouse() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorEnablerRuleLookup() 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_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorEnablerRuleLookup() 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_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorEnablerRuleApplication() 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_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsAuctionProcessorEnablerRuleApplication() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsAuctionProcessorEnablerRuleApplication() and supportsVisibleFederation() are true .
MethodgetBidEnablerLookupSession
Description

Gets the OsidSession associated with the bid enabler lookup service.

Parametersosid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.BidEnablerLookupSessiona BidEnablerLookupSession
ErrorsNULL_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsBidEnablerLookup() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.BidEnablerLookupSessiona BidEnablerLookupSession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsBidEnablerLookup() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsBidEnablerLookup() and supportsVisibleFederation() are true .
MethodgetBidEnablerQuerySession
Description

Gets the OsidSession associated with the bid enabler query service.

Parametersosid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.BidEnablerQuerySessiona BidEnablerQuerySession
ErrorsNULL_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsBidEnablerQuery() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.BidEnablerQuerySessiona BidEnablerQuerySession
ErrorsNOT_FOUNDno auction house found by the given Id
NULL_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsBidEnablerQuery() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsBidEnablerQuery() and supportsVisibleFederation() are true .
MethodgetBidEnablerSearchSession
Description

Gets the OsidSession associated with the bid enabler search service.

Parametersosid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.BidEnablerSearchSessiona BidEnablerSearchSession
ErrorsNULL_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsBidEnablerSearch() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.BidEnablerSearchSessiona BidEnablerSearchSession
ErrorsNOT_FOUNDno auction house found by the given Id
NULL_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsBidEnablerSearch() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsBidEnablerSearch() and supportsVisibleFederation() are true .
MethodgetBidEnablerAdminSession
Description

Gets the OsidSession associated with the bid enabler administration service.

Parametersosid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.BidEnablerAdminSessiona BidEnablerAdminSession
ErrorsNULL_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsBidEnablerAdmin() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.BidEnablerAdminSessiona BidEnablerAdminSession
ErrorsNOT_FOUNDno auction house found by the given Id
NULL_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsBidEnablerAdmin() or supportsVisibleFederation() is false
ComplianceoptionalThis 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.BidEnablerReceiverbidEnablerReceiverthe notification callback
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.BidEnablerNotificationSessiona BidEnablerNotificationSession
ErrorsNULL_ARGUMENTbidReceiver or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsBidEnablerNotification() is false
ComplianceoptionalThis 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.BidEnablerReceiverbidEnablerReceiverthe notification callback
osid.id.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.BidEnablerNotificationSessiona BidEnablerNotificationSession
ErrorsNOT_FOUNDno auction house found by the given Id
NULL_ARGUMENTbidEnablerReceiver,auctionHouseId , or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsBidEnablerNotification() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsBidEnablerNotification() and supportsVisibleFederation() are true .
MethodgetBidEnablerAuctionHouseSession
Description

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

Parametersosid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.BidEnablerAuctionHouseSessiona BidEnablerAuctionHouseSession
ErrorsNULL_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsBidEnablerAuctionHouse() is false
ComplianceoptionalThis method must be implemented if supportsBidEnablerAuctionHouse() is true .
MethodgetBidEnablerAuctionHouseAssignmentSession
Description

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

Parametersosid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.BidEnablerAuctionHouseAssignmentSessiona BidEnablerAuctionHouseAssignmentSession
ErrorsNULL_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsBidEnablerAuctionHouseAssignment() is false
ComplianceoptionalThis method must be implemented if supportsBidEnablerAuctionHouseAssignment() is true .
MethodgetBidEnablerSmartAuctionHouseSession
Description

Gets the OsidSession to manage bid enabler smart auction houses.

Parametersosid.id.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.BidEnablerSmartAuctionHouseSessiona BidEnablerSmartAuctionHouseSession
ErrorsNOT_FOUNDno auction house found by the given Id
NULL_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsBidEnablerSmartAuctionHouse() is false
ComplianceoptionalThis 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.Proxyproxya proxy
Returnosid.bidding.rules.BidEnablerRuleLookupSessiona BidEnablerRuleLookupSession
ErrorsNULL_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsBidEnablerRuleLookup() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.BidEnablerRuleLookupSessiona BidEnablerRuleLookupSession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsBidEnablerRuleLookup() or supportsVisibleFederation() is false
ComplianceoptionalThis 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.Proxyproxya proxy
Returnosid.bidding.rules.BidEnablerRuleApplicationSessiona BidEnablerRuleApplicationSession
ErrorsNULL_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsBidEnablerRuleApplication() is false
ComplianceoptionalThis 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.IdauctionHouseIdthe Id of the AuctionHouse
osid.proxy.Proxyproxya proxy
Returnosid.bidding.rules.BidEnablerRuleApplicationSessiona BidEnablerRuleApplicationSession
ErrorsNOT_FOUNDno AuctionHouse found by the given Id
NULL_ARGUMENTauctionHouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsBidEnablerRuleApplication() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsBidEnablerRuleApplication() and supportsVisibleFederation() are true .