Class GroupProvider
java.lang.Object
org.exoplatform.commons.api.notification.model.GroupProvider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPluginInfo(PluginInfo pluginInfo) intgetOrder()voidsetGroupId(String groupId) voidsetOrder(int order) voidsetPluginInfos(List<PluginInfo> pluginInfos) voidsetResourceBundleKey(String resourceBundleKey)
-
Field Details
-
defaultGroupIds
-
-
Constructor Details
-
GroupProvider
-
-
Method Details
-
getGroupId
- Returns:
- the groupId
-
setGroupId
- Parameters:
groupId- the groupId to set
-
getResourceBundleKey
- Returns:
- the resourceBundleKey
-
setResourceBundleKey
- 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
- Returns:
- the pluginInfos
-
setPluginInfos
- Parameters:
pluginInfos- the pluginInfos to set
-
addPluginInfo
- Parameters:
pluginInfo- the pluginInfo to add
-