Class SpacesRestService.SpaceList
java.lang.Object
org.exoplatform.social.service.rest.SpacesRestService.SpaceList
- Enclosing class:
- SpacesRestService
List that contains space from space service.
Need this class for converter from rest service.
Need this class for converter from rest service.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadds space to space listGet the url of all spaces.gets space listvoidsetMoreSpacesUrl(String allSpacesUrl) Set the url of all spaces.voidsets space list
-
Constructor Details
-
SpaceList
public SpaceList()
-
-
Method Details
-
setSpaces
sets space list- Parameters:
spaces- space list
-
getSpaces
gets space list- Returns:
- space list
-
addSpace
adds space to space list- Parameters:
space-- See Also:
-
Space
-
getMoreSpacesUrl
Get the url of all spaces.- Returns:
- Since:
- 1.2.9
-
setMoreSpacesUrl
Set the url of all spaces.- Parameters:
allSpacesUrl-- Since:
- 1.2.9
-