com.atlassian.jira.web.action.project
Class ViewProjects

java.lang.Object
  extended byActionSupport
      extended bycom.atlassian.jira.web.action.project.ViewProjects

public class ViewProjects
extends ActionSupport

See Also:
Serialized Form

Constructor Summary
ViewProjects()
           
 
Method Summary
 boolean getAdmin(GenericValue project)
           
 java.util.List getProjects()
           
 User getRemoteUser()
           
 boolean getStringSet(GenericValue gv, java.lang.String value)
           
 User getUser(GenericValue project)
           
 boolean hasAdminPermission(GenericValue project)
           
 boolean isAdmin()
           
 boolean isProjectAdmin(GenericValue project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewProjects

public ViewProjects()
Method Detail

getRemoteUser

public User getRemoteUser()

isAdmin

public boolean isAdmin()
                throws GenericEntityException
Throws:
GenericEntityException

isProjectAdmin

public boolean isProjectAdmin(GenericValue project)
                       throws GenericEntityException
Throws:
GenericEntityException

hasAdminPermission

public boolean hasAdminPermission(GenericValue project)
                           throws GenericEntityException
Throws:
GenericEntityException

getProjects

public java.util.List getProjects()

getUser

public User getUser(GenericValue project)

getAdmin

public boolean getAdmin(GenericValue project)

getStringSet

public boolean getStringSet(GenericValue gv,
                            java.lang.String value)