public interface Space extends SimplePermissionMapper
| Modifier and Type | Method and Description |
|---|---|
Space |
copyFrom(Space space) |
WebContentData |
createWebContent(WebContentData data) |
void |
deleteWebContent(WebContentData data) |
String |
getCategory()
Family/category of this space
|
String |
getDescription() |
String |
getId() |
YUILayoutAdapter |
getLayout() |
String |
getName() |
String |
getOwner() |
String |
getTitle() |
String |
getViewer() |
WebContentData |
getWebContent(String webContentId) |
void |
initLayout(YUILayout layout)
Initialize the layout be resetting it.
|
boolean |
isReadOnly() |
void |
moveWebContent(WebContentData data,
String unitId) |
List<WebContentData> |
readWebContents() |
void |
remove() |
void |
save() |
void |
setCategory(String category) |
void |
setDescription(String description) |
void |
setTitle(String title) |
WebContentData |
updateWebContent(WebContentData data) |
getPermissions, getPermissions, getPermissions, hasPermissionString getId()
String getName()
String getTitle() throws ClientException
ClientExceptionvoid setTitle(String title) throws ClientException
ClientExceptionString getDescription() throws ClientException
ClientExceptionvoid setDescription(String description) throws ClientException
ClientExceptionYUILayoutAdapter getLayout() throws ClientException
ClientExceptionvoid initLayout(YUILayout layout) throws ClientException
layout - ClientExceptionString getCategory() throws ClientException
ClientExceptionvoid setCategory(String category) throws ClientException
ClientExceptionString getOwner() throws ClientException
ClientExceptionString getViewer() throws ClientException
ClientExceptionboolean isReadOnly()
throws ClientException
ClientExceptionWebContentData createWebContent(WebContentData data) throws ClientException
ClientExceptionList<WebContentData> readWebContents() throws ClientException
ClientExceptionWebContentData updateWebContent(WebContentData data) throws ClientException
ClientExceptionvoid deleteWebContent(WebContentData data) throws ClientException
ClientExceptionvoid save()
throws ClientException
ClientExceptionvoid remove()
throws ClientException
ClientExceptionSpace copyFrom(Space space) throws ClientException
ClientExceptionWebContentData getWebContent(String webContentId) throws ClientException
ClientExceptionvoid moveWebContent(WebContentData data, String unitId) throws ClientException
ClientExceptionCopyright © 2011 Nuxeo SA. All Rights Reserved.