|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.silverpeas.notificationManager.NotificationManagerSettings
public class NotificationManagerSettings
Centralizing the access to the settings associated to the management of notifications.
Constructor Summary | |
---|---|
NotificationManagerSettings()
|
Method Summary | |
---|---|
static String |
getCronOfDelayedNotificationSending()
Gets the cron configuration of the delayed notification sending. |
static List<Integer> |
getDefaultChannels()
Gets the addresses as default notification channels. |
static DelayedNotificationFrequency |
getDefaultDelayedNotificationFrequency()
Gets the default delayed notification frequency of the server. |
static Set<DelayedNotificationFrequency> |
getDelayedNotificationFrequencyChoiceList()
The ordered frequency choice set associated to the delayed notification mechanism. |
static int |
getReceiverThresholdAfterThatReplaceUserNameListByGroupName()
Gets the receiver threshold after that the user list is replaced by the group name into which the user is associated. |
static int |
getUserManualNotificationRecipientLimit()
Gets the maximum number of recipient for manual user notification. |
static boolean |
isDisplayingReceiversInNotificationMessageEnabled()
Indicates if the feature of displaying receivers in the notification message is enabled. |
static boolean |
isDisplayingUserNameListInsteadOfGroupEnabled()
Indicates if group name must be displayed instead of user names of group. |
static boolean |
isMultiChannelNotificationEnabled()
Indicates if the multi channel for user notification is enabled. |
static boolean |
isRemoveSenderFromSubscriptionNotificationReceiversEnabled()
Indicates if the sender must be removed from the list of receivers of a subscription notification. |
static boolean |
isSubscriptionNotificationConfirmationEnabled()
Indicates if the the confirmation of subscription notification is enabled. |
static boolean |
isUserManualNotificationRecipientLimitEnabled()
Indicates if the limitation of maximum number of recipient is enabled. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotificationManagerSettings()
Method Detail |
---|
public static DelayedNotificationFrequency getDefaultDelayedNotificationFrequency()
public static Set<DelayedNotificationFrequency> getDelayedNotificationFrequencyChoiceList()
public static boolean isUserManualNotificationRecipientLimitEnabled()
public static int getUserManualNotificationRecipientLimit()
public static int getReceiverThresholdAfterThatReplaceUserNameListByGroupName()
public static boolean isDisplayingUserNameListInsteadOfGroupEnabled()
public static boolean isDisplayingReceiversInNotificationMessageEnabled()
public static String getCronOfDelayedNotificationSending()
public static boolean isMultiChannelNotificationEnabled()
public static List<Integer> getDefaultChannels()
public static boolean isRemoveSenderFromSubscriptionNotificationReceiversEnabled()
public static boolean isSubscriptionNotificationConfirmationEnabled()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |