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.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.util This package defines the portal utility 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.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
 

Methods in com.liferay.portal.util with parameters of type PortletCategory
protected  void PortletListerImpl.iteratePortlets(TreeNodeView parentNodeView, PortletCategory portletCategory, Set<String> portletIds, int parentNodeId, int depth)
           
 

Method parameters in com.liferay.portal.util with type arguments of type PortletCategory
protected  void PortletListerImpl.iteratePortletCategories(TreeNodeView parentNodeView, List<PortletCategory> portletCategories, long parentId, int depth)
           
 

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