public class PortletCategoryUtil
extends java.lang.Object
| Constructor and Description |
|---|
PortletCategoryUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<java.lang.String> |
getFirstChildPortletIds(PortletCategory portletCategory) |
static java.lang.String |
getPortletCategoryKey(java.lang.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,
java.util.Set<java.lang.String> panelSelectedPortletIds,
LayoutTypePortlet layoutTypePortlet) |
public static java.util.Set<java.lang.String> getFirstChildPortletIds(PortletCategory portletCategory)
public static java.lang.String getPortletCategoryKey(java.lang.String legacyPortletCategoryKey)
public static PortletCategory getRelevantPortletCategory(PermissionChecker permissionChecker, long companyId, Layout layout, PortletCategory portletCategory, LayoutTypePortlet layoutTypePortlet) throws java.lang.Exception
java.lang.Exceptionprotected static PortletCategory getRelevantPortletCategory(PermissionChecker permissionChecker, long companyId, Layout layout, PortletCategory portletCategory, java.util.Set<java.lang.String> panelSelectedPortletIds, LayoutTypePortlet layoutTypePortlet) throws java.lang.Exception
java.lang.Exception