public class CmsResourceCategoryInfo extends java.lang.Object implements com.google.gwt.user.client.rpc.IsSerializable
| Modifier | Constructor and Description |
|---|---|
protected |
CmsResourceCategoryInfo()
Constructor, for serialization only.
|
|
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> |
getCategoryTree()
Returns the category tree.
|
java.util.List<java.lang.String> |
getCurrentCategories()
Returns the current resource categories.
|
CmsListInfoBean |
getResourceInfo()
Returns the resource info bean.
|
CmsUUID |
getStructureId()
Returns the resource structure id.
|
public CmsResourceCategoryInfo(CmsUUID structureId, CmsListInfoBean resourceInfo, java.util.List<java.lang.String> currentCategories, java.util.List<CmsCategoryTreeEntry> categoryTree)
structureId - the resource structure idresourceInfo - the resource info beancurrentCategories - the current resource categoriescategoryTree - the category treeprotected CmsResourceCategoryInfo()
public java.util.List<CmsCategoryTreeEntry> getCategoryTree()
public java.util.List<java.lang.String> getCurrentCategories()
public CmsListInfoBean getResourceInfo()
public CmsUUID getStructureId()