Class GroupProvider
- java.lang.Object
-
- org.exoplatform.commons.api.notification.model.GroupProvider
-
public class GroupProvider extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static List<String>defaultGroupIds
-
Constructor Summary
Constructors Constructor Description GroupProvider(String groupId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPluginInfo(PluginInfo pluginInfo)StringgetGroupId()intgetOrder()List<PluginInfo>getPluginInfos()StringgetResourceBundleKey()voidsetGroupId(String groupId)voidsetOrder(int order)voidsetPluginInfos(List<PluginInfo> pluginInfos)voidsetResourceBundleKey(String resourceBundleKey)
-
-
-
Constructor Detail
-
GroupProvider
public GroupProvider(String groupId)
-
-
Method Detail
-
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
-
-