Uses of Interface
com.atlassian.jira.issue.worklog.Worklog

Packages that use Worklog
com.atlassian.jira.bc.issue.worklog   
com.atlassian.jira.event.issue   
com.atlassian.jira.issue.tabpanels   
com.atlassian.jira.issue.util   
com.atlassian.jira.issue.worklog   
com.atlassian.jira.mail   
com.atlassian.jira.web.action.issue   
 

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

Methods in com.atlassian.jira.bc.issue.worklog that return Worklog
protected  Worklog DefaultWorklogService.create(JiraServiceContext jiraServiceContext, Worklog worklog, Long newEstimate, boolean dispatchEvent)
           
 Worklog DefaultWorklogService.createAndAutoAdjustRemainingEstimate(JiraServiceContext jiraServiceContext, Worklog worklog, boolean dispatchEvent)
           
 Worklog WorklogService.createAndAutoAdjustRemainingEstimate(JiraServiceContext jiraServiceContext, Worklog worklog, boolean dispatchEvent)
          Persists a new Worklog on the given Issue.
 Worklog DefaultWorklogService.createAndRetainRemainingEstimate(JiraServiceContext jiraServiceContext, Worklog worklog, boolean dispatchEvent)
           
 Worklog WorklogService.createAndRetainRemainingEstimate(JiraServiceContext jiraServiceContext, Worklog worklog, boolean dispatchEvent)
          Persists a new Worklog on the given Issue.
 Worklog DefaultWorklogService.createWithManuallyAdjustedEstimate(JiraServiceContext jiraServiceContext, WorklogService.WorklogAdjustmentAmountResult worklogAdjustmentAmountResult, boolean dispatchEvent)
           
 Worklog WorklogService.createWithManuallyAdjustedEstimate(JiraServiceContext jiraServiceContext, WorklogService.WorklogAdjustmentAmountResult worklogAdjustmentAmount, boolean dispatchEvent)
          Persists a new Worklog on the given Issue.
 Worklog DefaultWorklogService.createWithNewRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogService.WorklogNewEstimateResult worklogNewEstimate, boolean dispatchEvent)
           
 Worklog WorklogService.createWithNewRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogService.WorklogNewEstimateResult worklogNewEstimate, boolean dispatchEvent)
          Persists a new Worklog on the given Issue.
 Worklog DefaultWorklogService.getById(JiraServiceContext jiraServiceContext, Long id)
           
 Worklog WorklogService.getById(JiraServiceContext jiraServiceContext, Long id)
          Used to get a worklog by its id.
 Worklog WorklogService.WorklogNewEstimateResult.getWorklog()
           
 Worklog WorklogService.WorklogAdjustmentAmountResult.getWorklog()
           
protected  Worklog DefaultWorklogService.update(JiraServiceContext jiraServiceContext, Worklog worklog, Long newEstimate, boolean dispatchEvent)
           
 Worklog DefaultWorklogService.updateAndAutoAdjustRemainingEstimate(JiraServiceContext jiraServiceContext, Worklog worklog, boolean dispatchEvent)
           
 Worklog WorklogService.updateAndAutoAdjustRemainingEstimate(JiraServiceContext jiraServiceContext, Worklog worklog, boolean dispatchEvent)
          Updates the provided Worklog.
 Worklog DefaultWorklogService.updateAndRetainRemainingEstimate(JiraServiceContext jiraServiceContext, Worklog worklog, boolean dispatchEvent)
           
 Worklog WorklogService.updateAndRetainRemainingEstimate(JiraServiceContext jiraServiceContext, Worklog worklog, boolean dispatchEvent)
          Updates the provided Worklog.
 Worklog DefaultWorklogService.updateWithNewRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogService.WorklogNewEstimateResult worklogNewEstimate, boolean dispatchEvent)
           
 Worklog WorklogService.updateWithNewRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogService.WorklogNewEstimateResult worklogNewEstimate, boolean dispatchEvent)
          Updates the provided Worklog.
 Worklog DefaultWorklogService.validateCreate(JiraServiceContext jiraServiceContext, Issue issue, String timeSpent, Date startDate, String comment, String groupLevel, String roleLevelId)
           
 Worklog WorklogService.validateCreate(JiraServiceContext jiraServiceContext, Issue issue, String timeSpent, Date startDate, String comment, String groupLevel, String roleLevelId)
          Determines whether worklogs are enabled in JIRA and if the user has the required permissions as determined by calling WorklogService.hasPermissionToCreate(com.atlassian.jira.bc.JiraServiceContext,com.atlassian.jira.issue.Issue) to create a worklog for this issue.
 Worklog DefaultWorklogService.validateDelete(JiraServiceContext jiraServiceContext, Long worklogId)
           
 Worklog WorklogService.validateDelete(JiraServiceContext jiraServiceContext, Long worklogId)
          Determines whether worklogs are enabled in JIRA and if the user has the required permissions as determined by calling WorklogService.hasPermissionToDelete(com.atlassian.jira.bc.JiraServiceContext,com.atlassian.jira.issue.worklog.Worklog) to delete a worklog for this issue.
