com.liferay.portal.util
Class PortletCategoryUtil
java.lang.Object
com.liferay.portal.util.PortletCategoryUtil
public class PortletCategoryUtil
- extends Object
|
Method Summary |
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 |
PortletCategoryUtil
public PortletCategoryUtil()
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