Interface UserNotificationService

All Known Implementing Classes:
UserNotificationServiceImpl

public interface UserNotificationService
  • Method Details

    • notifyUsers

      void notifyUsers(String permission, String objectType, Long objectIdentifier, String notificationContent, String eventType, Long appUserId, Long officeId)
    • hasUnreadUserNotifications

      boolean hasUnreadUserNotifications(Long appUserId)
    • notifyUsers

      void notifyUsers(NotificationData notificationData)