Uses of Class
es.kukenan.smartfi.microservice.communication.repository.entity.Notification
Packages that use Notification
Package
Description
Services and related beans and dependencies.
Services and related beans and dependencies.
Services and related beans and dependencies.
Batch message processing related clases.
-
Uses of Notification in es.kukenan.smartfi.microservice.communication.repository
Methods in es.kukenan.smartfi.microservice.communication.repository that return types with arguments of type NotificationModifier and TypeMethodDescriptionNotificationsRepository.findOneByChannelAndProviderAndExternalId(Channel channel, Provider provider, String externalId) Find a notification by its external identifier.Methods in es.kukenan.smartfi.microservice.communication.repository with parameters of type NotificationModifier and TypeMethodDescriptionTemplatesRepository.findOneByNotification(Notification notification) Find the template used to send a certain notification (used in testing). -
Uses of Notification in es.kukenan.smartfi.microservice.communication.repository.entity
Fields in es.kukenan.smartfi.microservice.communication.repository.entity declared as NotificationModifier and TypeFieldDescriptionprivate NotificationBatchMessage.notificationThe notification sent for this message. -
Uses of Notification in es.kukenan.smartfi.microservice.communication.service
Methods in es.kukenan.smartfi.microservice.communication.service that return NotificationModifier and TypeMethodDescriptionprivate NotificationNotificationSenderService.handleNotificationResponse(NotificationResponse notificationResponse, Template template, NotificationRequest notificationRequest, NotificationSenderService.MessageContext messageContext) Handles a notification response (after sending a notification).private NotificationNotificationSenderService.handleNotificationSkippedDueUserDisabled(NotificationSenderService.MessageContext messageContext) private NotificationNotificationSenderService.handleNotificationSkippedDueWhiteList(NotificationRequest notificationRequest, NotificationSenderService.MessageContext messageContext) private NotificationNotificationSenderService.sendMessage(NotificationSenderService.MessageContext messageContext, es.kukenan.smartfi.events.common.AbstractEvent<?> event) Send a single message wrapped in the given context.private NotificationNotificationSenderService.sendMessageByChannel(NotificationSenderService.MessageContext messageContext, es.kukenan.smartfi.events.common.AbstractEvent<?> event) Process the message for defined receiver by channel.private NotificationNotificationSenderService.sendMessageForReceiver(NotificationSenderService.MessageContext messageContext, es.kukenan.smartfi.events.common.AbstractEvent<?> event) Process the message by receivers.private NotificationNotificationSenderService.sendNotification(NotificationRequest notificationRequest, NotificationSenderService.MessageContext messageContext, es.kukenan.smartfi.events.common.AbstractEvent<?> event) Mail method to send a single notification to its destination.NotificationSenderService.sendSingleMessage(MessagesRequest messagesRequest) Send a single message for a single user.Methods in es.kukenan.smartfi.microservice.communication.service with parameters of type NotificationModifier and TypeMethodDescriptionprivate voidNotificationStatusChangeService.applyChangesToNotificationEntity(NotificationUpdate notificationUpdate, Notification notificationEntity) Updates the given notification entity by applying the changes in the given update. -
Uses of Notification in es.kukenan.smartfi.microservice.communication.service.batch
Methods in es.kukenan.smartfi.microservice.communication.service.batch with parameters of type NotificationModifier and TypeMethodDescriptionprivate voidDataWareHouseBatchService.handleNotification(BatchMessage batchMessage, Notification notification) Handle the given notification generated by the given batch message.