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