org.exoplatform.social.service.rest
Class SpacesRestService.SpaceList

java.lang.Object
  extended by org.exoplatform.social.service.rest.SpacesRestService.SpaceList
Enclosing class:
SpacesRestService

public static class SpacesRestService.SpaceList
extends Object

List that contains space from space service.
Need this class for converter from rest service.


Constructor Summary
SpacesRestService.SpaceList()
           
 
Method Summary
 void addSpace(SpaceRest space)
          adds space to space list
 String getMoreSpacesUrl()
          Get the url of all spaces.
 List<SpaceRest> getSpaces()
          gets space list
 void setMoreSpacesUrl(String allSpacesUrl)
          Set the url of all spaces.
 void setSpaces(List<SpaceRest> spaces)
          sets space list
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpacesRestService.SpaceList

public SpacesRestService.SpaceList()
Method Detail

setSpaces

public void setSpaces(List<SpaceRest> spaces)
sets space list

Parameters:
spaces - space list

getSpaces

public List<SpaceRest> getSpaces()
gets space list

Returns:
space list

addSpace

public void addSpace(SpaceRest space)
adds space to space list

Parameters:
space -
See Also:
Space

getMoreSpacesUrl

public String getMoreSpacesUrl()
Get the url of all spaces.

Returns:
Since:
1.2.9

setMoreSpacesUrl

public void setMoreSpacesUrl(String allSpacesUrl)
Set the url of all spaces.

Parameters:
allSpacesUrl -
Since:
1.2.9


Copyright © 2013 eXo Platform SAS. All Rights Reserved.