protected  Worklog DefaultWorklogService.validateParamsAndCreateWorklog(JiraServiceContext jiraServiceContext, Issue issue, String author, String groupLevel, String roleLevelId, String timeSpent, Date startDate, Long worklogId, String comment, Date created, Date updated, String updateAuthor)
           
 Worklog DefaultWorklogService.validateUpdate(JiraServiceContext jiraServiceContext, Long worklogId, String timeSpent, Date startDate, String comment, String groupLevel, String roleLevelId)
           
 Worklog WorklogService.validateUpdate(JiraServiceContext jiraServiceContext, Long worklogId, String timeSpent, Date startDate, String comment, String groupLevel, String roleLevelId)
          Determines whether worklogs are enabled in JIRA and if the user has the required permissions as determined by calling WorklogService.hasPermissionToUpdate(com.atlassian.jira.bc.JiraServiceContext,com.atlassian.jira.issue.worklog.Worklog) to update a worklog for this issue.
 

Methods in com.atlassian.jira.bc.issue.worklog with parameters of type Worklog
protected  Worklog DefaultWorklogService.create(JiraServiceContext jiraServiceContext, Worklog worklog, Long newEstimate, boolean dispatchEvent)
           
 Worklog DefaultWorklogService.createAndAutoAdjustRemainingEstimate(JiraServiceContext jiraServiceContext, Worklog worklog, boolean dispatchEvent)
           
 Worklog WorklogService.createAndAutoAdjustRemainingEstimate(JiraServiceContext jiraServiceContext, Worklog worklog, boolean dispatchEvent)
          Persists a new Worklog on the given Issue.
 Worklog DefaultWorklogService.createAndRetainRemainingEstimate(JiraServiceContext jiraServiceContext, Worklog worklog, boolean dispatchEvent)
           
 Worklog WorklogService.createAndRetainRemainingEstimate(JiraServiceContext jiraServiceContext, Worklog worklog, boolean dispatchEvent)
          Persists a new Worklog on the given Issue.
protected  boolean DefaultWorklogService.delete(JiraServiceContext jiraServiceContext, Worklog worklog, Long newEstimate, boolean dispatchEvent)
           
 boolean DefaultWorklogService.deleteAndAutoAdjustRemainingEstimate(JiraServiceContext jiraServiceContext, Worklog worklog, boolean dispatchEvent)
           
 boolean WorklogService.deleteAndAutoAdjustRemainingEstimate(JiraServiceContext jiraServiceContext, Worklog worklog, boolean dispatchEvent)
          Deletes the specified Worklog.
 boolean DefaultWorklogService.deleteAndRetainRemainingEstimate(JiraServiceContext jiraServiceContext, Worklog worklog, boolean dispatchEvent)
           
 boolean WorklogService.deleteAndRetainRemainingEstimate(JiraServiceContext jiraServiceContext, Worklog worklog, boolean dispatchEvent)
          Deletes the specified Worklog.
protected  boolean DefaultWorklogService.hasDeleteOwnPermission(User user, Worklog worklog)
           
protected  boolean DefaultWorklogService.hasEditOwnPermission(User user, Worklog worklog)
           
 boolean DefaultWorklogService.hasPermissionToDelete(JiraServiceContext jiraServiceContext, Worklog worklog)
           
 boolean WorklogService.hasPermissionToDelete(JiraServiceContext jiraServiceContext, Worklog worklog)
          Determine whether the current user has the permission to delete the supplied worklog, timetracking is enabled in JIRA and that the associated issue is in an editable workflow state.
 boolean DefaultWorklogService.hasPermissionToUpdate(JiraServiceContext jiraServiceContext, Worklog worklog)
           
 boolean WorklogService.hasPermissionToUpdate(JiraServiceContext jiraServiceContext, Worklog worklog)
          Determine whether the current user has the permission to update the supplied worklog, timetracking is enabled in JIRA and that the associated issue is in an editable workflow state.
