|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.social.service.rest.SpaceRest
public class SpaceRest
Created by The eXo Platform SAS Author : vien_levan vien_levan@exoplatform.com Sep 6, 2011 SpaceRest used for MySpaceGadget
| Constructor Summary | |
|---|---|
SpaceRest(org.exoplatform.social.core.space.model.Space space)
The constructor. |
|
| Method Summary | |
|---|---|
String |
getAvatarUrl()
Gets the space's avatar url |
String |
getDisplayName()
Gets the display name of the space. |
String |
getGroupId()
Get the group id. |
String |
getName()
Gets the name of the space. |
String |
getSpaceUrl()
Gets the space url after building url with new navigation controller (used only for MySpaces gadget). |
String |
getUrl()
Gets the url. |
void |
setGroupId(String groupId)
Sets the group id. |
void |
setName(String name)
Sets the name of the space. |
void |
setSpaceUrl(String spaceUrl)
Sets the space url with new navigation controller (used only for MySpaces gadget). |
void |
setUrl(String url)
Sets the url. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpaceRest(org.exoplatform.social.core.space.model.Space space)
space - | Method Detail |
|---|
public String getSpaceUrl()
public String getAvatarUrl()
public void setSpaceUrl(String spaceUrl)
spaceUrl - public String getGroupId()
public void setGroupId(String groupId)
groupId - public String getUrl()
public void setUrl(String url)
url - public String getName()
public void setName(String name)
name - public String getDisplayName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||