Uses of Class
com.skava.model.datatransferobjects.CreateSendNotification
Packages that use CreateSendNotification
Package
Description
Notification request models.
Notification Controller classes.
-
Uses of CreateSendNotification in com.skava.model.requests
Fields in com.skava.model.requests declared as CreateSendNotification -
Uses of CreateSendNotification in com.skava.web
Methods in com.skava.web with parameters of type CreateSendNotificationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Notification>
NotificationController.sendNotification
(String xAuthToken, long collectionId, String xVersion, String locale, long storeId, CreateSendNotification request) This service is used to trigger the emails or sms based on the collection id, request object and event names.