Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.model.PortletCategory

Packages that use PortletCategory
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.util.comparator This package defines the portal comparator classes. 
 

Uses of PortletCategory in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return PortletCategory
 PortletCategory PortletCategory.getCategory(String name)
           
 PortletCategory PortletCategory.getParentCategory()
           
 PortletCategory PortletCategory.getRootCategory()
           
 

Methods in com.liferay.portal.model that return types with arguments of type PortletCategory
 Collection<PortletCategory> PortletCategory.getCategories()
           
 

Methods in com.liferay.portal.model with parameters of type PortletCategory
 void PortletCategory.addCategory(PortletCategory portletCategory)
           
 void PortletCategory.merge(PortletCategory newPortletCategory)
           
protected  void PortletCategory.setParentCategory(PortletCategory portletCategory)
           
 

Uses of PortletCategory in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return PortletCategory
 PortletCategory PortletLocalServiceWrapper.getEARDisplay(String xml)
           
 PortletCategory PortletLocalService.getEARDisplay(String xml)
           
static PortletCategory PortletLocalServiceUtil.getEARDisplay(String xml)
           
 PortletCategory PortletLocalServiceWrapper.getWARDisplay(String servletContextName, String xml)
           
 PortletCategory PortletLocalService.getWARDisplay(String servletContextName, String xml)
           
static PortletCategory PortletLocalServiceUtil.getWARDisplay(String servletContextName, String xml)
           
 

Uses of PortletCategory in com.liferay.portal.util.comparator
 

Methods in com.liferay.portal.util.comparator with parameters of type PortletCategory
 int PortletCategoryComparator.compare(PortletCategory portletCategory1, PortletCategory portletCategory2)
           
 


Liferay 6.1.2-ce-ga3