|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.social.service.rest.SpacesRestService.SpaceList
public static class SpacesRestService.SpaceList
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 |
|---|
public SpacesRestService.SpaceList()
| Method Detail |
|---|
public void setSpaces(List<SpaceRest> spaces)
spaces - space listpublic List<SpaceRest> getSpaces()
public void addSpace(SpaceRest space)
space - Spacepublic String getMoreSpacesUrl()
public void setMoreSpacesUrl(String allSpacesUrl)
allSpacesUrl -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||