Class PanelCategoryRegistryUtil

java.lang.Object
com.liferay.application.list.util.PanelCategoryRegistryUtil

public class PanelCategoryRegistryUtil extends Object
Provides methods for retrieving application category instances defined by PanelCategory implementations. The Application Categories Registry is an OSGi component. Application categories used within the registry should also be OSGi components in order to be registered.
  • Constructor Details

    • PanelCategoryRegistryUtil

      public PanelCategoryRegistryUtil()
  • Method Details

    • getChildPanelCategories

      public static List<PanelCategory> getChildPanelCategories(PanelCategory panelCategory)
    • getChildPanelCategories

      public static List<PanelCategory> getChildPanelCategories(PanelCategory panelCategory, com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, com.liferay.portal.kernel.model.Group group)
    • getChildPanelCategories

      public static List<PanelCategory> getChildPanelCategories(String panelCategoryKey)
    • getChildPanelCategories

      public static List<PanelCategory> getChildPanelCategories(String panelCategoryKey, com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, com.liferay.portal.kernel.model.Group group)
    • getChildPanelCategoriesNotificationsCount

      public static int getChildPanelCategoriesNotificationsCount(PanelCategoryHelper panelCategoryHelper, String panelCategoryKey, com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, com.liferay.portal.kernel.model.Group group, com.liferay.portal.kernel.model.User user)
    • getFirstChildPanelCategory

      public static PanelCategory getFirstChildPanelCategory(String panelCategoryKey, com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, com.liferay.portal.kernel.model.Group group)
    • getPanelCategory

      public static PanelCategory getPanelCategory(String panelCategoryKey)