com.atlassian.jira.web.action.user
Class PersonalBrowser

java.lang.Object
  extended byActionSupport
      extended bycom.atlassian.jira.action.JiraActionSupport
          extended bycom.atlassian.jira.web.action.JiraWebActionSupport
              extended bycom.atlassian.jira.web.action.ProjectActionSupport
                  extended bycom.atlassian.jira.web.action.IssueActionSupport
                      extended bycom.atlassian.jira.web.action.user.ViewProfile
                          extended bycom.atlassian.jira.web.action.user.PersonalBrowser

public class PersonalBrowser
extends ViewProfile

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.jira.web.action.ProjectActionSupport
savedFilters
 
Fields inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
PERMISSION_VIOLATION_RESULT, request
 
Fields inherited from class com.atlassian.jira.action.JiraActionSupport
log
 
Constructor Summary
PersonalBrowser()
           
 
Method Summary
protected  java.lang.String doExecute()
           
 java.lang.Long getId()
           
 java.util.Collection getIssues(GenericValue version)
           
 PercentageGraphModel getIssueSummary(GenericValue version)
           
 long getOpenGroupedByFixFor(GenericValue fixForVersion)
          This function takes a fixed for version and the current remote user to work out how may open issues there are for this version and user.
 GenericValue getProject()
           
 java.lang.Long getSubset()
           
 java.lang.String getUpperCase(java.lang.String s)
           
 java.util.Collection getVersions()
           
 void setId(java.lang.Long id)
           
 void setSubset(java.lang.Long subset)
           
 
Methods inherited from class com.atlassian.jira.web.action.user.ViewProfile
getIssuesByProject, getName, getUser, getUserPreferences, resettable, setName, setReset
 
Methods inherited from class com.atlassian.jira.web.action.IssueActionSupport
getActionManager, getAssignableUsers, getAttachmentManager, getCustomFieldManager, getDaysPerWeek, getHoursPerDay, getIssueManager, getPossibleVersions, getPrettyDuration, getSearchRequest, getSelectedProject, getUrlEncoded, getVisibleCustomFields, getVisibleFields, getWorkflow, isFieldHidden, setCurrentIssue, setSelectedProject, setSelectedProjectId
 
Methods inherited from class com.atlassian.jira.web.action.ProjectActionSupport
getBrowseableProjects, getProjectManager, getSavedFilters
 
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
getCachedGroups, getConstantsManager, getGlobalColumns, getPropertySet, getRedirect, getRemoteUser, isHasIssuePermission, isHasPermission, isHasPermission, isHasProjectPermission
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrors, execute, getActionName, getApplicationProperties, getDelegator, getResult, isIndexing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonalBrowser

public PersonalBrowser()
Method Detail

getId

public java.lang.Long getId()
                     throws PermissionException
Throws:
PermissionException

setId

public void setId(java.lang.Long id)
           throws PermissionException
Throws:
PermissionException

getSubset

public java.lang.Long getSubset()

setSubset

public void setSubset(java.lang.Long subset)

getVersions

public java.util.Collection getVersions()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

getProject

public GenericValue getProject()
                        throws java.lang.Exception
Throws:
java.lang.Exception

getIssues

public java.util.Collection getIssues(GenericValue version)
                               throws java.lang.Exception
Throws:
java.lang.Exception

getIssueSummary

public PercentageGraphModel getIssueSummary(GenericValue version)
                                     throws java.lang.Exception
Throws:
java.lang.Exception

getOpenGroupedByFixFor

public long getOpenGroupedByFixFor(GenericValue fixForVersion)
                            throws java.lang.Exception
This function takes a fixed for version and the current remote user to work out how may open issues there are for this version and user.

Parameters:
fixForVersion -
Returns:
Throws:
java.lang.Exception

doExecute

protected java.lang.String doExecute()
                              throws java.lang.Exception
Overrides:
doExecute in class ViewProfile
Throws:
java.lang.Exception

getUpperCase

public java.lang.String getUpperCase(java.lang.String s)