com.atlassian.jira.issue.managers
Class DefaultActionManager

java.lang.Object
  extended bycom.atlassian.jira.issue.managers.DefaultActionManager
All Implemented Interfaces:
ActionManager

public class DefaultActionManager
extends java.lang.Object
implements ActionManager


Constructor Summary
DefaultActionManager()
           
 
Method Summary
 java.util.List getActions(GenericValue issue)
          Get all actions for a particular issue
 java.util.List getComments(GenericValue issue, User user)
          Get the appropriate comments for a particular user
 java.util.List getWorklog(GenericValue issue, User user)
          Get the appropriate worklog for a paricular user
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultActionManager

public DefaultActionManager()
Method Detail

getComments

public java.util.List getComments(GenericValue issue,
                                  User user)
                           throws GenericEntityException
Get the appropriate comments for a particular user

Specified by:
getComments in interface ActionManager
Throws:
GenericEntityException

getWorklog

public java.util.List getWorklog(GenericValue issue,
                                 User user)
                          throws GenericEntityException
Get the appropriate worklog for a paricular user

Specified by:
getWorklog in interface ActionManager
Throws:
GenericEntityException

getActions

public java.util.List getActions(GenericValue issue)
                          throws GenericEntityException
Description copied from interface: ActionManager
Get all actions for a particular issue

Specified by:
getActions in interface ActionManager
Throws:
GenericEntityException