com.atlassian.confluence.search
Class SpacePickerHelper

java.lang.Object
  extended bycom.atlassian.confluence.search.SpacePickerHelper

public class SpacePickerHelper
extends Object


Constructor Summary
SpacePickerHelper(SpaceManager spaceManager, LabelManager labelManager)
           
 
Method Summary
 List getAggregateOptions(com.opensymphony.xwork.ActionSupport action)
           
 List getAvailableGlobalSpaces(User user)
           
 List getAvailableSpaces(User user)
          Find all spaces that user has permission to view and allow them to search among these
 List getFavouriteSpaces(User user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpacePickerHelper

public SpacePickerHelper(SpaceManager spaceManager,
                         LabelManager labelManager)
Method Detail

getAvailableSpaces

public List getAvailableSpaces(User user)
Find all spaces that user has permission to view and allow them to search among these

Returns:
List

getAvailableGlobalSpaces

public List getAvailableGlobalSpaces(User user)

getAggregateOptions

public List getAggregateOptions(com.opensymphony.xwork.ActionSupport action)

getFavouriteSpaces

public List getFavouriteSpaces(User user)


Confluence is developed by Atlassian.