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

Packages that use OutlookDateManager
com.atlassian.jira   
com.atlassian.jira.config   
com.atlassian.jira.upgrade   
com.atlassian.jira.web.action.admin.index   
com.atlassian.jira.web.action.admin.user   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.util   
 

Uses of OutlookDateManager in com.atlassian.jira
 

Methods in com.atlassian.jira that return OutlookDateManager
 OutlookDateManager ComponentManager.getOutlookDateManager()
          Deprecated. Get this component injected in your constructor or use ComponentAccessor for static access instead. Since v5.2.
static OutlookDateManager ManagerFactory.getOutlookDateManager()
          Deprecated. 
 

Uses of OutlookDateManager in com.atlassian.jira.config
 

Constructors in com.atlassian.jira.config with parameters of type OutlookDateManager
DefaultReindexMessageManager(JiraPropertySetFactory jiraPropertySetFactory, UserKeyService userKeyService, UserFormatManager userFormatManager, I18nHelper.BeanFactory i18nFactory, OutlookDateManager outlookDateManager, VelocityRequestContextFactory velocityRequestContextFactory, PermissionManager permissionManager, TaskManager taskManager, com.atlassian.cache.CacheManager cacheManager, com.atlassian.beehive.ClusterLockService clusterLockService)
           
 

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, FeatureManager featureManager, DowngradeUtilsImpl downgradeUtilsInfo, ReindexMessageManager reindexMessageManager)
           
 

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)
           
 

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

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

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



Copyright © 2002-2014 Atlassian. All Rights Reserved.