Interface I_CmsAppCategory

All Superinterfaces:
I_CmsHasOrder
All Known Subinterfaces:
I_CmsFolderAppCategory
All Known Implementing Classes:
CmsAppCategory, CmsCacheFolder, CmsDbManagerFolder, CmsFileHistoryFolder, CmsLinkValidationFolder

public interface I_CmsAppCategory extends I_CmsHasOrder
App category interface.

  • Method Details

    • getId

      Returns the id.

      Returns:
      the id
    • getName

      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

      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

      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