|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface I_CmsSitemapServiceAsync
Handles all RPC services related to the sitemap.
CmsVfsSitemapService,
I_CmsSitemapService,
I_CmsSitemapServiceAsync| Method Summary | |
|---|---|
void |
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 |
getChildren(java.lang.String entryPointUri,
CmsUUID entryId,
int levels,
com.google.gwt.user.client.rpc.AsyncCallback<CmsClientSitemapEntry> callback)
Returns the sitemap children for the given entry. |
void |
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 |
prefetch(java.lang.String sitemapUri,
com.google.gwt.user.client.rpc.AsyncCallback<CmsSitemapData> callback)
Returns the initialization data for the given sitemap. |
void |
save(java.lang.String sitemapUri,
CmsSitemapChange change,
com.google.gwt.user.client.rpc.AsyncCallback<CmsSitemapChange> callback)
Saves the change to the given sitemap. |
void |
saveSync(java.lang.String sitemapUri,
CmsSitemapChange change,
com.google.gwt.user.client.rpc.AsyncCallback<CmsSitemapChange> callback)
Save the change to the given sitemap. |
| Method Detail |
|---|
void createSubSitemap(CmsUUID entryId,
com.google.gwt.user.client.rpc.AsyncCallback<CmsSitemapChange> callback)
entryId - the structure id of the sitemap entry to create a sub sitemap ofcallback - the async callback
void getChildren(java.lang.String entryPointUri,
CmsUUID entryId,
int levels,
com.google.gwt.user.client.rpc.AsyncCallback<CmsClientSitemapEntry> callback)
entryPointUri - the URI of the sitemap entry pointentryId - the entry idlevels - the count of child levels to readcallback - the async callback
void mergeSubSitemap(java.lang.String entryPoint,
CmsUUID subSitemapId,
com.google.gwt.user.client.rpc.AsyncCallback<CmsSitemapChange> callback)
entryPoint - the sitemap entry pointsubSitemapId - the structure id of the sub sitemap foldercallback - the async callback
void prefetch(java.lang.String sitemapUri,
com.google.gwt.user.client.rpc.AsyncCallback<CmsSitemapData> callback)
sitemapUri - the site relative pathcallback - the async callback
void save(java.lang.String sitemapUri,
CmsSitemapChange change,
com.google.gwt.user.client.rpc.AsyncCallback<CmsSitemapChange> callback)
sitemapUri - the sitemap URIchange - the change to savecallback - the async callback
@SynchronizedRpcRequest
void saveSync(java.lang.String sitemapUri,
CmsSitemapChange change,
com.google.gwt.user.client.rpc.AsyncCallback<CmsSitemapChange> callback)
sitemapUri - the sitemap URIchange - the change to savecallback - the async callback
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||