Liferay 6.0-ee-sp2

Uses of Interface
com.liferay.portal.model.PortletApp

Packages that use PortletApp
com.liferay.portal.model   
com.liferay.portal.service   
 

Uses of PortletApp in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return PortletApp
 PortletApp PublicRenderParameter.getPortletApp()
           
 PortletApp PortletWrapper.getPortletApp()
          Get the application this portlet belongs to.
 PortletApp PortletURLListener.getPortletApp()
           
 PortletApp PortletFilter.getPortletApp()
           
 PortletApp Portlet.getPortletApp()
          Get the application this portlet belongs to.
 PortletApp EventDefinition.getPortletApp()
           
 

Methods in com.liferay.portal.model with parameters of type PortletApp
 void PublicRenderParameter.setPortletApp(PortletApp portletApp)
           
 void PortletWrapper.setPortletApp(PortletApp portletApp)
          Sets the application this portlet belongs to.
 void PortletURLListener.setPortletApp(PortletApp portletApp)
           
 void PortletFilter.setPortletApp(PortletApp portletApp)
           
 void Portlet.setPortletApp(PortletApp portletApp)
          Sets the application this portlet belongs to.
 void EventDefinition.setPortletApp(PortletApp portletApp)
           
 

Uses of PortletApp in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return PortletApp
 PortletApp PortletLocalServiceWrapper.getPortletApp(String servletContextName)
           
static PortletApp PortletLocalServiceUtil.getPortletApp(String servletContextName)
           
 PortletApp PortletLocalService.getPortletApp(String servletContextName)
           
 


Liferay 6.0-ee-sp2