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

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

MethodnewStores
Description

The callback for notifications of new stores.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListstoreIds the Ids of the new Stores
Compliancemandatory This method must be implemented.
MethodchangedStores
Description

The callback for notification of updated stores.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListstoreIds the Ids of the updated Stores
Compliancemandatory This method must be implemented.
MethoddeletedStores
Description

the callback for notification of deleted stores.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListstoreIds the Ids of the registered Stores
Compliancemandatory This method must be implemented.
MethodchangedChildOfStores
Description

The callback for notifications of changes to children of store hierarchy nodes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListstoreIds the Ids of the Stores whose children have changed
Compliancemandatory This method must be implemented.