Foren

Get List of Portlets

Oliver Jorkisch, geändert vor 15 Jahren.

Get List of Portlets

New Member Beiträge: 14 Beitrittsdatum: 15.11.07 Neueste Beiträge
Hello,
i want to determine if there is a Calandar portlet present in a community. Unfortunately i did not find a way to do this using the liferay api.
I am able to get the portlets of the current page using "themeDisplay.getLayoutTypePortlet().getPortlets()". With that list it is easy to tell whether one of the portlets is a Calendar. I am also able to get all pages(layouts) of a community by using layout.getChildren(), layout.getParentLayoutId(), etc.
But i can not search all portlets of all pages, because the only way i found to get a list of portlets is by using "themeDisplay.getLayoutTypePortlet().getPortlets()". This does only work for the current page, because the LayoutTypePortlet object seems to be set for the current page only.