Package net.atthegate.server.service
Class NotificationUserService
java.lang.Object
net.atthegate.server.service.NotificationUserService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static NotificationUser
static void
updateIncidentEmailNotify
(String uid, boolean value) static void
updateIncidentNotify
(String uid, boolean value) static void
static void
updateNotificationUserTokens
(String uid, Map<String, String> tokens) static void
updateVisitorsNotifyOnEntrance
(String uid, boolean visitorsNotifyOnEntrance) static void
updateVisitorsNotifyOnExit
(String uid, boolean visitorsNotifyOnExit)
-
Constructor Details
-
NotificationUserService
public NotificationUserService()
-
-
Method Details
-
getNotificationUser
-
createNotificationUser
-
updateNotificationUserTokens
-
updateVisitorsNotifyOnEntrance
-
updateVisitorsNotifyOnExit
-
updateIncidentNotify
-
updateIncidentEmailNotify
-
updateLastInteractionDate
-