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

Packages that use OutlookDateManager
com.atlassian.jira   
com.atlassian.jira.config   
com.atlassian.jira.mock.security   
com.atlassian.jira.upgrade   
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.user   
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()
          Deprecated. 
 OutlookDateManager ComponentManager.getOutlookDateManager()
           
 

Uses of OutlookDateManager in com.atlassian.jira.config
 

Constructors in com.atlassian.jira.config with parameters of type OutlookDateManager
DefaultReindexMessageManager(JiraPropertySetFactory jiraPropertySetFactory, UserFormatManager userFormatManager, I18nHelper.BeanFactory i18nFactory, OutlookDateManager outlookDateManager, VelocityRequestContextFactory velocityRequestContextFactory, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of OutlookDateManager in com.atlassian.jira.mock.security
 

Constructors in com.atlassian.jira.mock.security with parameters of type OutlookDateManager
MockAuthenticationContext(com.atlassian.crowd.embedded.api.User user, OutlookDateManager mgr)
           
MockAuthenticationContext(com.atlassian.crowd.embedded.api.User user, OutlookDateManager mgr, I18nHelper i18nHelper)
           
 

Uses of OutlookDateManager in com.atlassian.jira.upgrade
 

Constructors in com.atlassian.jira.upgrade with parameters of type OutlookDateManager
UpgradeManagerImpl(JiraLicenseService jiraLicenseService, BuildUtilsInfo buildUtilsInfo, I18nHelper.BeanFactory i18HelperFactory, ApplicationProperties applicationProperties, BuildVersionRegistry buildVersionRegistry, com.atlassian.event.api.EventPublisher eventPublisher, OfBizDelegator ofBizDelegator, IndexLifecycleManager indexManager, 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, IndexPathManager indexPathManager, FileFactory fileFactory)
           
IndexAdminImpl(ProjectManager projectManager, PermissionManager permissionManager, IndexLifecycleManager indexLifecycleManager, GlobalPermissionManager globalPermissionManager, TaskManager taskManager, JiraAuthenticationContext authenticationContext, OutlookDateManager outlookDateManager, IndexPathManager indexPathManager, FileFactory fileFactory)
           
 

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.user
 

Constructors in com.atlassian.jira.web.action.admin.user with parameters of type OutlookDateManager
UserRememberMeCookies(com.atlassian.crowd.embedded.api.CrowdService crowdService, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService, UserPropertyManager userPropertyManager, com.atlassian.seraph.spi.rememberme.RememberMeTokenDao rememberMeTokenDao, OutlookDateManager outlookDateManager, UserManager userManager)
           
 

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, OfBizDelegator 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, FieldVisibilityManager fieldVisibilityManager, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, UserUtil userUtil)
           
CreateWorklog(WorklogService worklogService, CommentService commentService, ProjectRoleManager projectRoleManager, JiraDurationUtils jiraDurationUtils, OutlookDateManager outlookDateManager, FieldVisibilityManager fieldVisibilityManager, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, UserUtil userUtil)
           
DeleteWorklog(WorklogService worklogService, CommentService commentService, ProjectRoleManager projectRoleManager, JiraDurationUtils jiraDurationUtils, OutlookDateManager outlookDateManager, FieldVisibilityManager fieldVisibilityManager, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, WorklogManager worklogManager, UserUtil userUtil)
           
UpdateWorklog(WorklogService worklogService, CommentService commentService, ProjectRoleManager projectRoleManager, JiraDurationUtils jiraDurationUtils, OutlookDateManager outlookDateManager, FieldVisibilityManager fieldVisibilityManager, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, UserUtil userUtil)
           
 

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

Constructors in com.atlassian.jira.web.bean with parameters of type OutlookDateManager
TaskDescriptorBean(TaskDescriptor<V> taskDescriptor, I18nHelper i18nHelper, OutlookDateManager outlookDateManager, com.atlassian.crowd.embedded.api.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-2012 Atlassian. All Rights Reserved.