Liferay 6.2.0-ce-b3

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

Packages that use PortletApp
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
 

Uses of PortletApp in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return PortletApp
 PortletApp EventDefinition.getPortletApp()
           
 PortletApp PortletWrapper.getPortletApp()
          Returns this portlet's application.
 PortletApp Portlet.getPortletApp()
          Returns this portlet's application.
 PortletApp PortletFilter.getPortletApp()
           
 PortletApp PortletURLListener.getPortletApp()
           
 PortletApp PublicRenderParameter.getPortletApp()
           
 

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

Uses of PortletApp in com.liferay.portal.service
 

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


Liferay 6.2.0-ce-b3