Liferay 7.0-ce-b4

com.liferay.portal.util
Class PortletCategoryUtil

java.lang.Object
  extended by com.liferay.portal.util.PortletCategoryUtil

public class PortletCategoryUtil
extends Object


Constructor Summary
PortletCategoryUtil()
           
 
Method Summary
static String getPortletCategoryKey(String legacyPortletCategoryKey)
           
static PortletCategory getRelevantPortletCategory(PermissionChecker permissionChecker, long companyId, Layout layout, PortletCategory portletCategory, LayoutTypePortlet layoutTypePortlet)
           
protected static PortletCategory getRelevantPortletCategory(PermissionChecker permissionChecker, long companyId, Layout layout, PortletCategory portletCategory, Set<String> panelSelectedPortletIds, LayoutTypePortlet layoutTypePortlet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletCategoryUtil

public PortletCategoryUtil()
Method Detail

getPortletCategoryKey

public static String getPortletCategoryKey(String legacyPortletCategoryKey)

getRelevantPortletCategory

public static PortletCategory getRelevantPortletCategory(PermissionChecker permissionChecker,
                                                         long companyId,
                                                         Layout layout,
                                                         PortletCategory portletCategory,
                                                         LayoutTypePortlet layoutTypePortlet)
                                                  throws Exception
Throws:
Exception

getRelevantPortletCategory

protected static PortletCategory getRelevantPortletCategory(PermissionChecker permissionChecker,
                                                            long companyId,
                                                            Layout layout,
                                                            PortletCategory portletCategory,
                                                            Set<String> panelSelectedPortletIds,
                                                            LayoutTypePortlet layoutTypePortlet)
                                                     throws Exception
Throws:
Exception

Liferay 7.0-ce-b4