OSID Logo
OSID Specifications
ordering package
Version 3.1.0
Interfaceosid.ordering.PriceScheduleReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewPriceSchedules
Description

The callback for notifications of new price schedules.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpriceScheduleIds the Ids of the new PriceSchedules
Compliancemandatory This method must be implemented.
MethodchangedPriceSchedules
Description

The callback for notification of updated price schedules or changed prices.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpriceScheduleIds the Ids of the updated PriceSchedules
Compliancemandatory This method must be implemented.
MethoddeletedPriceSchedules
Description

the callback for notification of deleted price schedule.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpriceScheduleIds the Ids of the registered PriceSchedules
Compliancemandatory This method must be implemented.