程序包 | 说明 |
---|---|
org.opencms.ade.sitemap |
Server side of the sitemap view.
|
org.opencms.ade.sitemap.client.control |
Sitemap controller package.
|
org.opencms.ade.sitemap.shared |
Shared Client-Server side of the sitemap view.
|
org.opencms.ade.sitemap.shared.rpc |
Shared RPC interfaces.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
CmsSitemapChange |
CmsVfsSitemapService.saveSync(java.lang.String entryPoint,
CmsSitemapChange change) |
限定符和类型 | 方法和说明 |
---|---|
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.
|
CmsSitemapChange |
CmsVfsSitemapService.saveSync(java.lang.String entryPoint,
CmsSitemapChange change) |
限定符和类型 | 方法和说明 |
---|---|
CmsSitemapChange |
CmsSitemapChangeEvent.getChange()
Returns the change.
|
protected CmsSitemapChange |
CmsSitemapController.getChangeForEdit(CmsClientSitemapEntry entry,
java.util.List<CmsPropertyModification> propertyChanges)
Creates a change object for an edit operation.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
CmsSitemapController.applyChange(CmsSitemapChange change)
Fires a sitemap change event.
|
protected void |
CmsSitemapController.commitChange(CmsSitemapChange change,
com.google.gwt.user.client.Command callback)
Adds a change to the queue.
|
构造器和说明 |
---|
CmsSitemapChangeEvent(CmsSitemapChange change)
Constructor.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
CmsSitemapChange |
I_CmsSitemapService.saveSync(java.lang.String sitemapUri,
CmsSitemapChange change)
Saves the change to the given sitemap.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
CmsSitemapChange |
I_CmsSitemapService.saveSync(java.lang.String sitemapUri,
CmsSitemapChange change)
Saves the change to the given sitemap.
|
void |
I_CmsSitemapServiceAsync.saveSync(java.lang.String sitemapUri,
CmsSitemapChange change,
com.google.gwt.user.client.rpc.AsyncCallback<CmsSitemapChange> callback)
Save the change to the given sitemap.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
void |
I_CmsSitemapServiceAsync.saveSync(java.lang.String sitemapUri,
CmsSitemapChange change,
com.google.gwt.user.client.rpc.AsyncCallback<CmsSitemapChange> callback)
Save the change to the given sitemap.
|