public class PortletCategoryUtil
extends java.lang.Object
| Constructor and Description |
|---|
PortletCategoryUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getPortletCategoryKey(java.lang.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,
java.util.Set<java.lang.String> panelSelectedPortletIds,
com.liferay.portal.kernel.model.LayoutTypePortlet layoutTypePortlet) |
public static java.lang.String getPortletCategoryKey(java.lang.String legacyPortletCategoryKey)
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 java.lang.Exception
java.lang.Exceptionprotected 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,
java.util.Set<java.lang.String> panelSelectedPortletIds,
com.liferay.portal.kernel.model.LayoutTypePortlet layoutTypePortlet)
throws java.lang.Exception
java.lang.Exception