| Package | Description |
|---|---|
| org.opencms.ade.galleries.shared |
Contains the shared client/server side gallery dialog classes.
|
| org.opencms.ade.sitemap.shared |
Shared Client-Server side of the sitemap view.
|
| org.opencms.gwt |
Provides core support for GWT.
|
| org.opencms.gwt.shared |
Core shared stuff.
|
| org.opencms.gwt.shared.rpc |
Shared RPC interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsCategoryTreeEntry> |
CmsGalleryDataBean.getCategories()
Returns the categories.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsGalleryDataBean.setCategories(java.util.List<CmsCategoryTreeEntry> categories)
Sets the categories.
|
| Modifier and Type | Method and Description |
|---|---|
CmsCategoryTreeEntry |
CmsSitemapCategoryData.getEntryById(CmsUUID id)
Gets the category bean by id.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<java.lang.Boolean,CmsCategoryTreeEntry> |
CmsSitemapCategoryData.getEntriesIndexedByLocality()
Gets a multimap of the top-level entries, indexed by whether they are local categories or not.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsSitemapCategoryData.add(CmsCategoryTreeEntry item)
Adds a new category entry.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<CmsCategoryTreeEntry> |
CmsCoreService.buildCategoryTree(CmsObject cms,
java.util.List<CmsCategory> categories)
Builds the tree structure for the given categories.
|
java.util.List<CmsCategoryTreeEntry> |
CmsCoreService.getCategories(java.lang.String fromPath,
boolean includeSubCats,
java.lang.String refPath) |
java.util.List<CmsCategoryTreeEntry> |
CmsCoreService.getCategories(java.lang.String fromPath,
boolean includeSubCats,
java.lang.String refPath,
boolean showWithRepositories) |
java.util.List<CmsCategoryTreeEntry> |
CmsCoreService.getCategoriesForSitePath(java.lang.String sitePath) |
static java.util.List<CmsCategoryTreeEntry> |
CmsCoreService.getCategoriesForSitePathStatic(CmsObject cms,
java.lang.String sitePath)
Helper method for getting the category beans for the given site path.
|
static java.util.List<CmsCategoryTreeEntry> |
CmsCoreService.getCategoriesForSitePathStatic(CmsObject cms,
java.lang.String sitePath,
java.lang.String localCategoryRepositoryPath)
Helper method for getting the category beans for the given site path.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsCategoryTreeEntry> |
CmsResourceCategoryInfo.getCategoryTree()
Returns the category tree.
|
java.util.List<CmsCategoryTreeEntry> |
CmsCategoryTreeEntry.getChildren()
Returns the children.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsCategoryTreeEntry.addChild(CmsCategoryTreeEntry child)
Adds a child entry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsCategoryTreeEntry.setChildren(java.util.List<CmsCategoryTreeEntry> children)
Sets the children.
|
| Constructor and Description |
|---|
CmsCategoryBean(CmsCategoryTreeEntry categoryTreeEntry)
Constructor.
|
| Constructor and Description |
|---|
CmsResourceCategoryInfo(CmsUUID structureId,
CmsListInfoBean resourceInfo,
java.util.List<java.lang.String> currentCategories,
java.util.List<CmsCategoryTreeEntry> categoryTree)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsCategoryTreeEntry> |
I_CmsCoreService.getCategories(java.lang.String fromCatPath,
boolean includeSubCats,
java.lang.String refVfsPath)
Returns the categories for the given search parameters.
|
java.util.List<CmsCategoryTreeEntry> |
I_CmsCoreService.getCategories(java.lang.String fromCatPath,
boolean includeSubCats,
java.lang.String refVfsPath,
boolean withRepositories)
Returns the categories for the given search parameters.
|
java.util.List<CmsCategoryTreeEntry> |
I_CmsCoreService.getCategoriesForSitePath(java.lang.String sitePath)
Returns the categories for the given reference site-path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsCoreServiceAsync.getCategories(java.lang.String fromCatPath,
boolean includeSubCats,
java.lang.String refVfsPath,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<CmsCategoryTreeEntry>> callback)
Returns the categories for the given search parameters.
|
void |
I_CmsCoreServiceAsync.getCategories(java.lang.String fromCatPath,
boolean includeSubCats,
java.lang.String refVfsPath,
boolean withRepositories,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<CmsCategoryTreeEntry>> callback)
Returns the categories for the given search parameters.
|
void |
I_CmsCoreServiceAsync.getCategoriesForSitePath(java.lang.String sitePath,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<CmsCategoryTreeEntry>> callback)
Returns the categories for the given reference site-path.
|