Interface NotificationReadPlatformService

All Known Implementing Classes:
NotificationReadPlatformServiceImpl

public interface NotificationReadPlatformService
  • Method Details

    • hasUnreadNotifications

      boolean hasUnreadNotifications(Long appUserId)
    • getAllUnreadNotifications

      org.apache.fineract.infrastructure.core.service.Page<NotificationData> getAllUnreadNotifications(org.apache.fineract.infrastructure.core.service.SearchParameters searchParameters)
    • getAllNotifications

      org.apache.fineract.infrastructure.core.service.Page<NotificationData> getAllNotifications(org.apache.fineract.infrastructure.core.service.SearchParameters searchParameters)
    • updateNotificationReadStatus

      void updateNotificationReadStatus()