public class PortletListerImpl
extends java.lang.Object
implements com.liferay.portal.util.PortletLister
| Constructor and Description |
|---|
PortletListerImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Locale |
getLocale() |
com.liferay.portal.kernel.util.TreeView |
getTreeView() |
protected void |
iteratePortletCategories(com.liferay.portal.kernel.util.TreeNodeView parentNodeView,
java.util.List<com.liferay.portal.model.PortletCategory> portletCategories,
long parentId,
int depth) |
protected void |
iteratePortlets(com.liferay.portal.kernel.util.TreeNodeView parentNodeView,
com.liferay.portal.model.PortletCategory portletCategory,
java.util.Set<java.lang.String> portletIds,
int parentNodeId,
int depth) |
void |
setHierarchicalTree(boolean hierarchicalTree) |
void |
setIncludeInstanceablePortlets(boolean includeInstanceablePortlets) |
void |
setIteratePortlets(boolean iteratePortlets) |
void |
setLayoutTypePortlet(com.liferay.portal.model.LayoutTypePortlet layoutTypePortlet) |
void |
setRootNodeName(java.lang.String rootNodeName) |
void |
setServletContext(javax.servlet.ServletContext servletContext) |
void |
setThemeDisplay(com.liferay.portal.theme.ThemeDisplay themeDisplay) |
void |
setUser(com.liferay.portal.model.User user) |
public com.liferay.portal.kernel.util.TreeView getTreeView()
throws com.liferay.portal.kernel.exception.PortalException
getTreeView in interface com.liferay.portal.util.PortletListercom.liferay.portal.kernel.exception.PortalExceptionpublic void setHierarchicalTree(boolean hierarchicalTree)
setHierarchicalTree in interface com.liferay.portal.util.PortletListerpublic void setIncludeInstanceablePortlets(boolean includeInstanceablePortlets)
setIncludeInstanceablePortlets in interface com.liferay.portal.util.PortletListerpublic void setIteratePortlets(boolean iteratePortlets)
setIteratePortlets in interface com.liferay.portal.util.PortletListerpublic void setLayoutTypePortlet(com.liferay.portal.model.LayoutTypePortlet layoutTypePortlet)
setLayoutTypePortlet in interface com.liferay.portal.util.PortletListerpublic void setRootNodeName(java.lang.String rootNodeName)
setRootNodeName in interface com.liferay.portal.util.PortletListerpublic void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext in interface com.liferay.portal.util.PortletListerpublic void setThemeDisplay(com.liferay.portal.theme.ThemeDisplay themeDisplay)
setThemeDisplay in interface com.liferay.portal.util.PortletListerpublic void setUser(com.liferay.portal.model.User user)
setUser in interface com.liferay.portal.util.PortletListerprotected java.util.Locale getLocale()
protected void iteratePortletCategories(com.liferay.portal.kernel.util.TreeNodeView parentNodeView,
java.util.List<com.liferay.portal.model.PortletCategory> portletCategories,
long parentId,
int depth)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected void iteratePortlets(com.liferay.portal.kernel.util.TreeNodeView parentNodeView,
com.liferay.portal.model.PortletCategory portletCategory,
java.util.Set<java.lang.String> portletIds,
int parentNodeId,
int depth)