com.atlassian.jira.issue
Interface ActionManager

All Known Implementing Classes:
DefaultActionManager

public interface ActionManager


Method Summary
 java.util.List getActions(org.ofbiz.core.entity.GenericValue issue)
          Get all actions for a particular issue
 java.util.List getComments(org.ofbiz.core.entity.GenericValue issue, com.opensymphony.module.user.User user)
          Get the appropriate comments for a particular user
 java.util.List getWorklog(org.ofbiz.core.entity.GenericValue issue, com.opensymphony.module.user.User user)
          Get the appropriate worklog for a particular user
 

Method Detail

getComments

public java.util.List getComments(org.ofbiz.core.entity.GenericValue issue,
                                  com.opensymphony.module.user.User user)
                           throws org.ofbiz.core.entity.GenericEntityException
Get the appropriate comments for a particular user

org.ofbiz.core.entity.GenericEntityException

getWorklog

public java.util.List getWorklog(org.ofbiz.core.entity.GenericValue issue,
                                 com.opensymphony.module.user.User user)
                          throws org.ofbiz.core.entity.GenericEntityException
Get the appropriate worklog for a particular user

org.ofbiz.core.entity.GenericEntityException

getActions

public java.util.List getActions(org.ofbiz.core.entity.GenericValue issue)
                          throws org.ofbiz.core.entity.GenericEntityException
Get all actions for a particular issue

org.ofbiz.core.entity.GenericEntityException


Copyright © 2002-2003 Atlassian. All Rights Reserved.