Uses of Class
org.exoplatform.commons.api.notification.channel.template.AbstractTemplateBuilder
-
Packages that use AbstractTemplateBuilder Package Description org.exoplatform.commons.api.notification.channel org.exoplatform.commons.api.notification.channel.template -
-
Uses of AbstractTemplateBuilder in org.exoplatform.commons.api.notification.channel
Methods in org.exoplatform.commons.api.notification.channel that return AbstractTemplateBuilder Modifier and Type Method Description AbstractTemplateBuilderAbstractChannel. getTemplateBuilder(PluginKey key)Gets the template builder by the specified PluginKeyprotected abstract AbstractTemplateBuilderAbstractChannel. getTemplateBuilderInChannel(PluginKey key) -
Uses of AbstractTemplateBuilder in org.exoplatform.commons.api.notification.channel.template
Subclasses of AbstractTemplateBuilder in org.exoplatform.commons.api.notification.channel.template Modifier and Type Class Description classPluginTemplateBuilderAdapterCreated by The eXo Platform SAS Author : eXoPlatform thanhvc@exoplatform.com Dec 23, 2014Fields in org.exoplatform.commons.api.notification.channel.template with type parameters of type AbstractTemplateBuilder Modifier and Type Field Description protected Map<PluginKey,AbstractTemplateBuilder>TemplateProvider. templateBuildersMethods in org.exoplatform.commons.api.notification.channel.template that return types with arguments of type AbstractTemplateBuilder Modifier and Type Method Description Map<PluginKey,AbstractTemplateBuilder>TemplateProvider. getTemplateBuilder()Gets all of the template builder what assigned the channel
-