com.silverpeas.notification.delayed.repository
Interface DelayedNotificationRepositoryCustom
- All Known Subinterfaces:
- DelayedNotificationRepository
- All Known Implementing Classes:
- DelayedNotificationRepositoryImpl
public interface DelayedNotificationRepositoryCustom
- Author:
- Yohann Chastagnier
findUsersToBeNotified
List<Integer> findUsersToBeNotified(Set<NotifChannel> aimedChannels,
Set<DelayedNotificationFrequency> aimedFrequencies,
boolean isThatUsersWithNoSettingHaveToBeNotified)
findDelayedNotification
List<DelayedNotificationData> findDelayedNotification(DelayedNotificationData delayedNotification)
Copyright © 2016 Silverpeas. All Rights Reserved.