Uses of Class
com.liferay.portal.kernel.model.PortletCategory
Packages that use PortletCategory
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal comparator classes.
-
Uses of PortletCategory in com.liferay.portal.kernel.model
Methods in com.liferay.portal.kernel.model that return PortletCategoryModifier and TypeMethodDescriptionPortletCategory.getCategory
(String name) PortletCategory.getParentCategory()
PortletCategory.getRootCategory()
Methods in com.liferay.portal.kernel.model that return types with arguments of type PortletCategoryMethods in com.liferay.portal.kernel.model with parameters of type PortletCategoryModifier and TypeMethodDescriptionvoid
PortletCategory.addCategory
(PortletCategory portletCategory) void
PortletCategory.merge
(PortletCategory newPortletCategory) protected void
PortletCategory.merge
(PortletCategory portletCategory1, PortletCategory portletCategory2) protected void
PortletCategory.setParentCategory
(PortletCategory portletCategory) -
Uses of PortletCategory in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return PortletCategoryModifier and TypeMethodDescriptionPortletLocalService.getEARDisplay
(String xml) static PortletCategory
PortletLocalServiceUtil.getEARDisplay
(String xml) PortletLocalServiceWrapper.getEARDisplay
(String xml) PortletLocalService.getWARDisplay
(String servletContextName, String xml) static PortletCategory
PortletLocalServiceUtil.getWARDisplay
(String servletContextName, String xml) PortletLocalServiceWrapper.getWARDisplay
(String servletContextName, String xml) -
Uses of PortletCategory in com.liferay.portal.kernel.util.comparator
Methods in com.liferay.portal.kernel.util.comparator with parameters of type PortletCategoryModifier and TypeMethodDescriptionint
PortletCategoryComparator.compare
(PortletCategory portletCategory1, PortletCategory portletCategory2)