Liferay 7.0-ce-b7 portal-impl

com.liferay.portal.util
Class PortletListerImpl

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

public class PortletListerImpl
extends Object
implements com.liferay.portal.kernel.util.PortletLister


Constructor Summary
PortletListerImpl()
           
 
Method Summary
protected  Locale getLocale()
           
 com.liferay.portal.kernel.util.TreeView getTreeView()
           
protected  void iteratePortletCategories(com.liferay.portal.kernel.util.TreeNodeView parentNodeView, List<com.liferay.portal.kernel.model.PortletCategory> portletCategories, long parentId, int depth)
           
protected  void iteratePortlets(com.liferay.portal.kernel.util.TreeNodeView parentNodeView, com.liferay.portal.kernel.model.PortletCategory portletCategory, Set<String> portletIds, int parentNodeId, int depth)
           
 void setHierarchicalTree(boolean hierarchicalTree)
           
 void setIncludeInstanceablePortlets(boolean includeInstanceablePortlets)
           
 void setIteratePortlets(boolean iteratePortlets)
           
 void setLayoutTypePortlet(com.liferay.portal.kernel.model.LayoutTypePortlet layoutTypePortlet)
           
 void setRootNodeName(String rootNodeName)
           
 void setServletContext(javax.servlet.ServletContext servletContext)
           
 void setThemeDisplay(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
           
 void setUser(com.liferay.portal.kernel.model.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 com.liferay.portal.kernel.util.TreeView getTreeView()
                                                    throws com.liferay.portal.kernel.exception.PortalException
Specified by:
getTreeView in interface com.liferay.portal.kernel.util.PortletLister
Throws:
com.liferay.portal.kernel.exception.PortalException

setHierarchicalTree

public void setHierarchicalTree(boolean hierarchicalTree)
Specified by:
setHierarchicalTree in interface com.liferay.portal.kernel.util.PortletLister

setIncludeInstanceablePortlets

public void setIncludeInstanceablePortlets(boolean includeInstanceablePortlets)
Specified by:
setIncludeInstanceablePortlets in interface com.liferay.portal.kernel.util.PortletLister

setIteratePortlets

public void setIteratePortlets(boolean iteratePortlets)
Specified by:
setIteratePortlets in interface com.liferay.portal.kernel.util.PortletLister

setLayoutTypePortlet

public void setLayoutTypePortlet(com.liferay.portal.kernel.model.LayoutTypePortlet layoutTypePortlet)
Specified by:
setLayoutTypePortlet in interface com.liferay.portal.kernel.util.PortletLister

setRootNodeName

public void setRootNodeName(String rootNodeName)
Specified by:
setRootNodeName in interface com.liferay.portal.kernel.util.PortletLister

setServletContext

public void setServletContext(javax.servlet.ServletContext servletContext)
Specified by:
setServletContext in interface com.liferay.portal.kernel.util.PortletLister

setThemeDisplay

public void setThemeDisplay(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
Specified by:
setThemeDisplay in interface com.liferay.portal.kernel.util.PortletLister

setUser

public void setUser(com.liferay.portal.kernel.model.User user)
Specified by:
setUser in interface com.liferay.portal.kernel.util.PortletLister

getLocale

protected Locale getLocale()

iteratePortletCategories

protected void iteratePortletCategories(com.liferay.portal.kernel.util.TreeNodeView parentNodeView,
                                        List<com.liferay.portal.kernel.model.PortletCategory> portletCategories,
                                        long parentId,
                                        int depth)
                                 throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

iteratePortlets

protected void iteratePortlets(com.liferay.portal.kernel.util.TreeNodeView parentNodeView,
                               com.liferay.portal.kernel.model.PortletCategory portletCategory,
                               Set<String> portletIds,
                               int parentNodeId,
                               int depth)

Liferay 7.0-ce-b7 portal-impl