Uses of Class
com.silverpeas.notification.delayed.model.DelayedNotificationUserSetting

Packages that use DelayedNotificationUserSetting
com.silverpeas.notification.delayed   
com.silverpeas.notification.delayed.delegate   
com.silverpeas.notification.delayed.model   
com.silverpeas.notification.delayed.repository   
 

Uses of DelayedNotificationUserSetting in com.silverpeas.notification.delayed
 

Methods in com.silverpeas.notification.delayed that return DelayedNotificationUserSetting
 DelayedNotificationUserSetting DelayedNotificationManager.getDelayedNotificationUserSetting(int id)
           
 DelayedNotificationUserSetting DelayedNotification.getDelayedNotificationUserSetting(int id)
           
 DelayedNotificationUserSetting DelayedNotificationManager.getDelayedNotificationUserSettingByUserIdAndChannel(int userId, NotifChannel channel)
           
 DelayedNotificationUserSetting DelayedNotification.getDelayedNotificationUserSettingByUserIdAndChannel(int userId, NotifChannel channel)
           
 DelayedNotificationUserSetting DelayedNotificationManager.saveDelayedNotificationUserSetting(int userId, NotifChannel channel, DelayedNotificationFrequency frequency)
           
 DelayedNotificationUserSetting DelayedNotification.saveDelayedNotificationUserSetting(int userId, NotifChannel channel, DelayedNotificationFrequency frequency)
           
 

Methods in com.silverpeas.notification.delayed that return types with arguments of type DelayedNotificationUserSetting
 List<DelayedNotificationUserSetting> DelayedNotificationManager.findDelayedNotificationUserSettingByUserId(int userId)
           
 List<DelayedNotificationUserSetting> DelayedNotification.findDelayedNotificationUserSettingByUserId(int userId)
           
 

Methods in com.silverpeas.notification.delayed with parameters of type DelayedNotificationUserSetting
 void DelayedNotificationManager.deleteDelayedNotificationUserSetting(DelayedNotificationUserSetting delayedNotificationUserSetting)
           
 void DelayedNotification.deleteDelayedNotificationUserSetting(DelayedNotificationUserSetting delayedNotificationUserSetting)
           
 

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

Methods in com.silverpeas.notification.delayed.delegate that return DelayedNotificationUserSetting
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
 

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

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

Methods in com.silverpeas.notification.delayed.model with parameters of type DelayedNotificationUserSetting
 void DelayedNotificationData.setDelayedNotificationUserSetting(DelayedNotificationUserSetting delayedNotificationUserSetting)
           
 

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

Methods in com.silverpeas.notification.delayed.repository that return types with arguments of type DelayedNotificationUserSetting
 List<DelayedNotificationUserSetting> DelayedNotificationUserSettingRepository.findByUserId(int userId)
           
 List<DelayedNotificationUserSetting> DelayedNotificationUserSettingRepository.findByUserIdAndChannel(int userId, int channel)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.