Class PortletCategoryUtil

Object
com.liferay.portal.util.PortletCategoryUtil

public class PortletCategoryUtil extends Object
Author:
Eudaldo Alonso
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Set<String>
    getFirstChildPortletIds(com.liferay.portal.kernel.model.PortletCategory portletCategory)
     
    static String
    getPortletCategoryKey(String legacyPortletCategoryKey)
     
    static com.liferay.portal.kernel.model.PortletCategory
    getRelevantPortletCategory(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, long companyId, com.liferay.portal.kernel.model.Layout layout, com.liferay.portal.kernel.model.PortletCategory portletCategory, com.liferay.portal.kernel.model.LayoutTypePortlet layoutTypePortlet)
     
    protected static com.liferay.portal.kernel.model.PortletCategory
    getRelevantPortletCategory(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, long companyId, com.liferay.portal.kernel.model.Layout layout, com.liferay.portal.kernel.model.PortletCategory portletCategory, Set<String> panelSelectedPortletIds, com.liferay.portal.kernel.model.LayoutTypePortlet layoutTypePortlet)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PortletCategoryUtil

      public PortletCategoryUtil()
  • Method Details

    • getFirstChildPortletIds

      public static Set<String> getFirstChildPortletIds(com.liferay.portal.kernel.model.PortletCategory portletCategory)
    • getPortletCategoryKey

      public static String getPortletCategoryKey(String legacyPortletCategoryKey)
    • getRelevantPortletCategory

      public static com.liferay.portal.kernel.model.PortletCategory getRelevantPortletCategory(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, long companyId, com.liferay.portal.kernel.model.Layout layout, com.liferay.portal.kernel.model.PortletCategory portletCategory, com.liferay.portal.kernel.model.LayoutTypePortlet layoutTypePortlet) throws Exception
      Throws:
      Exception
    • getRelevantPortletCategory

      protected static com.liferay.portal.kernel.model.PortletCategory getRelevantPortletCategory(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, long companyId, com.liferay.portal.kernel.model.Layout layout, com.liferay.portal.kernel.model.PortletCategory portletCategory, Set<String> panelSelectedPortletIds, com.liferay.portal.kernel.model.LayoutTypePortlet layoutTypePortlet) throws Exception
      Throws:
      Exception