Uses of Interface
com.atlassian.jira.template.TemplateManager

Packages that use TemplateManager
com.atlassian.jira   
com.atlassian.jira.issue.subscription   
com.atlassian.jira.mail   
com.atlassian.jira.template   
com.atlassian.jira.web.action.admin.eventtype   
com.atlassian.jira.web.action.admin.notification   
 

Uses of TemplateManager in com.atlassian.jira
 

Methods in com.atlassian.jira that return TemplateManager
 TemplateManager ComponentManager.getTemplateManager()
          Retrieves and returns the template manager instance
 

Uses of TemplateManager in com.atlassian.jira.issue.subscription
 

Constructors in com.atlassian.jira.issue.subscription with parameters of type TemplateManager
DefaultSubscriptionManager(OfBizDelegator delegator, com.atlassian.mail.queue.MailQueue mailQueue, TemplateManager templateManager, SubscriptionMailQueueItemFactory subscriptionMailQueueItemFactory, ProjectRoleManager projectRoleManager, GroupManager groupManager)
           
 

Uses of TemplateManager in com.atlassian.jira.mail
 

Constructors in com.atlassian.jira.mail with parameters of type TemplateManager
DefaultIssueMailQueueItemFactory(TemplateContextFactory templateContextFactory, JiraAuthenticationContext authenticationContext, MailingListCompiler mailingListCompiler, TemplateManager templateManager)
           
DefaultSubscriptionMailQueueItemFactory(MailingListCompiler mailingListCompiler, SearchService searchService, TemplateManager templateManager, UserManager userManager, GroupManager groupManager)
           
IssueMailQueueItem(TemplateContextFactory templateContextFactory, IssueEvent event, Long templateId, Set<NotificationRecipient> recipientList, String notificationType, JiraAuthenticationContext authenticationContext, MailingListCompiler mailingListCompiler, TemplateManager templateManager)
          Create an issue mail queue item.
MailingListCompiler(TemplateManager templateManager, ProjectRoleManager projectRoleManager)
           
SubscriptionMailQueueItem(org.ofbiz.core.entity.GenericValue sub, MailingListCompiler mailingListCompiler, SearchService searchService, TemplateManager templateManager, UserManager userManager, GroupManager groupManager)
           
 

Uses of TemplateManager in com.atlassian.jira.template
 

Classes in com.atlassian.jira.template that implement TemplateManager
 class DefaultTemplateManager
          A manager for the email velocity templates within the system.
 

Uses of TemplateManager in com.atlassian.jira.web.action.admin.eventtype
 

Methods in com.atlassian.jira.web.action.admin.eventtype that return TemplateManager
 TemplateManager ListEventTypes.getTemplateManager()
           
 

Constructors in com.atlassian.jira.web.action.admin.eventtype with parameters of type TemplateManager
ListEventTypes(EventTypeManager eventTypeManager, WorkflowManager workflowManager, TemplateManager templateManager)
           
 

Uses of TemplateManager in com.atlassian.jira.web.action.admin.notification
 

Methods in com.atlassian.jira.web.action.admin.notification that return TemplateManager
 TemplateManager EditNotifications.getTemplateManager()
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.