Uses of Class
org.exoplatform.commons.api.notification.model.GroupProvider
Packages that use GroupProvider
Package
Description
-
Uses of GroupProvider in org.exoplatform.commons.api.notification.rest.model
Methods in org.exoplatform.commons.api.notification.rest.model that return types with arguments of type GroupProviderMethod parameters in org.exoplatform.commons.api.notification.rest.model with type arguments of type GroupProviderModifier and TypeMethodDescriptionvoidUserNotificationSettings.setGroups(List<GroupProvider> groups) Constructor parameters in org.exoplatform.commons.api.notification.rest.model with type arguments of type GroupProviderModifierConstructorDescriptionUserNotificationSettings(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) -
Uses of GroupProvider in org.exoplatform.commons.api.notification.service.setting
Methods in org.exoplatform.commons.api.notification.service.setting that return types with arguments of type GroupProviderModifier and TypeMethodDescriptionPluginSettingService.getGroupPlugins()Gets a list of groups containing plugins.