Liferay 6.2-ce-ga5

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 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

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 6.2-ce-ga5