Liferay 6.2.0-ce-m1

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 iteratePortletCategories(List<PortletCategory> portletCategories, long parentId, int depth)
           
protected  void iteratePortlets(PortletCategory portletCategory, Set<String> portletIds, int parentNodeId, 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 setThemeDisplay(ThemeDisplay themeDisplay)
           
 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

setThemeDisplay

public void setThemeDisplay(ThemeDisplay themeDisplay)
Specified by:
setThemeDisplay in interface PortletLister

setUser

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

iteratePortletCategories

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

iteratePortlets

protected void iteratePortlets(PortletCategory portletCategory,
                               Set<String> portletIds,
                               int parentNodeId,
                               int depth)
                        throws PortalException,
                               SystemException
Throws:
PortalException
SystemException

Liferay 6.2.0-ce-m1