com.silverpeas.notification.delayed.repository
Class DelayedNotificationRepositoryImpl
java.lang.Object
com.silverpeas.notification.delayed.repository.DelayedNotificationRepositoryImpl
- All Implemented Interfaces:
- DelayedNotificationRepositoryCustom
public class DelayedNotificationRepositoryImpl
- extends Object
- implements DelayedNotificationRepositoryCustom
- Author:
- Yohann Chastagnier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelayedNotificationRepositoryImpl
public DelayedNotificationRepositoryImpl()
findUsersToBeNotified
public List<Integer> findUsersToBeNotified(Set<NotifChannel> aimedChannels,
Set<DelayedNotificationFrequency> aimedFrequencies,
boolean isThatUsersWithNoSettingHaveToBeNotified)
- Specified by:
findUsersToBeNotified
in interface DelayedNotificationRepositoryCustom
findDelayedNotification
public List<DelayedNotificationData> findDelayedNotification(DelayedNotificationData delayedNotification)
- Specified by:
findDelayedNotification
in interface DelayedNotificationRepositoryCustom
Copyright © 2016 Silverpeas. All Rights Reserved.