Uses of Class
com.skava.model.datatransferobjects.Notification
Packages that use Notification
Package
Description
Notification Helper classes
Notification request models.
Notification response models.
Notification Strategy service definitions.
Notification Strategy service Implementations.
Notification Controller classes.
-
Uses of Notification in com.skava.helper
Methods in com.skava.helper with parameters of type NotificationModifier and TypeMethodDescriptionstatic void
SendNotificationUtil.notifyUsingNotificationProcessorName
(Notification notificationInfo, ActionEntity actionEntity, CollectionPropertyEntity collectionPropertyEntity, org.springframework.context.MessageSource messageSource, org.springframework.web.client.RestTemplate restTemplateComponent, AppCommonServices appCommonServices) notifyUsingNotificationProcessorName - Executes a particular class according to the value given in the collection property. -
Uses of Notification in com.skava.model.requests
Fields in com.skava.model.requests declared as Notification -
Uses of Notification in com.skava.model.responses
Constructors in com.skava.model.responses with parameters of type NotificationModifierConstructorDescriptionNotificationResponse
(Notification notification) Instantiates a new notification response. -
Uses of Notification in com.skava.strategy
Methods in com.skava.strategy with parameters of type NotificationModifier and TypeMethodDescriptionvoid
NotifyStrategy.notify
(Notification notificationInfo, CollectionPropertyEntity collectionProperty, ActionEntity action, org.springframework.context.MessageSource messageSource) Notify -
Uses of Notification in com.skava.strategyimpl
Methods in com.skava.strategyimpl with parameters of type NotificationModifier and TypeMethodDescriptionvoid
DefaultEmailNotificationStrategyImpl.notify
(Notification notificationInfo, CollectionPropertyEntity collectionProperty, ActionEntity action, org.springframework.context.MessageSource messageSource) Send grid mail.void
DefaultSmsNotificationStrategyImpl.notify
(Notification notificationInfo, CollectionPropertyEntity collectionProperty, ActionEntity action, org.springframework.context.MessageSource messageSource) Send grid mail. -
Uses of Notification in com.skava.web
Methods in com.skava.web that return types with arguments of type NotificationModifier 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.