Uses of Class
org.exoplatform.commons.api.notification.model.GroupProvider
-
Packages that use GroupProvider Package Description org.exoplatform.commons.api.notification.rest.model org.exoplatform.commons.api.notification.service.setting -
-
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 GroupProvider Modifier and Type Method Description List<GroupProvider>UserNotificationSettings. getGroups()Method parameters in org.exoplatform.commons.api.notification.rest.model with type arguments of type GroupProvider Modifier and Type Method Description voidUserNotificationSettings. setGroups(List<GroupProvider> groups)Constructor parameters in org.exoplatform.commons.api.notification.rest.model with type arguments of type GroupProvider Constructor Description UserNotificationSettings(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 GroupProvider Modifier and Type Method Description List<GroupProvider>PluginSettingService. getGroupPlugins()Gets a list of groups containing plugins.
-