Class SpacePickerHelper
java.lang.Object
com.atlassian.confluence.internal.search.SpacePickerHelper
Deprecated.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSpacePickerHelper
(SpaceManager spaceManager, LabelManager labelManager) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionList<com.atlassian.core.util.PairType>
Deprecated.List<com.atlassian.core.util.PairType>
getAggregateOptions
(com.opensymphony.xwork2.ActionSupport action) Deprecated.Deprecated.Gets a list of current (non-archived) global space keys and names, not including any of the user's favourite spaces.getFavouriteSpaces
(com.atlassian.user.User user) Deprecated.
-
Constructor Details
-
SpacePickerHelper
Deprecated.
-
-
Method Details
-
getAvailableGlobalSpaces
Deprecated.Gets a list of current (non-archived) global space keys and names, not including any of the user's favourite spaces. If the name of the space is longer than MAX_SPACE_NAME_LENGTH, it will be shortened for display.- Parameters:
user
- the user for which to generate the list, or null for the anonymous user- Returns:
- A list of pairs of the space key, and shortened space name.
-
getAggregateOptions
@Deprecated public List<com.atlassian.core.util.PairType> getAggregateOptions(com.opensymphony.xwork2.ActionSupport action) Deprecated. -
getAggregateOptions
Deprecated. -
getFavouriteSpaces
Deprecated.
-
SpaceService
instead.