com.silverpeas.notification.delayed.repository
Interface DelayedNotificationRepositoryCustom

All Known Subinterfaces:
DelayedNotificationRepository
All Known Implementing Classes:
DelayedNotificationRepositoryImpl

public interface DelayedNotificationRepositoryCustom

Author:
Yohann Chastagnier

Method Summary
 List<DelayedNotificationData> findDelayedNotification(DelayedNotificationData delayedNotification)
           
 List<Integer> findUsersToBeNotified(Set<NotifChannel> aimedChannels, Set<DelayedNotificationFrequency> aimedFrequencies, boolean isThatUsersWithNoSettingHaveToBeNotified)
           
 

Method Detail

findUsersToBeNotified

List<Integer> findUsersToBeNotified(Set<NotifChannel> aimedChannels,
                                    Set<DelayedNotificationFrequency> aimedFrequencies,
                                    boolean isThatUsersWithNoSettingHaveToBeNotified)

findDelayedNotification

List<DelayedNotificationData> findDelayedNotification(DelayedNotificationData delayedNotification)


Copyright © 2016 Silverpeas. All Rights Reserved.