Class NotificationReadPlatformServiceImpl
java.lang.Object
org.apache.fineract.notification.service.NotificationReadPlatformServiceImpl
- All Implemented Interfaces:
NotificationReadPlatformService
public class NotificationReadPlatformServiceImpl
extends Object
implements NotificationReadPlatformService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.service.Page<NotificationData> getAllNotifications(org.apache.fineract.infrastructure.core.service.SearchParameters searchParameters) org.apache.fineract.infrastructure.core.service.Page<NotificationData> getAllUnreadNotifications(org.apache.fineract.infrastructure.core.service.SearchParameters searchParameters) booleanhasUnreadNotifications(Long appUserId) void
-
Constructor Details
-
NotificationReadPlatformServiceImpl
public NotificationReadPlatformServiceImpl()
-
-
Method Details
-
hasUnreadNotifications
- Specified by:
hasUnreadNotificationsin interfaceNotificationReadPlatformService
-
updateNotificationReadStatus
public void updateNotificationReadStatus()- Specified by:
updateNotificationReadStatusin interfaceNotificationReadPlatformService
-
getAllUnreadNotifications
public org.apache.fineract.infrastructure.core.service.Page<NotificationData> getAllUnreadNotifications(org.apache.fineract.infrastructure.core.service.SearchParameters searchParameters) - Specified by:
getAllUnreadNotificationsin interfaceNotificationReadPlatformService
-
getAllNotifications
public org.apache.fineract.infrastructure.core.service.Page<NotificationData> getAllNotifications(org.apache.fineract.infrastructure.core.service.SearchParameters searchParameters) - Specified by:
getAllNotificationsin interfaceNotificationReadPlatformService
-