Class UserNotificationSettings

java.lang.Object
io.meeds.social.notification.rest.model.UserNotificationSettings

public class UserNotificationSettings extends Object
  • Constructor Details

  • Method Details

    • getGroups

      public List<org.exoplatform.commons.api.notification.model.GroupProvider> getGroups()
    • setGroups

      public void setGroups(List<org.exoplatform.commons.api.notification.model.GroupProvider> groups)
    • getChannelLabels

      public Map<String,String> getChannelLabels()
    • setChannelLabels

      public void setChannelLabels(Map<String,String> channelLabels)
    • getChannelDescriptions

      public Map<String,String> getChannelDescriptions()
    • setChannelDescriptions

      public void setChannelDescriptions(Map<String,String> channelDescriptions)
    • getDigestLabels

      public Map<String,String> getDigestLabels()
    • setDigestLabels

      public void setDigestLabels(Map<String,String> digestLabels)
    • getDigestDescriptions

      public Map<String,String> getDigestDescriptions()
    • setDigestDescriptions

      public void setDigestDescriptions(Map<String,String> digestDescriptions)
    • isHasActivePlugin

      public boolean isHasActivePlugin()
    • setHasActivePlugin

      public void setHasActivePlugin(boolean hasActivePlugin)
    • getEmailDigestChoices

      public List<EmailDigestChoice> getEmailDigestChoices()
    • setEmailDigestChoices

      public void setEmailDigestChoices(List<EmailDigestChoice> emailDigestChoices)
    • getGroupsLabels

      public Map<String,String> getGroupsLabels()
    • setGroupsLabels

      public void setGroupsLabels(Map<String,String> groupsLabels)
    • getPluginLabels

      public Map<String,String> getPluginLabels()
    • setPluginLabels

      public void setPluginLabels(Map<String,String> pluginLabels)
    • getChannelCheckBoxList

      public List<ChannelActivationChoice> getChannelCheckBoxList()
    • setChannelCheckBoxList

      public void setChannelCheckBoxList(List<ChannelActivationChoice> channelCheckBoxList)
    • getChannelStatus

      public Map<String,Boolean> getChannelStatus()
    • setChannelStatus

      public void setChannelStatus(Map<String,Boolean> channelStatus)
    • getChannels

      public List<String> getChannels()
    • setChannels

      public void setChannels(List<String> channels)
    • getEmailChannel

      public String getEmailChannel()
    • setEmailChannel

      public void setEmailChannel(String emailChannel)
    • getMutedSpaces

      public List<Long> getMutedSpaces()
    • setMutedSpaces

      public void setMutedSpaces(List<Long> mutedSpaces)
    • getChannelDefaultValue

      public Map<String,Boolean> getChannelDefaultValue()
    • setChannelDefaultValue

      public void setChannelDefaultValue(Map<String,Boolean> channelDefaultValue)