com.atlassian.greenhopper.web.project
Class ProjectHelper

java.lang.Object
  extended by com.atlassian.greenhopper.global.AbstractLoggable
      extended by com.atlassian.greenhopper.global.AbstractResultBuilder
          extended by com.atlassian.greenhopper.web.project.ProjectHelper

@Service
public class ProjectHelper
extends AbstractResultBuilder


Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.greenhopper.global.AbstractResultBuilder
AbstractResultBuilder.SuccessBuilder<T>
 
Field Summary
 
Fields inherited from class com.atlassian.greenhopper.global.AbstractLoggable
logger
 
Constructor Summary
ProjectHelper()
           
 
Method Summary
 ResultEntry<java.util.List<ProjectModel>> getAllBrowseableProjects()
          Blatantly ripping off JIRA's com.atlassian.jira.rest.v2.issue.ProjectResource because it doesn't do one small thing that I want it to do.
 
Methods inherited from class com.atlassian.greenhopper.global.AbstractResultBuilder
buildCombinedResult, buildErrorOnlyResult, buildResult, buildResult
 
Methods inherited from class com.atlassian.greenhopper.global.AbstractLoggable
logDebug, logError, logException, logInfo, logTrace, logWarn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectHelper

public ProjectHelper()
Method Detail

getAllBrowseableProjects

public ResultEntry<java.util.List<ProjectModel>> getAllBrowseableProjects()
Blatantly ripping off JIRA's com.atlassian.jira.rest.v2.issue.ProjectResource because it doesn't do one small thing that I want it to do. If JIRA ever changes it's API to allow you to get projects with an option on permissions, then we can remove this.



Copyright © 2007-2012 Atlassian. All Rights Reserved.