Interface StoreReceiver
- All Superinterfaces:
OsidReceiver
The store receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Store objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedChildOfStores(Id notificationId, IdList storeIds) The callback for notifications of changes to children of store hierarchy nodes.voidchangedStores(Id notificationId, IdList storeIds) The callback for notification of updated stores.voiddeletedStores(Id notificationId, IdList storeIds) the callback for notification of deleted stores.voidThe callback for notifications of new stores.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newStores
-
changedStores
-
deletedStores
-
changedChildOfStores
The callback for notifications of changes to children of store hierarchy nodes.- Parameters:
notificationId- the notificationIdstoreIds- theIdsof theStoreswhose children have changed- Compliance:
mandatory- This method must be implemented.
-