Class GroupProvider

java.lang.Object
org.exoplatform.commons.api.notification.model.GroupProvider

public class GroupProvider extends Object
  • Constructor Details

    • GroupProvider

      public GroupProvider(String groupId)
  • Method Details

    • getGroupId

      public String getGroupId()
      Returns:
      the groupId
    • setGroupId

      public void setGroupId(String groupId)
      Parameters:
      groupId - the groupId to set
    • getResourceBundleKey

      public String getResourceBundleKey()
      Returns:
      the resourceBundleKey
    • setResourceBundleKey

      public void setResourceBundleKey(String resourceBundleKey)
      Parameters:
      resourceBundleKey - the resourceBundleKey to set
    • getOrder

      public int getOrder()
      Returns:
      the order
    • setOrder

      public void setOrder(int order)
      Parameters:
      order - the order to set
    • getPluginInfos

      public List<PluginInfo> getPluginInfos()
      Returns:
      the pluginInfos
    • setPluginInfos

      public void setPluginInfos(List<PluginInfo> pluginInfos)
      Parameters:
      pluginInfos - the pluginInfos to set
    • addPluginInfo

      public void addPluginInfo(PluginInfo pluginInfo)
      Parameters:
      pluginInfo - the pluginInfo to add