Uses of Class
com.stratelia.silverpeas.notificationManager.constant.NotifChannel

Packages that use NotifChannel
com.silverpeas.notification.delayed   
com.silverpeas.notification.delayed.delegate   
com.silverpeas.notification.delayed.model   
com.silverpeas.notification.delayed.repository   
com.stratelia.silverpeas.notificationManager.constant   
 

Uses of NotifChannel in com.silverpeas.notification.delayed
 

Methods in com.silverpeas.notification.delayed that return types with arguments of type NotifChannel
 Map<NotifChannel,List<DelayedNotificationData>> DelayedNotificationManager.findDelayedNotificationByUserIdGroupByChannel(int userId, Set<NotifChannel> aimedChannels)
           
 Map<NotifChannel,List<DelayedNotificationData>> DelayedNotification.findDelayedNotificationByUserIdGroupByChannel(int userId, Set<NotifChannel> aimedChannels)
           
 Set<NotifChannel> DelayedNotificationManager.getWiredChannels()
           
 Set<NotifChannel> DelayedNotification.getWiredChannels()
          For now, only the SMTP channel can be delayed (mail)
 

Methods in com.silverpeas.notification.delayed with parameters of type NotifChannel
 DelayedNotificationUserSetting DelayedNotificationManager.getDelayedNotificationUserSettingByUserIdAndChannel(int userId, NotifChannel channel)
           
 DelayedNotificationUserSetting DelayedNotification.getDelayedNotificationUserSettingByUserIdAndChannel(int userId, NotifChannel channel)
           
 DelayedNotificationFrequency DelayedNotificationManager.getUserFrequency(Integer userId, NotifChannel channel)
           
 DelayedNotificationFrequency DelayedNotification.getUserFrequency(Integer userId, NotifChannel channel)
          Gets the user notification frequency
 DelayedNotificationUserSetting DelayedNotificationManager.saveDelayedNotificationUserSetting(int userId, NotifChannel channel, DelayedNotificationFrequency frequency)
           
 DelayedNotificationUserSetting DelayedNotification.saveDelayedNotificationUserSetting(int userId, NotifChannel channel, DelayedNotificationFrequency frequency)
           
 

Method parameters in com.silverpeas.notification.delayed with type arguments of type NotifChannel
 List<Integer> DelayedNotificationManager.findAllUsersToBeNotified(Set<NotifChannel> aimedChannels)
           
 List<Integer> DelayedNotification.findAllUsersToBeNotified(Set<NotifChannel> aimedChannels)
           
 Map<NotifChannel,List<DelayedNotificationData>> DelayedNotificationManager.findDelayedNotificationByUserIdGroupByChannel(int userId, Set<NotifChannel> aimedChannels)
           
 Map<NotifChannel,List<DelayedNotificationData>> DelayedNotification.findDelayedNotificationByUserIdGroupByChannel(int userId, Set<NotifChannel> aimedChannels)
           
 List<Integer> DelayedNotificationManager.findUsersToBeNotified(Date date, Set<NotifChannel> aimedChannels, DelayedNotificationFrequency defaultDelayedNotificationFrequency)
           
 List<Integer> DelayedNotification.findUsersToBeNotified(Date date, Set<NotifChannel> aimedChannels, DelayedNotificationFrequency defaultDelayedNotificationFrequency)
           
 

Uses of NotifChannel in com.silverpeas.notification.delayed.delegate
 

Methods in com.silverpeas.notification.delayed.delegate with parameters of type NotifChannel
static DelayedNotificationUserSetting DelayedNotificationDelegate.executeUserSettingsUpdating(int userId, NotifChannel channel, DelayedNotificationFrequency frequency)
          When user settings change, if the new frequency is NONE then the delayed notifications saved have to be sent
 

Method parameters in com.silverpeas.notification.delayed.delegate with type arguments of type NotifChannel
static void DelayedNotificationDelegate.executeForceDelayedNotificationsSending(int userId, Set<NotifChannel> channels)
          Easy call of delayed notifications process.
static void DelayedNotificationDelegate.executeForceDelayedNotificationsSending(List<Integer> userIds, Set<NotifChannel> channels)
          Easy call of delayed notifications process.
protected  void DelayedNotificationDelegate.forceDelayedNotificationsSending(List<Integer> userIds, Set<NotifChannel> channels)
          Forces the sending of all the delayed notifications saved for given users and channels
protected  void DelayedNotificationDelegate.performDelayedNotificationsSending(Date date, Set<NotifChannel> channels)
          Handling the saved delayed notifications from a given date and given channels
 

Uses of NotifChannel in com.silverpeas.notification.delayed.model
 

Methods in com.silverpeas.notification.delayed.model that return NotifChannel
 NotifChannel DelayedNotificationUserSetting.getChannel()
           
 NotifChannel DelayedNotificationData.getChannel()
           
 

Methods in com.silverpeas.notification.delayed.model with parameters of type NotifChannel
 void DelayedNotificationUserSetting.setChannel(NotifChannel channelId)
           
 void DelayedNotificationData.setChannel(NotifChannel channel)
           
 

Constructors in com.silverpeas.notification.delayed.model with parameters of type NotifChannel
DelayedNotificationUserSetting(int userId, NotifChannel channelId, DelayedNotificationFrequency frequency)
          Default constructor
 

Uses of NotifChannel in com.silverpeas.notification.delayed.repository
 

Method parameters in com.silverpeas.notification.delayed.repository with type arguments of type NotifChannel
 List<Integer> DelayedNotificationRepositoryCustom.findUsersToBeNotified(Set<NotifChannel> aimedChannels, Set<DelayedNotificationFrequency> aimedFrequencies, boolean isThatUsersWithNoSettingHaveToBeNotified)
           
 List<Integer> DelayedNotificationRepositoryImpl.findUsersToBeNotified(Set<NotifChannel> aimedChannels, Set<DelayedNotificationFrequency> aimedFrequencies, boolean isThatUsersWithNoSettingHaveToBeNotified)
           
 

Uses of NotifChannel in com.stratelia.silverpeas.notificationManager.constant
 

Methods in com.stratelia.silverpeas.notificationManager.constant that return NotifChannel
static NotifChannel NotifChannel.decode(Integer id)
           
static NotifChannel NotifChannel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NotifChannel[] NotifChannel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Method parameters in com.stratelia.silverpeas.notificationManager.constant with type arguments of type NotifChannel
static Collection<Integer> NotifChannel.toIds(Collection<NotifChannel> notifChannels)
          Transforming the given collection into a collection of simple type
 



Copyright © 2016 Silverpeas. All Rights Reserved.