|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface I_CmsSitemapService
Handles all RPC services related to the sitemap.
CmsVfsSitemapService,
I_CmsSitemapService,
I_CmsSitemapServiceAsync| Method Summary | |
|---|---|
CmsSitemapChange |
createSubSitemap(CmsUUID entryId)
Creates a sub-sitemap of the given sitemap starting from the given entry. |
CmsClientSitemapEntry |
getChildren(java.lang.String entryPointUri,
CmsUUID entryId,
int levels)
Returns the sitemap children for the given entry. |
CmsSitemapChange |
mergeSubSitemap(java.lang.String entryPoint,
CmsUUID subSitemapId)
Merges a sub-sitemap into it's parent sitemap. |
CmsSitemapData |
prefetch(java.lang.String sitemapUri)
Returns the initialization data for the given sitemap. |
CmsSitemapChange |
save(java.lang.String sitemapUri,
CmsSitemapChange change)
Saves the change to the given sitemap. |
CmsSitemapChange |
saveSync(java.lang.String sitemapUri,
CmsSitemapChange change)
Saves the change to the given sitemap. |
| Method Detail |
|---|
CmsSitemapChange createSubSitemap(CmsUUID entryId)
throws CmsRpcException
entryId - the structure id of the sitemap entry to create a sub sitemap of
CmsRpcException - if something goes wrong
CmsClientSitemapEntry getChildren(java.lang.String entryPointUri,
CmsUUID entryId,
int levels)
throws CmsRpcException
entryPointUri - the URI of the sitemap entry pointentryId - the entry idlevels - the count of child levels to read
CmsRpcException - if something goes wrong
CmsSitemapChange mergeSubSitemap(java.lang.String entryPoint,
CmsUUID subSitemapId)
throws CmsRpcException
entryPoint - the sitemap entry pointsubSitemapId - the structure id of the sub sitemap folder
CmsRpcException - if something goes wrong
CmsSitemapData prefetch(java.lang.String sitemapUri)
throws CmsRpcException
sitemapUri - the site relative path
CmsRpcException - if something goes wrong
CmsSitemapChange save(java.lang.String sitemapUri,
CmsSitemapChange change)
throws CmsRpcException
sitemapUri - the sitemap URIchange - the change to save
CmsRpcException - if something goes wrong
@SynchronizedRpcRequest
CmsSitemapChange saveSync(java.lang.String sitemapUri,
CmsSitemapChange change)
throws CmsRpcException
sitemapUri - the sitemap URIchange - the change to save
CmsRpcException - if something goes wrong
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||