| Package | Description |
|---|---|
| org.opencms.ade.sitemap |
Server side of the sitemap view.
|
| org.opencms.ade.sitemap.shared |
Shared Client-Server side of the sitemap view.
|
| org.opencms.ade.sitemap.shared.rpc |
Shared RPC interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
CmsSitemapChange |
CmsVfsSitemapService.createSubSitemap(CmsUUID entryId) |
CmsSitemapChange |
CmsVfsSitemapService.mergeSubSitemap(java.lang.String entryPoint,
CmsUUID subSitemapId) |
CmsSitemapChange |
CmsVfsSitemapService.save(java.lang.String entryPoint,
CmsSitemapChange change) |
protected CmsSitemapChange |
CmsVfsSitemapService.saveInternal(java.lang.String entryPoint,
CmsSitemapChange change)
Internal method for saving a sitemap.
|
| Modifier and Type | Method and Description |
|---|---|
CmsSitemapChange |
CmsVfsSitemapService.save(java.lang.String entryPoint,
CmsSitemapChange change) |
protected CmsSitemapChange |
CmsVfsSitemapService.saveInternal(java.lang.String entryPoint,
CmsSitemapChange change)
Internal method for saving a sitemap.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsSitemapChange.addChangeData(CmsSitemapChange data)
Adds the given change data to this change object.
|
int |
CmsSitemapChange.compareTo(CmsSitemapChange arg0)
Will compare the parent site path and the position of the entry to change.
|
| Modifier and Type | Method and Description |
|---|---|
CmsSitemapChange |
I_CmsSitemapService.createSubSitemap(CmsUUID entryId)
Creates a sub-sitemap of the given sitemap starting from the given entry.
|
CmsSitemapChange |
I_CmsSitemapService.mergeSubSitemap(java.lang.String entryPoint,
CmsUUID subSitemapId)
Merges a sub-sitemap into it's parent sitemap.
|
CmsSitemapChange |
I_CmsSitemapService.save(java.lang.String sitemapUri,
CmsSitemapChange change)
Saves the change to the given sitemap.
|
| Modifier and Type | Method and Description |
|---|---|
CmsSitemapChange |
I_CmsSitemapService.save(java.lang.String sitemapUri,
CmsSitemapChange change)
Saves the change to the given sitemap.
|
void |
I_CmsSitemapServiceAsync.save(java.lang.String sitemapUri,
CmsSitemapChange change,
com.google.gwt.user.client.rpc.AsyncCallback<CmsSitemapChange> callback)
Saves the change to the given sitemap.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsSitemapServiceAsync.createSubSitemap(CmsUUID entryId,
com.google.gwt.user.client.rpc.AsyncCallback<CmsSitemapChange> callback)
Creates a sub-sitemap of the given sitemap starting from the given entry.
|
void |
I_CmsSitemapServiceAsync.mergeSubSitemap(java.lang.String entryPoint,
CmsUUID subSitemapId,
com.google.gwt.user.client.rpc.AsyncCallback<CmsSitemapChange> callback)
Merges a sub-sitemap into it's parent sitemap.
|
void |
I_CmsSitemapServiceAsync.save(java.lang.String sitemapUri,
CmsSitemapChange change,
com.google.gwt.user.client.rpc.AsyncCallback<CmsSitemapChange> callback)
Saves the change to the given sitemap.
|