Liferay 6.1.10-ee-ga1

com.liferay.portal.util
Class PortletListerImpl

java.lang.Object
  extended by com.liferay.portal.util.PortletListerImpl
All Implemented Interfaces:
PortletLister

public class PortletListerImpl
extends Object
implements PortletLister


Constructor Summary
PortletListerImpl()
           
 
Method Summary
 TreeView getTreeView()
           
protected  void iterateCategories(List<PortletCategory> categories, long parentId, int depth)
           
 void setIncludeInstanceablePortlets(boolean includeInstanceablePortlets)
           
 void setIteratePortlets(boolean iteratePortlets)
           
 void setLayoutTypePortlet(LayoutTypePortlet layoutTypePortlet)
           
 void setRootNodeName(String rootNodeName)
           
 void setServletContext(javax.servlet.ServletContext servletContext)
           
 void setUser(User user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletListerImpl

public PortletListerImpl()
Method Detail

getTreeView

public TreeView getTreeView()
                     throws PortalException,
                            SystemException
Specified by:
getTreeView in interface PortletLister
Throws:
PortalException
SystemException

setIncludeInstanceablePortlets

public void setIncludeInstanceablePortlets(boolean includeInstanceablePortlets)
Specified by:
setIncludeInstanceablePortlets in interface PortletLister

setIteratePortlets

public void setIteratePortlets(boolean iteratePortlets)
Specified by:
setIteratePortlets in interface PortletLister

setLayoutTypePortlet

public void setLayoutTypePortlet(LayoutTypePortlet layoutTypePortlet)
Specified by:
setLayoutTypePortlet in interface PortletLister

setRootNodeName

public void setRootNodeName(String rootNodeName)
Specified by:
setRootNodeName in interface PortletLister

setServletContext

public void setServletContext(javax.servlet.ServletContext servletContext)
Specified by:
setServletContext in interface PortletLister

setUser

public void setUser(User user)
Specified by:
setUser in interface PortletLister

iterateCategories

protected void iterateCategories(List<PortletCategory> categories,
                                 long parentId,
                                 int depth)
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

Liferay 6.1.10-ee-ga1