|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DelayedNotificationFrequency in com.silverpeas.notification.delayed |
---|
Methods in com.silverpeas.notification.delayed that return DelayedNotificationFrequency | |
---|---|
DelayedNotificationFrequency |
DelayedNotificationManager.getDefaultDelayedNotificationFrequency()
|
DelayedNotificationFrequency |
DelayedNotification.getDefaultDelayedNotificationFrequency()
Gets the default frequency from the file of notification manager settings. |
DelayedNotificationFrequency |
DelayedNotificationManager.getUserFrequency(Integer userId,
NotifChannel channel)
|
DelayedNotificationFrequency |
DelayedNotification.getUserFrequency(Integer userId,
NotifChannel channel)
Gets the user notification frequency |
Methods in com.silverpeas.notification.delayed that return types with arguments of type DelayedNotificationFrequency | |
---|---|
Set<DelayedNotificationFrequency> |
DelayedNotificationManager.getPossibleFrequencies()
|
Set<DelayedNotificationFrequency> |
DelayedNotification.getPossibleFrequencies()
Gets the possible frequencies. |
Methods in com.silverpeas.notification.delayed with parameters of type DelayedNotificationFrequency | |
---|---|
List<Integer> |
DelayedNotificationManager.findUsersToBeNotified(Date date,
Set<NotifChannel> aimedChannels,
DelayedNotificationFrequency defaultDelayedNotificationFrequency)
|
List<Integer> |
DelayedNotification.findUsersToBeNotified(Date date,
Set<NotifChannel> aimedChannels,
DelayedNotificationFrequency defaultDelayedNotificationFrequency)
|
DelayedNotificationUserSetting |
DelayedNotificationManager.saveDelayedNotificationUserSetting(int userId,
NotifChannel channel,
DelayedNotificationFrequency frequency)
|
DelayedNotificationUserSetting |
DelayedNotification.saveDelayedNotificationUserSetting(int userId,
NotifChannel channel,
DelayedNotificationFrequency frequency)
|
Uses of DelayedNotificationFrequency in com.silverpeas.notification.delayed.constant |
---|
Methods in com.silverpeas.notification.delayed.constant that return DelayedNotificationFrequency | |
---|---|
static DelayedNotificationFrequency |
DelayedNotificationFrequency.decode(String code)
|
static DelayedNotificationFrequency |
DelayedNotificationFrequency.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DelayedNotificationFrequency[] |
DelayedNotificationFrequency.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Method parameters in com.silverpeas.notification.delayed.constant with type arguments of type DelayedNotificationFrequency | |
---|---|
static Collection<String> |
DelayedNotificationFrequency.toCodes(Collection<DelayedNotificationFrequency> delayedNotificationFrequencies)
Transforming the given collection into a collection of simple type |
Uses of DelayedNotificationFrequency in com.silverpeas.notification.delayed.delegate |
---|
Methods in com.silverpeas.notification.delayed.delegate with parameters of type DelayedNotificationFrequency | |
---|---|
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 DelayedNotificationFrequency in com.silverpeas.notification.delayed.model |
---|
Methods in com.silverpeas.notification.delayed.model that return DelayedNotificationFrequency | |
---|---|
DelayedNotificationFrequency |
DelayedNotificationUserSetting.getFrequency()
|
Methods in com.silverpeas.notification.delayed.model with parameters of type DelayedNotificationFrequency | |
---|---|
void |
DelayedNotificationUserSetting.setFrequency(DelayedNotificationFrequency frequency)
|
Constructors in com.silverpeas.notification.delayed.model with parameters of type DelayedNotificationFrequency | |
---|---|
DelayedNotificationUserSetting(int userId,
NotifChannel channelId,
DelayedNotificationFrequency frequency)
Default constructor |
Uses of DelayedNotificationFrequency in com.silverpeas.notification.delayed.repository |
---|
Method parameters in com.silverpeas.notification.delayed.repository with type arguments of type DelayedNotificationFrequency | |
---|---|
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 DelayedNotificationFrequency in com.silverpeas.notification.delayed.synthese |
---|
Methods in com.silverpeas.notification.delayed.synthese that return DelayedNotificationFrequency | |
---|---|
DelayedNotificationFrequency |
DelayedNotificationSyntheseData.getFrequency()
|
Methods in com.silverpeas.notification.delayed.synthese with parameters of type DelayedNotificationFrequency | |
---|---|
void |
DelayedNotificationSyntheseData.setFrequency(DelayedNotificationFrequency frequency)
|
Uses of DelayedNotificationFrequency in com.stratelia.silverpeas.notificationManager |
---|
Methods in com.stratelia.silverpeas.notificationManager that return DelayedNotificationFrequency | |
---|---|
static DelayedNotificationFrequency |
NotificationManagerSettings.getDefaultDelayedNotificationFrequency()
Gets the default delayed notification frequency of the server. |
Methods in com.stratelia.silverpeas.notificationManager that return types with arguments of type DelayedNotificationFrequency | |
---|---|
static Set<DelayedNotificationFrequency> |
NotificationManagerSettings.getDelayedNotificationFrequencyChoiceList()
The ordered frequency choice set associated to the delayed notification mechanism. |
Uses of DelayedNotificationFrequency in com.stratelia.silverpeas.personalizationPeas.bean |
---|
Methods in com.stratelia.silverpeas.personalizationPeas.bean that return DelayedNotificationFrequency | |
---|---|
DelayedNotificationFrequency |
DelayedNotificationBean.getDefaultFrequency()
|
Methods in com.stratelia.silverpeas.personalizationPeas.bean that return types with arguments of type DelayedNotificationFrequency | |
---|---|
Set<DelayedNotificationFrequency> |
DelayedNotificationBean.getFrequencies()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |