Package org.opencms.gwt.shared
Class CmsResourceCategoryInfo
java.lang.Object
org.opencms.gwt.shared.CmsResourceCategoryInfo
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
public class CmsResourceCategoryInfo
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable
Category information for a specific resource.
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor, for serialization only.CmsResourceCategoryInfo
(CmsUUID structureId, CmsListInfoBean resourceInfo, List<String> currentCategories, List<CmsCategoryTreeEntry> categoryTree) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the category tree.Returns the current resource categories.Returns the resource info bean.Returns the resource structure id.
-
Constructor Details
-
CmsResourceCategoryInfo
protected CmsResourceCategoryInfo()Constructor, for serialization only.
-
Method Details
-
getCategoryTree
Returns the category tree.- Returns:
- the category tree
-
getCurrentCategories
Returns the current resource categories.- Returns:
- the current resource categories
-
getResourceInfo
Returns the resource info bean.- Returns:
- the resource info bean
-
getStructureId
Returns the resource structure id.- Returns:
- the resource structure id
-