Class UserNotificationServiceImpl
java.lang.Object
org.apache.fineract.notification.service.UserNotificationServiceImpl
- All Implemented Interfaces:
UserNotificationService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasUnreadUserNotifications(Long appUserId) voidnotifyUsers(String permission, String objectType, Long objectIdentifier, String notificationContent, String eventType, Long appUserId, Long officeId) voidnotifyUsers(NotificationData notificationData)
-
Constructor Details
-
UserNotificationServiceImpl
public UserNotificationServiceImpl()
-
-
Method Details
-
notifyUsers
public void notifyUsers(String permission, String objectType, Long objectIdentifier, String notificationContent, String eventType, Long appUserId, Long officeId) - Specified by:
notifyUsersin interfaceUserNotificationService
-
hasUnreadUserNotifications
- Specified by:
hasUnreadUserNotificationsin interfaceUserNotificationService
-
notifyUsers
- Specified by:
notifyUsersin interfaceUserNotificationService
-