com.liferay.portal.util
Class PortletListerImpl
java.lang.Object
com.liferay.portal.util.PortletListerImpl
- All Implemented Interfaces:
- com.liferay.portal.util.PortletLister
public class PortletListerImpl
- extends java.lang.Object
- implements com.liferay.portal.util.PortletLister
- Author:
- Jorge Ferrer, Dennis Ju, Brian Wing Shun Chan
| 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,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getTreeView in interface com.liferay.portal.util.PortletLister
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
setIncludeInstanceablePortlets
public void setIncludeInstanceablePortlets(boolean includeInstanceablePortlets)
- Specified by:
setIncludeInstanceablePortlets in interface com.liferay.portal.util.PortletLister
setIteratePortlets
public void setIteratePortlets(boolean iteratePortlets)
- Specified by:
setIteratePortlets in interface com.liferay.portal.util.PortletLister
setLayoutTypePortlet
public void setLayoutTypePortlet(com.liferay.portal.model.LayoutTypePortlet layoutTypePortlet)
- Specified by:
setLayoutTypePortlet in interface com.liferay.portal.util.PortletLister
setRootNodeName
public void setRootNodeName(java.lang.String rootNodeName)
- Specified by:
setRootNodeName in interface com.liferay.portal.util.PortletLister
setServletContext
public void setServletContext(javax.servlet.ServletContext servletContext)
- Specified by:
setServletContext in interface com.liferay.portal.util.PortletLister
setUser
public void setUser(com.liferay.portal.model.User user)
- Specified by:
setUser in interface com.liferay.portal.util.PortletLister
iterateCategories
protected void iterateCategories(java.util.List<com.liferay.portal.model.PortletCategory> categories,
long parentId,
int depth)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException