| Package | Description |
|---|---|
| org.opencms.ade.sitemap |
Server side of the sitemap view.
|
| org.opencms.ade.sitemap.shared.rpc |
Shared RPC interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
CmsModelInfo |
CmsModelPageHelper.getModelInfo()
Returns the model infos.
|
CmsModelInfo |
CmsVfsSitemapService.getModelInfos(CmsUUID rootId) |
CmsModelInfo |
CmsVfsSitemapService.setDefaultModel(CmsUUID rootId,
CmsUUID modelId) |
| Modifier and Type | Method and Description |
|---|---|
CmsModelInfo |
I_CmsSitemapService.getModelInfos(CmsUUID rootId)
Gets the model pages for the given structure id of the sitemap root folder.
|
CmsModelInfo |
I_CmsSitemapService.setDefaultModel(CmsUUID rootId,
CmsUUID modelId)
Sets the default model page for the given sub-sitemap, returns the updated model info.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsSitemapServiceAsync.getModelInfos(CmsUUID id,
com.google.gwt.user.client.rpc.AsyncCallback<CmsModelInfo> callback)
Gets the model pages for the given structure id of the sitemap root folder.
|
void |
I_CmsSitemapServiceAsync.setDefaultModel(CmsUUID rootId,
CmsUUID modelId,
com.google.gwt.user.client.rpc.AsyncCallback<CmsModelInfo> callback)
Sets the default model page for the given sub-sitemap, returns the updated model info.
|