OSID Logo
OSID Specifications
bidding rules package
Version 3.1.0
Interfaceosid.bidding.rules.BiddingRulesManager
Implementsosid.OsidManager
osid.bidding.rules.BiddingRulesProfile
Used Byosid.bidding.BiddingManager
Description

The bidding rules manager provides access to bidding rules sessions and provides interoperability tests for various aspects of this service. 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.

Returnosid.bidding.rules.AuctionConstrainerLookupSession an AuctionConstrainerLookupSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerLookup() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerLookup() is true.
MethodgetAuctionConstrainerLookupSessionForAuctionHouse
Description

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

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

Gets the OsidSession associated with the auction constrainer query service.

Returnosid.bidding.rules.AuctionConstrainerQuerySession an AuctionConstrainerQuerySession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerQuery() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerQuery() is true.
MethodgetAuctionConstrainerQuerySessionForAuctionHouse
Description

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

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

Gets the OsidSession associated with the auction constrainer search service.

Returnosid.bidding.rules.AuctionConstrainerSearchSession an AuctionConstrainerSearchSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerSearch() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerSearch() is true.
MethodgetAuctionConstrainerSearchSessionForAuctionHouse
Description

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

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

Gets the OsidSession associated with the auction constrainer administration service.

Returnosid.bidding.rules.AuctionConstrainerAdminSession an AuctionConstrainerAdminSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerAdmin() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerAdmin() is true.
MethodgetAuctionConstrainerAdminSessionForAuctionHouse
Description

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

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

Gets the OsidSession associated with the auction constrainer notification service.

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

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

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

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

Returnosid.bidding.rules.AuctionConstrainerAuctionHouseSession an AuctionConstrainerAuctionHouseSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerAuctionHouse() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerAuctionHouse() is true.
MethodgetAuctionConstrainerAuctionHouseAssignmentSession
Description

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

Returnosid.bidding.rules.AuctionConstrainerAuctionHouseAssignmentSession an AuctionConstrainerAuctionHouseAssignmentSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerAuctionHouseAssignment() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerAuctionHouseAssignment() is true.
MethodgetAuctionConstrainerSmartAuctionHouseSession
Description

Gets the OsidSession to manage auction constrainer smart auction houses.

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

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

Returnosid.bidding.rules.AuctionConstrainerRuleLookupSession an AuctionConstrainerRuleLookupSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerRuleLookup() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerRuleLookup() is true.
MethodgetAuctionConstrainerRuleLookupSessionForAuctionHouse
Description

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

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

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

Returnosid.bidding.rules.AuctionConstrainerRuleApplicationSession an AuctionConstrainerRuleApplicationSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerRuleApplication() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerRuleApplication() is true.
MethodgetAuctionConstrainerRuleApplicationSessionForAuctionHouse
Description

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

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

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

Returnosid.bidding.rules.AuctionConstrainerEnablerLookupSession an AuctionConstrainerEnablerLookupSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerLookup() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerEnablerLookup() is true.
MethodgetAuctionConstrainerEnablerLookupSessionForAuctionHouse
Description

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

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

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

Returnosid.bidding.rules.AuctionConstrainerEnablerQuerySession an AuctionConstrainerEnablerQuerySession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerQuery() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerEnablerQuery() is true.
MethodgetAuctionConstrainerEnablerQuerySessionForAuctionHouse
Description

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

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

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

Returnosid.bidding.rules.AuctionConstrainerEnablerSearchSession an AuctionConstrainerEnablerSearchSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerSearch() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerEnablerSearch() is true.
MethodgetAuctionConstrainerEnablerSearchSessionForAuctionHouse
Description

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

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

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

Returnosid.bidding.rules.AuctionConstrainerEnablerAdminSession an AuctionConstrainerEnablerAdminSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerAdmin() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerEnablerAdmin() is true.
MethodgetAuctionConstrainerEnablerAdminSessionForAuctionHouse
Description

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

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

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

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

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

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

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

Returnosid.bidding.rules.AuctionConstrainerEnablerAuctionHouseSession an AuctionConstrainerEnablerAuctionHouseSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerAuctionHouse() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerEnablerAuctionHouse() is true.
MethodgetAuctionConstrainerEnablerAuctionHouseAssignmentSession
Description

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

