Liferay 6.1.10-ee-ga1

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

Packages that use PortletApp
com.liferay.portal.model This package defines the portal model interfaces and classes, including SOAP and wrapper classes. 
com.liferay.portal.service This package defines the local and remote 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 PortletWrapper.getPortletApp()
          Returns this portlet's application.
 PortletApp PortletURLListener.getPortletApp()
           
 PortletApp PortletFilter.getPortletApp()
           
 PortletApp Portlet.getPortletApp()
          Returns this portlet's application.
 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 this portlet's application.
 void PortletURLListener.setPortletApp(PortletApp portletApp)
           
 void PortletFilter.setPortletApp(PortletApp portletApp)
           
 void Portlet.setPortletApp(PortletApp portletApp)
          Sets this portlet's application.
 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.1.10-ee-ga1