Uses of Class
org.exoplatform.commons.api.notification.model.PluginKey
-
-
Uses of PluginKey in org.exoplatform.commons.api.notification
Methods in org.exoplatform.commons.api.notification with parameters of type PluginKey Modifier and Type Method Description NotificationCommandNotificationContext. makeCommand(PluginKey key)Makes the NotificationCommand by the NotificationKey -
Uses of PluginKey in org.exoplatform.commons.api.notification.channel
Methods in org.exoplatform.commons.api.notification.channel with parameters of type PluginKey Modifier and Type Method Description AbstractTemplateBuilderAbstractChannel. getTemplateBuilder(PluginKey key)Gets the template builder by the specified PluginKeyprotected abstract AbstractTemplateBuilderAbstractChannel. getTemplateBuilderInChannel(PluginKey key)StringAbstractChannel. getTemplateFilePath(PluginKey key)Gets the template by the specified pluginIdbooleanAbstractChannel. hasTemplateBuilder(PluginKey key)Has the template builder of the plugin and the channel -
Uses of PluginKey in org.exoplatform.commons.api.notification.channel.template
Fields in org.exoplatform.commons.api.notification.channel.template with type parameters of type PluginKey Modifier and Type Field Description protected Map<PluginKey,AbstractTemplateBuilder>TemplateProvider. templateBuildersprotected Map<PluginKey,String>TemplateProvider. templateFilePathsMethods in org.exoplatform.commons.api.notification.channel.template that return types with arguments of type PluginKey Modifier and Type Method Description Map<PluginKey,AbstractTemplateBuilder>TemplateProvider. getTemplateBuilder()Gets all of the template builder what assigned the channelMap<PluginKey,String>TemplateProvider. getTemplateFilePathConfigs()Gets all of the template files -
Uses of PluginKey in org.exoplatform.commons.api.notification.command
Methods in org.exoplatform.commons.api.notification.command that return PluginKey Modifier and Type Method Description PluginKeyNotificationCommand. getNotificationKey()Gets a notification key associated with the notification command. -
Uses of PluginKey in org.exoplatform.commons.api.notification.model
Methods in org.exoplatform.commons.api.notification.model that return PluginKey Modifier and Type Method Description PluginKeyNotificationInfo. getKey()PluginKeyWebNotificationFilter. getPluginKey()static PluginKeyPluginKey. key(String id)static PluginKeyPluginKey. key(BaseNotificationPlugin plugin)Methods in org.exoplatform.commons.api.notification.model with parameters of type PluginKey Modifier and Type Method Description NotificationInfoNotificationInfo. key(PluginKey key)WebNotificationFilterWebNotificationFilter. setPluginKey(PluginKey pluginKey) -
Uses of PluginKey in org.exoplatform.commons.api.notification.plugin
Methods in org.exoplatform.commons.api.notification.plugin that return PluginKey Modifier and Type Method Description PluginKeyAbstractNotificationPlugin. getKey()Creates the key for NotificationPluginPluginKeyBaseNotificationPlugin. getKey()Creates the key for NotificationPlugin -
Uses of PluginKey in org.exoplatform.commons.api.notification.service.setting
Methods in org.exoplatform.commons.api.notification.service.setting that return types with arguments of type PluginKey Modifier and Type Method Description List<PluginKey>PluginContainer. getChildPluginKeys(PluginKey parentKey)Gets all children plugin keys in pluginMethods in org.exoplatform.commons.api.notification.service.setting with parameters of type PluginKey Modifier and Type Method Description List<PluginKey>PluginContainer. getChildPluginKeys(PluginKey parentKey)Gets all children plugin keys in pluginBaseNotificationPluginPluginContainer. getPlugin(PluginKey key)Gets plugin by NotificationKeybooleanPluginContainer. remove(PluginKey key)Removes plugin in Container -
Uses of PluginKey in org.exoplatform.commons.api.notification.service.storage
Methods in org.exoplatform.commons.api.notification.service.storage that return types with arguments of type PluginKey Modifier and Type Method Description Map<PluginKey,List<NotificationInfo>>MailNotificationStorage. getByUser(NotificationContext context, UserSetting userSetting)Gets information of all notifications of a user. -
Uses of PluginKey in org.exoplatform.commons.api.notification.service.template
Method parameters in org.exoplatform.commons.api.notification.service.template with type arguments of type PluginKey Modifier and Type Method Description MessageInfoDigestorService. buildMessage(NotificationContext context, Map<PluginKey,List<NotificationInfo>> notificationData, UserSetting userSetting)Builds information of a message from a list of notification messages.
-