OSID Logo
OSID Specifications
ordering rules package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListpriceEnablerIds the Ids of the new PriceEnablers
Compliancemandatory This method must be implemented.
MethodchangedPriceEnablers
Description

The callback for notification of updated price enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpriceEnablerIds the Ids of the updated PriceEnablers
Compliancemandatory This method must be implemented.
MethoddeletedPriceEnablers
Description

The callback for notification of deleted price enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpriceEnablerIds the Ids of the deleted PriceEnablers
Compliancemandatory This method must be implemented.