Class NotificationWritePlatformServiceImpl
java.lang.Object
org.apache.fineract.notification.service.NotificationWritePlatformServiceImpl
- All Implemented Interfaces:
NotificationWritePlatformService
@Transactional
public class NotificationWritePlatformServiceImpl
extends Object
implements NotificationWritePlatformService
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NotificationWritePlatformServiceImpl
public NotificationWritePlatformServiceImpl()
-
-
Method Details
-
notify
public Long notify(Collection<Long> userIds, String objectType, Long objectId, String action, Long actorId, String notificationContent, boolean isSystemGenerated) - Specified by:
notifyin interfaceNotificationWritePlatformService
-