|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.gwt.shared.CmsResourceCategoryInfo
public class CmsResourceCategoryInfo
Category information for a specific resource.
| Constructor Summary | |
|---|---|
protected |
CmsResourceCategoryInfo()
Constructor, for serialization only. |
|
CmsResourceCategoryInfo(CmsUUID structureId,
CmsListInfoBean resourceInfo,
java.util.List<java.lang.String> currentCategories,
java.util.List<CmsCategoryTreeEntry> categoryTree)
Constructor. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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()
| Method Detail |
|---|
public java.util.List<CmsCategoryTreeEntry> getCategoryTree()
public java.util.List<java.lang.String> getCurrentCategories()
public CmsListInfoBean getResourceInfo()
public CmsUUID getStructureId()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||