Uses of Class
es.kukenan.smartfi.microservice.communication.service.domain.NotificationUpdate
Packages that use NotificationUpdate
Package
Description
Services and related beans and dependencies.
-
Uses of NotificationUpdate in es.kukenan.smartfi.microservice.communication.service
Methods in es.kukenan.smartfi.microservice.communication.service with parameters of type NotificationUpdateModifier and TypeMethodDescriptionprivate voidNotificationStatusChangeService.applyChangesToNotificationEntity(NotificationUpdate notificationUpdate, Notification notificationEntity) Updates the given notification entity by applying the changes in the given update.private voidNotificationStatusChangeService.updateExternalNotification(NotificationUpdate notificationUpdate) Update an external notification (without id) database entity from a notification update event data.private voidNotificationStatusChangeService.updateInternalNotification(NotificationUpdate notificationUpdate) Update an external notification (with id) database entity from a notification update event data.voidNotificationStatusChangeService.updateNotification(NotificationUpdate notificationUpdate) Update the information persisted about a notification from a received notification update.