Class CmsResourceCategoryInfo

  • All Implemented Interfaces:
    com.google.gwt.user.client.rpc.IsSerializable

    public class CmsResourceCategoryInfo
    extends java.lang.Object
    implements com.google.gwt.user.client.rpc.IsSerializable
    Category information for a specific resource.

    • Constructor Detail

      • CmsResourceCategoryInfo

        public CmsResourceCategoryInfo​(CmsUUID structureId,
                                       CmsListInfoBean resourceInfo,
                                       java.util.List<java.lang.String> currentCategories,
                                       java.util.List<CmsCategoryTreeEntry> categoryTree)
        Constructor.

        Parameters:
        structureId - the resource structure id
        resourceInfo - the resource info bean
        currentCategories - the current resource categories
        categoryTree - the category tree
    • Method Detail

      • getCurrentCategories

        public java.util.List<java.lang.String> getCurrentCategories()
        Returns the current resource categories.

        Returns:
        the current resource categories
      • getStructureId

        public CmsUUID getStructureId()
        Returns the resource structure id.

        Returns:
        the resource structure id