com.atlassian.confluence.search
Class SpacePickerHelper

java.lang.Object
  extended by com.atlassian.confluence.search.SpacePickerHelper

public class SpacePickerHelper
extends java.lang.Object


Constructor Summary
SpacePickerHelper(SpaceManager spaceManager, LabelManager labelManager)
           
 
Method Summary
 java.util.List getAggregateOptions(com.opensymphony.xwork.ActionSupport action)
           
 java.util.List getAvailableGlobalSpaces(com.atlassian.user.User user)
           
 java.util.List getAvailableSpaces(com.atlassian.user.User user)
          Find all spaces that user has permission to view and allow them to search among these
 java.util.List getFavouriteSpaces(com.atlassian.user.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 java.util.List getAvailableSpaces(com.atlassian.user.User user)
Find all spaces that user has permission to view and allow them to search among these

Returns:
List

getAvailableGlobalSpaces

public java.util.List getAvailableGlobalSpaces(com.atlassian.user.User user)

getAggregateOptions

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

getFavouriteSpaces

public java.util.List getFavouriteSpaces(com.atlassian.user.User user)


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.