| 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.
|
| org.opencms.ui.sitemap |
Vaadin GUI components and utilities for use in the sitemap editor.
|
| Modifier and Type | Method and Description |
|---|---|
CmsClientSitemapEntry |
CmsVfsSitemapService.getChildren(java.lang.String entryPointUri,
CmsUUID entryId,
int levels) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsClientSitemapEntry> |
CmsSitemapSessionCache.getRecentList()
Returns the cached recent list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsSitemapSessionCache.setRecentList(java.util.List<CmsClientSitemapEntry> list)
Caches the given recent list.
|
| Modifier and Type | Method and Description |
|---|---|
CmsClientSitemapEntry |
CmsSubSitemapInfo.getEntry()
Returns the entry of the newly created sitemap.
|
CmsClientSitemapEntry |
CmsSitemapMergeInfo.getMergedEntry()
Returns the entry to be merged back into the parent sitemap.
|
CmsClientSitemapEntry |
CmsSitemapData.getRoot()
Returns the sitemap root.
|
CmsClientSitemapEntry |
CmsSitemapChange.getUpdatedEntry()
Returns the updated entry.
|
CmsClientSitemapEntry |
CmsClientSitemapEntry.removeSubEntry(CmsUUID entryId)
Removes the child at the given position.
|
CmsClientSitemapEntry |
CmsClientSitemapEntry.removeSubEntry(int position)
Removes the child at the given position.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.LinkedHashMap<CmsUUID,CmsClientSitemapEntry> |
CmsSitemapClipboardData.getDeletions()
Returns the session stored list of deleted sitemap entries.
|
java.util.LinkedHashMap<CmsUUID,CmsClientSitemapEntry> |
CmsSitemapClipboardData.getModifications()
Returns the session stored list of modified sitemap entry paths.
|
java.util.List<CmsClientSitemapEntry> |
CmsClientSitemapEntry.getSubEntries()
Returns the children.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsSitemapClipboardData.addDeleted(CmsClientSitemapEntry entry)
Adds an entry to the deleted list.
|
void |
CmsSitemapClipboardData.addModified(CmsClientSitemapEntry entry)
Adds an entry to the modified list.
|
void |
CmsClientSitemapEntry.addSubEntry(CmsClientSitemapEntry entry,
I_CmsSitemapController controller)
Adds the given entry to the children.
|
void |
CmsClientSitemapEntry.insertSubEntry(CmsClientSitemapEntry entry,
int position,
I_CmsSitemapController controller)
Inserts the given entry at the given position.
|
void |
I_CmsSitemapController.registerEntry(CmsClientSitemapEntry entry)
Registers the given entry within the data model.
|
void |
I_CmsSitemapController.registerPathChange(CmsClientSitemapEntry entry,
java.lang.String oldPath)
Registers the change of the sitepath with the given controller.
|
void |
CmsSitemapClipboardData.removeDeleted(CmsClientSitemapEntry entry)
Removes an entry from the deleted list.
|
void |
CmsSitemapClipboardData.removeModified(CmsClientSitemapEntry entry)
Removes an entry from the modified list.
|
void |
CmsSitemapChange.setUpdatedEntry(CmsClientSitemapEntry updatedEntry)
Sets the updated entry.
|
void |
CmsClientSitemapEntry.update(CmsClientSitemapEntry source)
Updates all entry properties apart from it's position-info and sub-entries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsSitemapClipboardData.setDeletions(java.util.LinkedHashMap<CmsUUID,CmsClientSitemapEntry> deletions)
Sets list of deleted sitemap entries.
|
void |
CmsSitemapClipboardData.setModifications(java.util.LinkedHashMap<CmsUUID,CmsClientSitemapEntry> modifications)
Sets the list of modified sitemap entry paths.
|
void |
CmsClientSitemapEntry.setSubEntries(java.util.List<CmsClientSitemapEntry> children,
I_CmsSitemapController controller)
Sets the children.
|
| Constructor and Description |
|---|
CmsClientSitemapEntry(CmsClientSitemapEntry clone)
Creates a copy without children of the given entry.
|
CmsSitemapData(java.util.Map<java.lang.String,CmsClientTemplateBean> templates,
java.util.Map<java.lang.String,CmsXmlContentProperty> properties,
CmsSitemapClipboardData clipboardData,
java.util.List<CmsContextMenuEntryBean> contextMenuEntries,
java.util.Map<java.lang.String,CmsClientProperty> parentProperties,
java.util.List<java.lang.String> allPropNames,
java.lang.String exportRfsPrefix,
boolean isSecure,
java.lang.String noEditReason,
boolean displayToolbar,
CmsNewResourceInfo defaultNewElementInfo,
java.util.List<CmsNewResourceInfo> newElementInfos,
CmsNewResourceInfo newRedirectElementInfo,
CmsNewResourceInfo newNavigationLevelElementInfo,
CmsSitemapInfo sitemapInfo,
java.lang.String parentSitemap,
CmsClientSitemapEntry root,
java.lang.String openPath,
int maxDepth,
CmsDetailPageTable detailPageTable,
java.util.List<CmsNewResourceInfo> resourceTypeInfos,
java.lang.String returnCode,
boolean canEditDetailPages,
java.lang.String aliasImportUrl,
boolean canEditAliases,
boolean createNewFoldersForSubsitemaps,
boolean galleryManager,
boolean categoryManager,
java.util.List<CmsListInfoBean> subsitemapTypeInfos,
CmsSitemapData.EditorMode editorMode,
java.lang.String defaultGalleryFolder,
boolean showModelEditConfirm)
Constructor.
|
CmsSitemapMergeInfo(CmsClientSitemapEntry mergedEntry,
long timestamp)
Constructor.
|
CmsSubSitemapInfo(CmsClientSitemapEntry entry,
long timestamp)
Constructor.
|
| Constructor and Description |
|---|
CmsSitemapClipboardData(java.util.LinkedHashMap<CmsUUID,CmsClientSitemapEntry> deletions,
java.util.LinkedHashMap<CmsUUID,CmsClientSitemapEntry> modifications)
Constructor.
|
CmsSitemapClipboardData(java.util.LinkedHashMap<CmsUUID,CmsClientSitemapEntry> deletions,
java.util.LinkedHashMap<CmsUUID,CmsClientSitemapEntry> modifications)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CmsClientSitemapEntry |
I_CmsSitemapService.getChildren(java.lang.String entryPointUri,
CmsUUID entryId,
int levels)
Returns the sitemap children for the given path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsSitemapServiceAsync.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 path.
|
| Modifier and Type | Method and Description |
|---|---|
CmsClientSitemapEntry |
CmsSitemapTreeNodeData.getClientEntry()
Gets the client sitemap entry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsSitemapTreeNodeData.setClientEntry(CmsClientSitemapEntry entry)
Sets the client entry.
|