Uses of Interface
com.atlassian.jira.web.util.OutlookDateManager

Packages that use OutlookDateManager
com.atlassian.jira   
com.atlassian.jira.issue.fields   
com.atlassian.jira.security   
com.atlassian.jira.web.action.admin.importer.project   
com.atlassian.jira.web.action.admin.index   
com.atlassian.jira.web.action.admin.task   
com.atlassian.jira.web.action.admin.workflow   
com.atlassian.jira.web.action.admin.workflow.scheme   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.bean   
com.atlassian.jira.web.util   
 

Uses of OutlookDateManager in com.atlassian.jira
 

Methods in com.atlassian.jira that return OutlookDateManager
static OutlookDateManager ManagerFactory.getOutlookDateManager()
           
 OutlookDateManager ComponentManager.getOutlookDateManager()
           
 

Uses of OutlookDateManager in com.atlassian.jira.issue.fields
 

Constructors in com.atlassian.jira.issue.fields with parameters of type OutlookDateManager
CreatedSystemField(com.atlassian.velocity.VelocityManager velocityManager, ApplicationProperties applicationProperties, OutlookDateManager outlookDateManager, JiraAuthenticationContext authenticationContext)
           
DueDateSystemField(com.atlassian.velocity.VelocityManager velocityManager, ApplicationProperties applicationProperties, PermissionManager permissionManager, JiraAuthenticationContext authenticationContext, OutlookDateManager outlookDateManager)
           
UpdatedSystemField(com.atlassian.velocity.VelocityManager velocityManager, ApplicationProperties applicationProperties, OutlookDateManager outlookDateManager, JiraAuthenticationContext authenticationContext)
           
 

Uses of OutlookDateManager in com.atlassian.jira.security
 

Constructors in com.atlassian.jira.security with parameters of type OutlookDateManager
JiraAuthenticationContextImpl(com.atlassian.seraph.auth.AuthenticationContext authenticationContext, OutlookDateManager outlookDateManager)
           
 

Uses of OutlookDateManager in com.atlassian.jira.web.action.admin.importer.project
 

Constructors in com.atlassian.jira.web.action.admin.importer.project with parameters of type OutlookDateManager
AbstractProjectImportProgress(TaskManager taskManager, OutlookDateManager outlookDateManager)
           
ProjectImportBackupOverviewProgress(TaskManager taskManager, OutlookDateManager outlookDateManager)
           
ProjectImportMappingProgress(TaskManager taskManager, OutlookDateManager outlookDateManager)
           
ProjectImportProgress(TaskManager taskManager, OutlookDateManager outlookDateManager)
           
 

Uses of OutlookDateManager in com.atlassian.jira.web.action.admin.index
 

Constructors in com.atlassian.jira.web.action.admin.index with parameters of type OutlookDateManager
IndexAdminImpl(IndexLifecycleManager indexLifecycleManager, GlobalPermissionManager globalPermissionManager, TaskManager taskManager, JiraAuthenticationContext authenticationContext, OutlookDateManager outlookDateManager)
           
 

Uses of OutlookDateManager in com.atlassian.jira.web.action.admin.task
 

Constructors in com.atlassian.jira.web.action.admin.task with parameters of type OutlookDateManager
TaskAdmin(TaskManager taskManager, OutlookDateManager outlookDateManager, JiraAuthenticationContext authenticationContext)
          This constructor takes a snap-shot of the tasks at the time the webwork action is created.
 

Uses of OutlookDateManager in com.atlassian.jira.web.action.admin.workflow
 

Constructors in com.atlassian.jira.web.action.admin.workflow with parameters of type OutlookDateManager
ActivateWorkflow(WorkflowManager workflowManager, WorkflowSchemeManager workflowSchemeManager, org.ofbiz.core.entity.GenericDelegator delegator, JiraAuthenticationContext authenticationContext, IssueManager issueManager, TaskManager taskManager, OutlookDateManager outlookDateManager)
           
ActivateWorkflowStep2(TaskManager taskManager, JiraAuthenticationContext authenticationContext, OutlookDateManager outlookDateManager)
           
 

Uses of OutlookDateManager in com.atlassian.jira.web.action.admin.workflow.scheme
 

Constructors in com.atlassian.jira.web.action.admin.workflow.scheme with parameters of type OutlookDateManager
SelectProjectWorkflowScheme(TaskManager taskManager, JiraAuthenticationContext authenticationContext, OutlookDateManager outlookDateManager)
           
SelectProjectWorkflowSchemeStep2(SearchProvider searchProvider, org.ofbiz.core.entity.DelegatorInterface delegator, IssueManager issueManager, TaskManager taskManager, JiraAuthenticationContext authenticationContext, OutlookDateManager outlookDateManager, WorkflowManager workflowManager, ConstantsManager constantsManager, WorkflowSchemeManager workflowSchemeManager)
           
SelectProjectWorkflowSchemeStep3(TaskManager taskManager, JiraAuthenticationContext authenticationContext, OutlookDateManager outlookDateManager)
           
 

Uses of OutlookDateManager in com.atlassian.jira.web.action.issue
 

Fields in com.atlassian.jira.web.action.issue declared as OutlookDateManager
protected  OutlookDateManager AbstractWorklogAction.outlookDateManager
           
 

Constructors in com.atlassian.jira.web.action.issue with parameters of type OutlookDateManager
AbstractWorklogAction(WorklogService worklogService, CommentService commentService, ProjectRoleManager projectRoleManager, JiraDurationUtils jiraDurationUtils, OutlookDateManager outlookDateManager)
           
CreateWorklog(WorklogService worklogService, CommentService commentService, ProjectRoleManager projectRoleManager, JiraDurationUtils jiraDurationUtils, OutlookDateManager outlookDateManager)
           
DeleteWorklog(WorklogService worklogService, CommentService commentService, ProjectRoleManager projectRoleManager, JiraDurationUtils jiraDurationUtils, OutlookDateManager outlookDateManager)
           
UpdateWorklog(WorklogService worklogService, CommentService commentService, ProjectRoleManager projectRoleManager, JiraDurationUtils jiraDurationUtils, OutlookDateManager outlookDateManager)
           
 

Uses of OutlookDateManager in com.atlassian.jira.web.bean
 

Constructors in com.atlassian.jira.web.bean with parameters of type OutlookDateManager
TaskDescriptorBean(TaskDescriptor taskDescriptor, I18nHelper i18nHelper, OutlookDateManager outlookDateManager, User currentUser)
           
 

Uses of OutlookDateManager in com.atlassian.jira.web.util
 

Classes in com.atlassian.jira.web.util that implement OutlookDateManager
 class OutlookDateManagerImpl
           
 



Copyright © 2002-2008 Atlassian. All Rights Reserved.