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, hasPermission
String getId()
String getName()
String getTitle() throws ClientException
ClientException
void setTitle(String title) throws ClientException
ClientException
String getDescription() throws ClientException
ClientException
void setDescription(String description) throws ClientException
ClientException
YUILayoutAdapter getLayout() throws ClientException
ClientException
void initLayout(YUILayout layout) throws ClientException
layout
- ClientException
String getCategory() throws ClientException
ClientException
void setCategory(String category) throws ClientException
ClientException
String getOwner() throws ClientException
ClientException
String getViewer() throws ClientException
ClientException
boolean isReadOnly() throws ClientException
ClientException
WebContentData createWebContent(WebContentData data) throws ClientException
ClientException
List<WebContentData> readWebContents() throws ClientException
ClientException
WebContentData updateWebContent(WebContentData data) throws ClientException
ClientException
void deleteWebContent(WebContentData data) throws ClientException
ClientException
void save() throws ClientException
ClientException
void remove() throws ClientException
ClientException
Space copyFrom(Space space) throws ClientException
ClientException
WebContentData getWebContent(String webContentId) throws ClientException
ClientException
void moveWebContent(WebContentData data, String unitId) throws ClientException
ClientException
Copyright © 2015 Nuxeo SA. All rights reserved.