protected  boolean DefaultWorklogService.isSameAuthor(User user, Worklog worklog)
           
protected  Worklog DefaultWorklogService.update(JiraServiceContext jiraServiceContext, Worklog worklog, Long newEstimate, boolean dispatchEvent)
           
 Worklog DefaultWorklogService.updateAndAutoAdjustRemainingEstimate(JiraServiceContext jiraServiceContext, Worklog worklog, boolean dispatchEvent)
           
 Worklog WorklogService.updateAndAutoAdjustRemainingEstimate(JiraServiceContext jiraServiceContext, Worklog worklog, boolean dispatchEvent)
          Updates the provided Worklog.
 Worklog DefaultWorklogService.updateAndRetainRemainingEstimate(JiraServiceContext jiraServiceContext, Worklog worklog, boolean dispatchEvent)
           
 Worklog WorklogService.updateAndRetainRemainingEstimate(JiraServiceContext jiraServiceContext, Worklog worklog, boolean dispatchEvent)
          Updates the provided Worklog.
 

Constructors in com.atlassian.jira.bc.issue.worklog with parameters of type Worklog
WorklogService.WorklogAdjustmentAmountResult(Worklog worklog, Long adjustmentAmount)
           
WorklogService.WorklogNewEstimateResult(Worklog worklog, Long newEstimate)
           
 

Uses of Worklog in com.atlassian.jira.event.issue
 

Methods in com.atlassian.jira.event.issue that return Worklog
 Worklog IssueEvent.getWorklog()
           
 

Methods in com.atlassian.jira.event.issue with parameters of type Worklog
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog)
           
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail)
           
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params)
           
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail)
           
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail, boolean subtasksUpdated)
           
 void IssueEvent.setWorklog(Worklog worklog)
           
 

Constructors in com.atlassian.jira.event.issue with parameters of type Worklog
IssueEvent(Issue issue, User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changeGroup, Map params, Long eventTypeId)
          Create a new IssueEvent with a given list of parameters.
IssueEvent(Issue issue, User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changeGroup, Map params, Long eventTypeId, boolean sendMail)
          Create a new IssueEvent with a given list of parameters.
IssueEvent(Issue issue, User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changeGroup, Map params, Long eventTypeId, boolean sendMail, boolean subtasksUpdated)
           
 

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

Methods in com.atlassian.jira.issue.tabpanels that return Worklog
 Worklog WorklogAction.getWorklog()
           
 

Constructors in com.atlassian.jira.issue.tabpanels with parameters of type Worklog
WorklogAction(IssueTabPanelModuleDescriptor descriptor, Worklog worklog, JiraDurationUtils jiraDurationUtils, boolean canEditWorklog, boolean canDeleteWorklog)
           
 

Uses of Worklog in com.atlassian.jira.issue.util
 

Methods in com.atlassian.jira.issue.util that return Worklog
 Worklog IssueUpdateBean.getWorklog()
           
 

Methods in com.atlassian.jira.issue.util with parameters of type Worklog
 void IssueUpdateBean.setWorklog(Worklog worklog)
           
 

Uses of Worklog in com.atlassian.jira.issue.worklog
 

Classes in com.atlassian.jira.issue.worklog that implement Worklog
 class WorklogImpl
          Represents an issue worklog.
 

