OSID Logo
OSID Specifications
ordering rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.ordering.rules.PriceEnablerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewPriceEnablers
Description

The callback for notifications of new price enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpriceEnablerIdsthe Ids of the new PriceEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedPriceEnablers
Description

The callback for notification of updated price enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpriceEnablerIdsthe Ids of the updated PriceEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedPriceEnablers
Description

The callback for notification of deleted price enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpriceEnablerIdsthe Ids of the deleted PriceEnablers
CompliancemandatoryThis method must be implemented.