OSID Logo
OSID Specifications
bidding rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.bidding.rules.AuctionConstrainerEnablerReceiver
Implementsosid.OsidReceiver
Description

The auction constrainer enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted auction constrainer enablers.

MethodnewAuctionConstrainerEnablers
Description

The callback for notifications of new auction constrainer enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListauctionConstrainerEnablerIdsthe Id of the new AuctionConstrainerEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedAuctionConstrainerEnablers
Description

The callback for notification of updated auction constrainer enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListauctionConstrainerEnablerIdsthe Id of the updated AuctionConstrainerEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedAuctionConstrainerEnablers
Description

The callback for notification of deleted auction constrainer enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListauctionConstrainerEnablerIdsthe Id of the deleted AuctionConstrainerEnablers
CompliancemandatoryThis method must be implemented.