| 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 |
|---|---|
CmsGalleryFolderEntry |
CmsVfsSitemapService.createNewGalleryFolder(java.lang.String parentFolder,
java.lang.String title,
int folderTypeId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<CmsGalleryType,java.util.List<CmsGalleryFolderEntry>> |
CmsVfsSitemapService.getGalleryData(java.lang.String entryPointUri) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsGalleryFolderEntry> |
CmsGalleryFolderEntry.getSubGalleries()
Returns the sub galleries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsGalleryFolderEntry.addSubGallery(CmsGalleryFolderEntry gallery)
Adds a sub gallery.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsGalleryFolderEntry.setSubGalleries(java.util.List<CmsGalleryFolderEntry> subGalleries)
Sets the sub galleries.
|
| Modifier and Type | Method and Description |
|---|---|
CmsGalleryFolderEntry |
I_CmsSitemapService.createNewGalleryFolder(java.lang.String parentFolder,
java.lang.String title,
int folderTypeId)
Creates a new gallery folder.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<CmsGalleryType,java.util.List<CmsGalleryFolderEntry>> |
I_CmsSitemapService.getGalleryData(java.lang.String entryPointUri)
Returns the gallery data to this sub site.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsSitemapServiceAsync.createNewGalleryFolder(java.lang.String parentFolder,
java.lang.String title,
int folderTypeId,
com.google.gwt.user.client.rpc.AsyncCallback<CmsGalleryFolderEntry> callback)
Creates a new gallery folder.
|
void |
I_CmsSitemapServiceAsync.getGalleryData(java.lang.String entryPointUri,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.Map<CmsGalleryType,java.util.List<CmsGalleryFolderEntry>>> callback)
Returns the gallery data to this sub site.
|