Class UserNotificationSettings
- java.lang.Object
-
- org.exoplatform.commons.api.notification.rest.model.UserNotificationSettings
-
public class UserNotificationSettings extends Object
-
-
Constructor Summary
Constructors Constructor Description UserNotificationSettings(List<GroupProvider> groups, Map<String,String> groupsLabels, Map<String,String> pluginLabels, Map<String,String> channelLabels, Map<String,String> channelDescriptions, Map<String,String> digestLabels, Map<String,String> digestDescriptions, boolean hasActivePlugin, List<EmailDigestChoice> emailDigestChoices, List<ChannelActivationChoice> channelCheckBoxList, Map<String,Boolean> channelStatus, List<String> channels)
-
Method Summary
-
-
-
Constructor Detail
-
UserNotificationSettings
public UserNotificationSettings(List<GroupProvider> groups, Map<String,String> groupsLabels, Map<String,String> pluginLabels, Map<String,String> channelLabels, Map<String,String> channelDescriptions, Map<String,String> digestLabels, Map<String,String> digestDescriptions, boolean hasActivePlugin, List<EmailDigestChoice> emailDigestChoices, List<ChannelActivationChoice> channelCheckBoxList, Map<String,Boolean> channelStatus, List<String> channels)
-
-
Method Detail
-
getGroups
public List<GroupProvider> getGroups()
-
setGroups
public void setGroups(List<GroupProvider> groups)
-
isHasActivePlugin
public boolean isHasActivePlugin()
-
setHasActivePlugin
public void setHasActivePlugin(boolean hasActivePlugin)
-
getEmailDigestChoices
public List<EmailDigestChoice> getEmailDigestChoices()
-
setEmailDigestChoices
public void setEmailDigestChoices(List<EmailDigestChoice> emailDigestChoices)
-
getChannelCheckBoxList
public List<ChannelActivationChoice> getChannelCheckBoxList()
-
setChannelCheckBoxList
public void setChannelCheckBoxList(List<ChannelActivationChoice> channelCheckBoxList)
-
getEmailChannel
public String getEmailChannel()
-
setEmailChannel
public void setEmailChannel(String emailChannel)
-
-