Methods in com.atlassian.jira.issue.worklog that return Worklog
 Worklog DefaultWorklogManager.create(User user, Worklog worklog, Long newEstimate, boolean dispatchEvent)
           
 Worklog WorklogManager.create(User user, Worklog worklog, Long newEstimate, boolean dispatchEvent)
          Creates a worklog based on the passed in Worklog object and associates it with the given issue.
 Worklog OfBizWorklogStore.create(Worklog worklog)
           
 Worklog WorklogStore.create(Worklog worklog)
          Creates a new worklog in the data store based on the values in the passed in Worklog object.
 Worklog OfBizWorklogStore.getById(Long id)
           
 Worklog DefaultWorklogManager.getById(Long id)
           
 Worklog WorklogStore.getById(Long id)
          Returns a worklog specified by it's id
 Worklog WorklogManager.getById(Long id)
          Used to get a worklog by its id.
 Worklog DefaultWorklogManager.update(User user, Worklog worklog, Long newEstimate, boolean dispatchEvent)
           
 Worklog WorklogManager.update(User user, Worklog worklog, Long newEstimate, boolean dispatchEvent)
          Updates the provided Worklog.
 Worklog OfBizWorklogStore.update(Worklog worklog)
           
 Worklog WorklogStore.update(Worklog worklog)
          Updates fields of an existing worklog in the datastore (identified by its id) with the supplied worklog.
 

Methods in com.atlassian.jira.issue.worklog with parameters of type Worklog
 Worklog DefaultWorklogManager.create(User user, Worklog worklog, Long newEstimate, boolean dispatchEvent)
           
 Worklog WorklogManager.create(User user, Worklog worklog, Long newEstimate, boolean dispatchEvent)
          Creates a worklog based on the passed in Worklog object and associates it with the given issue.
 Worklog OfBizWorklogStore.create(Worklog worklog)
           
 Worklog WorklogStore.create(Worklog worklog)
          Creates a new worklog in the data store based on the values in the passed in Worklog object.
 boolean DefaultWorklogManager.delete(User user, Worklog worklog, Long newEstimate, boolean dispatchEvent)
           
 boolean WorklogManager.delete(User user, Worklog worklog, Long newEstimate, boolean dispatchEvent)
          Deletes the specified worklog and updates the issue's remaining estimate and time spent fields.
 Worklog DefaultWorklogManager.update(User user, Worklog worklog, Long newEstimate, boolean dispatchEvent)
           
 Worklog WorklogManager.update(User user, Worklog worklog, Long newEstimate, boolean dispatchEvent)
          Updates the provided Worklog.
 Worklog OfBizWorklogStore.update(Worklog worklog)
           
 Worklog WorklogStore.update(Worklog worklog)
          Updates fields of an existing worklog in the datastore (identified by its id) with the supplied worklog.
 void DefaultTimeTrackingIssueUpdater.updateIssueOnWorklogCreate(User user, Worklog worklog, Long newEstimate, boolean dispatchEvent)
           
 void TimeTrackingIssueUpdater.updateIssueOnWorklogCreate(User user, Worklog worklog, Long newEstimate, boolean dispatchEvent)
          Will set the getIssue()'s remaining estimate to the newEstimate and will increment the issues time spent by the getTimeSpent().
 void DefaultTimeTrackingIssueUpdater.updateIssueOnWorklogDelete(User user, Worklog worklog, Long newEstimate, boolean dispatchEvent)
           
 void TimeTrackingIssueUpdater.updateIssueOnWorklogDelete(User user, Worklog worklog, Long newEstimate, boolean dispatchEvent)
          Will set the getIssue()'s remaining estimate to the newEstimate and will decrement the issues time spent by the getTimeSpent().
 void DefaultTimeTrackingIssueUpdater.updateIssueOnWorklogUpdate(User user, Worklog originalWorklog, Worklog newWorklog, Long originalTimeSpent, Long newEstimate, boolean dispatchEvent)
           
 void TimeTrackingIssueUpdater.updateIssueOnWorklogUpdate(User user, Worklog originalWorklog, Worklog newWorklog, Long originalTimeSpent, Long newEstimate, boolean dispatchEvent)
          Will set the getIssue()'s remaining estimate to the newEstimate and will decrement the issues time spent by the originalTimeSpent and then increment it by the getTimeSpent().
 

Uses of Worklog in com.atlassian.jira.mail
 

Methods in com.atlassian.jira.mail with parameters of type Worklog
 String TemplateContext.getTimeLogged(Worklog worklog, I18nHelper i18n)
          This is retrieved when the template is being generated so as it is properly formatted for the recipient.
 

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

Methods in com.atlassian.jira.web.action.issue that return Worklog
 Worklog UpdateWorklog.getWorklog()
          Returns the worklog updated
 Worklog CreateWorklog.getWorklog()
          Returns the worklog created
 Worklog DeleteWorklog.getWorklog()
          Returns the worklog being deleted
 



Copyright © 2002-2008 Atlassian. All Rights Reserved.