Class CmsAppCategory

  • All Implemented Interfaces:
    I_CmsAppCategory, I_CmsHasOrder

    public class CmsAppCategory
    extends java.lang.Object
    implements I_CmsAppCategory
    Bean representing a category for workplace apps.

    App categories should have a unique id. Nesting of categories is defined by the parent category id of each category. A category whose parent category id is null will be displayed at the root level, and similarly, a workplace app whose category id is null will be displayed at the root level.

    • Constructor Summary

      Constructors 
      Constructor Description
      CmsAppCategory​(java.lang.String id, java.lang.String parentId, int order, int priority)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Returns the id.
      java.lang.String getName​(java.util.Locale locale)
      Gets the user readable name for the category for a given locale.
      int getOrder()
      Gets an integer used to sort items.
      java.lang.String getParentId()
      Returns the parentId.
      int getPriority()
      Returns the priority.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait