Interface NotificationReadPlatformService
- All Known Implementing Classes:
NotificationReadPlatformServiceImpl
public interface NotificationReadPlatformService
-
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
-
Method Details
-
hasUnreadNotifications
-
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()
-