com.liferay.portal.util
Class PortletListerImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletListerImpl
public PortletListerImpl()
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)