Returnosid.bidding.rules.AuctionConstrainerEnablerAuctionHouseAssignmentSession an AuctionConstrainerEnablerAuctionHouseAssignmentSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerAuctionHouseAssignment() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerEnablerAuctionHouseAssignment() is true.
MethodgetAuctionConstrainerEnablerSmartAuctionHouseSession
Description

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

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

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

Returnosid.bidding.rules.AuctionConstrainerEnablerRuleLookupSession an AuctionConstrainerEnablerRuleLookupSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerRuleLookup() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerEnablerRuleLookup() is true.
MethodgetAuctionConstrainerEnablerRuleLookupSessionForAuctionHouse
Description

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

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

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

Returnosid.bidding.rules.AuctionConstrainerEnablerRuleApplicationSession an AuctionConstrainerEnablerRuleApplicationSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionConstrainerEnablerRuleApplication() is false
Complianceoptional This method must be implemented if supportsAuctionConstrainerEnablerRuleApplication() is true.
MethodgetAuctionConstrainerEnablerRuleApplicationSessionForAuctionHouse
Description

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

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

Gets the OsidSession associated with the auction processor lookup service.

Returnosid.bidding.rules.AuctionProcessorLookupSession an AuctionProcessorLookupSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorLookup() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorLookup() is true.
MethodgetAuctionProcessorLookupSessionForAuctionHouse
Description

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

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

Gets the OsidSession associated with the auction processor query service.

Returnosid.bidding.rules.AuctionProcessorQuerySession an AuctionProcessorQuerySession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorQuery() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorQuery() is true.
MethodgetAuctionProcessorQuerySessionForAuctionHouse
Description

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

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

Gets the OsidSession associated with the auction processor search service.

Returnosid.bidding.rules.AuctionProcessorSearchSession an AuctionProcessorSearchSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorSearch() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorSearch() is true.
MethodgetAuctionProcessorSearchSessionForAuctionHouse
Description

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

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

Gets the OsidSession associated with the auction processor administration service.

Returnosid.bidding.rules.AuctionProcessorAdminSession an AuctionProcessorAdminSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorAdmin() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorAdmin() is true.
MethodgetAuctionProcessorAdminSessionForAuctionHouse
Description

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

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

Gets the OsidSession associated with the auction processor notification service.

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

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

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

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

Returnosid.bidding.rules.AuctionProcessorAuctionHouseSession an AuctionProcessorAuctionHouseSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorAuctionHouse() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorAuctionHouse() is true.
MethodgetAuctionProcessorAuctionHouseAssignmentSession
Description

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

Returnosid.bidding.rules.AuctionProcessorAuctionHouseAssignmentSession an AuctionProcessorAuctionHouseAssignmentSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorAuctionHouseAssignment() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorAuctionHouseAssignment() is true.
MethodgetAuctionProcessorSmartAuctionHouseSession
Description

Gets the OsidSession to manage auction processor smart auction houses.

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

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

Returnosid.bidding.rules.AuctionProcessorRuleLookupSession an AuctionProcessorRuleLookupSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorRuleLookup() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorRuleLookup() is true.
MethodgetAuctionProcessorRuleLookupSessionForAuctionHouse
Description

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

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

Gets the OsidSession associated with the auction processor assignment service.

Returnosid.bidding.rules.AuctionProcessorRuleApplicationSession an AuctionProcessorRuleApplicationSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorRuleApplication() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorRuleApplication() is true.
MethodgetAuctionProcessorRuleApplicationSessionForAuctionHouse
Description

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

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

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

Returnosid.bidding.rules.AuctionProcessorEnablerLookupSession an AuctionProcessorEnablerLookupSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerLookup() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorEnablerLookup() is true.
MethodgetAuctionProcessorEnablerLookupSessionForAuctionHouse
Description

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

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

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

Returnosid.bidding.rules.AuctionProcessorEnablerQuerySession an AuctionProcessorEnablerQuerySession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerQuery() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorEnablerQuery() is true.
MethodgetAuctionProcessorEnablerQuerySessionForAuctionHouse
Description

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

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

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

Returnosid.bidding.rules.AuctionProcessorEnablerSearchSession an AuctionProcessorEnablerSearchSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerSearch() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorEnablerSearch() is true.
MethodgetAuctionProcessorEnablerSearchSessionForAuctionHouse
Description

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

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

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

Returnosid.bidding.rules.AuctionProcessorEnablerAdminSession an AuctionProcessorEnablerAdminSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerAdmin() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorEnablerAdmin() is true.
MethodgetAuctionProcessorEnablerAdminSessionForAuctionHouse
Description

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

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

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

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

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

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

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

