Liferay 6.0-ee

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

Packages that use PortletCategory
com.liferay.portal.model   
com.liferay.portal.service   
com.liferay.portal.service.impl   
com.liferay.portal.util.comparator   
 

Uses of PortletCategory in com.liferay.portal.model
 

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

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)
           
 

Uses of PortletCategory in com.liferay.portal.service
 

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

Uses of PortletCategory in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return PortletCategory
 PortletCategory PortletLocalServiceImpl.getEARDisplay(String xml)
           
 PortletCategory PortletLocalServiceImpl.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.0-ee