Liferay 7.0-ce-m3

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 PortletFilter.getPortletApp()
           
 PortletApp PublicRenderParameter.getPortletApp()
           
 PortletApp PortletWrapper.getPortletApp()
          Returns this portlet's application.
 PortletApp PortletURLListener.getPortletApp()
           
 PortletApp Portlet.getPortletApp()
          Returns this portlet's application.
 

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

Uses of PortletApp in com.liferay.portal.service
 

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


Liferay 7.0-ce-m3