Returnosid.bidding.rules.AuctionProcessorEnablerAuctionHouseSession an AuctionProcessorEnablerAuctionHouseSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerAuctionHouse() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorEnablerAuctionHouse() is true.
MethodgetAuctionProcessorEnablerAuctionHouseAssignmentSession
Description

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

Returnosid.bidding.rules.AuctionProcessorEnablerAuctionHouseAssignmentSession an AuctionProcessorEnablerAuctionHouseAssignmentSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerAuctionHouseAssignment() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorEnablerAuctionHouseAssignment() is true.
MethodgetAuctionProcessorEnablerSmartAuctionHouseSession
Description

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

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

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

Returnosid.bidding.rules.AuctionProcessorEnablerRuleLookupSession an AuctionProcessorEnablerRuleLookupSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerRuleLookup() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorEnablerRuleLookup() is true.
MethodgetAuctionProcessorEnablerRuleLookupSessionForAuctionHouse
Description

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

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

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

Returnosid.bidding.rules.AuctionProcessorEnablerRuleApplicationSession an AuctionProcessorEnablerRuleApplicationSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsAuctionProcessorEnablerRuleApplication() is false
Complianceoptional This method must be implemented if supportsAuctionProcessorEnablerRuleApplication() is true.
MethodgetAuctionProcessorEnablerRuleApplicationSessionForAuctionHouse
Description

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

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

Gets the OsidSession associated with the bid enabler lookup service.

Returnosid.bidding.rules.BidEnablerLookupSession a BidEnablerLookupSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsBidEnablerLookup() is false
Complianceoptional This method must be implemented if supportsBidEnablerLookup() is true.
MethodgetBidEnablerLookupSessionForAuctionHouse
Description

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

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

Gets the OsidSession associated with the bid enabler query service.

Returnosid.bidding.rules.BidEnablerQuerySession a BidEnablerQuerySession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsBidEnablerQuery() is false
Complianceoptional This method must be implemented if supportsBidEnablerQuery() is true.
MethodgetBidEnablerQuerySessionForAuctionHouse
Description

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

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

Gets the OsidSession associated with the bid enabler search service.

Returnosid.bidding.rules.BidEnablerSearchSession a BidEnablerSearchSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsBidEnablerSearch() is false
Complianceoptional This method must be implemented if supportsBidEnablerSearch() is true.
MethodgetBidEnablerSearchSessionForAuctionHouse
Description

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

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

Gets the OsidSession associated with the bid enabler administration service.

Returnosid.bidding.rules.BidEnablerAdminSession a BidEnablerAdminSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsBidEnablerAdmin() is false
Complianceoptional This method must be implemented if supportsBidEnablerAdmin() is true.
MethodgetBidEnablerAdminSessionForAuctionHouse
Description

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

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

Gets the OsidSession associated with the bid enabler notification service.

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

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

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

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

Returnosid.bidding.rules.BidEnablerAuctionHouseSession a BidEnablerAuctionHouseSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsBidEnablerAuctionHouse() is false
Complianceoptional This method must be implemented if supportsBidEnablerAuctionHouse() is true.
MethodgetBidEnablerAuctionHouseAssignmentSession
Description

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

Returnosid.bidding.rules.BidEnablerAuctionHouseAssignmentSession a BidEnablerAuctionHouseAssignmentSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsBidEnablerAuctionHouseAssignment() is false
Complianceoptional This method must be implemented if supportsBidEnablerAuctionHouseAssignment() is true.
MethodgetBidEnablerSmartAuctionHouseSession
Description

Gets the OsidSession to manage bid enabler smart auction houses.

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

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

Returnosid.bidding.rules.BidEnablerRuleLookupSession a BidEnablerRuleLookupSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsBidEnablerRuleLookup() is false
Complianceoptional This method must be implemented if supportsBidEnablerRuleLookup() is true.
MethodgetBidEnablerRuleLookupSessionForAuctionHouse
Description

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

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

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

Returnosid.bidding.rules.BidEnablerRuleApplicationSession a BidEnablerRuleApplicationSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsBidEnablerRuleApplication() is false
Complianceoptional This method must be implemented if supportsBidEnablerRuleApplication() is true.
MethodgetBidEnablerRuleApplicationSessionForAuctionHouse
Description

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

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