Interface I_CmsAppCategory

    • Method Detail

      • getId

        java.lang.String getId()
        Returns the id.

        Returns:
        the id
      • getName

        java.lang.String getName​(java.util.Locale locale)
        Gets the user readable name for the category for a given locale.

        Parameters:
        locale - the locale for which to get the name
        Returns:
        the localized name
      • getParentId

        java.lang.String getParentId()
        Returns the parentId.

        App categories can be nested. The method must return the id of the parent category if the category is nested. If it is on top level, null should be returned.

        Returns:
        the parentId
      • getPriority

        int getPriority()
        Returns the priority.

        If more than one category with the same id is present, the one with higher priority is shown. The other categories with this id are discarded.

        Returns:
        the priority