Uses of Interface
com.atlassian.jira.bc.issue.worklog.WorklogService

Packages that use WorklogService
com.atlassian.jira.bc.issue.worklog   
com.atlassian.jira.issue.operations   
com.atlassian.jira.issue.tabpanels   
com.atlassian.jira.web.action.issue   
 

Uses of WorklogService in com.atlassian.jira.bc.issue.worklog
 

Classes in com.atlassian.jira.bc.issue.worklog that implement WorklogService
 class DefaultWorklogService
          Default implemenation of the WorklogService.
 

Uses of WorklogService in com.atlassian.jira.issue.operations
 

Constructors in com.atlassian.jira.issue.operations with parameters of type WorklogService
LogWorkOperation(JiraAuthenticationContext authenticationContext, WorklogService worklogService)
           
 

Uses of WorklogService in com.atlassian.jira.issue.tabpanels
 

Constructors in com.atlassian.jira.issue.tabpanels with parameters of type WorklogService
WorklogTabPanel(WorklogService worklogService, JiraDurationUtils jiraDurationUtils)
           
 

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

Fields in com.atlassian.jira.web.action.issue declared as WorklogService
protected  WorklogService AbstractWorklogAction.worklogService
           
 

Constructors in com.atlassian.jira.web.action.issue with parameters of type WorklogService
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)
           
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.