| Package | Description |
|---|---|
| com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
| com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
| com.liferay.portal.kernel.util.comparator |
This package defines the portal comparator classes.
|
| Modifier and Type | Method and Description |
|---|---|
PortletCategory |
PortletCategory.getCategory(String name) |
PortletCategory |
PortletCategory.getParentCategory() |
PortletCategory |
PortletCategory.getRootCategory() |
| Modifier and Type | Method and Description |
|---|---|
Collection<PortletCategory> |
PortletCategory.getCategories() |
| Modifier and Type | Method and Description |
|---|---|
void |
PortletCategory.addCategory(PortletCategory portletCategory) |
void |
PortletCategory.merge(PortletCategory newPortletCategory) |
protected void |
PortletCategory.merge(PortletCategory portletCategory1,
PortletCategory portletCategory2) |
protected void |
PortletCategory.setParentCategory(PortletCategory portletCategory) |
| Modifier and Type | Method and Description |
|---|---|
PortletCategory |
PortletLocalService.getEARDisplay(String xml) |
PortletCategory |
PortletLocalServiceWrapper.getEARDisplay(String xml) |
static PortletCategory |
PortletLocalServiceUtil.getEARDisplay(String xml) |
PortletCategory |
PortletLocalService.getWARDisplay(String servletContextName,
String xml) |
PortletCategory |
PortletLocalServiceWrapper.getWARDisplay(String servletContextName,
String xml) |
static PortletCategory |
PortletLocalServiceUtil.getWARDisplay(String servletContextName,
String xml) |
| Modifier and Type | Method and Description |
|---|---|
int |
PortletCategoryComparator.compare(PortletCategory portletCategory1,
PortletCategory portletCategory2) |