Liferay 6.1.2-ce-ga3

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

Methods in com.liferay.portal.model with parameters of type PortletApp
 void PublicRenderParameter.setPortletApp(PortletApp portletApp)
           
 void EventDefinition.setPortletApp(PortletApp portletApp)
           
 void Portlet.setPortletApp(PortletApp portletApp)
          Sets this portlet's application.
 void PortletURLListener.setPortletApp(PortletApp portletApp)
           
 void PortletWrapper.setPortletApp(PortletApp portletApp)
          Sets this portlet's application.
 void PortletFilter.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)
           
 PortletApp PortletLocalService.getPortletApp(String servletContextName)
           
static PortletApp PortletLocalServiceUtil.getPortletApp(String servletContextName)
           
 


Liferay 6.1.2-ce-ga3