Liferay 6.2-ce-ga5

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
protected  Locale getLocale()
           
 TreeView getTreeView()
           
protected  void iteratePortletCategories(TreeNodeView parentNodeView, List<PortletCategory> portletCategories, long parentId, int depth)
           
protected  void iteratePortlets(TreeNodeView parentNodeView, PortletCategory portletCategory, Set<String> portletIds, int parentNodeId, int depth)
           
 void setHierarchicalTree(boolean hierarchicalTree)
           
 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

setHierarchicalTree

public void setHierarchicalTree(boolean hierarchicalTree)
Specified by:
setHierarchicalTree in interface PortletLister

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

getLocale

protected Locale getLocale()

iteratePortletCategories

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

iteratePortlets

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

Liferay 6.2-ce-ga5