com.silverpeas.notification.delayed.repository
Class DelayedNotificationRepositoryImpl

java.lang.Object
  extended by com.silverpeas.notification.delayed.repository.DelayedNotificationRepositoryImpl
All Implemented Interfaces:
DelayedNotificationRepositoryCustom

public class DelayedNotificationRepositoryImpl
extends Object
implements DelayedNotificationRepositoryCustom

Author:
Yohann Chastagnier

Constructor Summary
DelayedNotificationRepositoryImpl()
           
 
Method Summary
 List<DelayedNotificationData> findDelayedNotification(DelayedNotificationData delayedNotification)
           
 List<Integer> findUsersToBeNotified(Set<NotifChannel> aimedChannels, Set<DelayedNotificationFrequency> aimedFrequencies, boolean isThatUsersWithNoSettingHaveToBeNotified)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelayedNotificationRepositoryImpl

public DelayedNotificationRepositoryImpl()
Method Detail

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.