Liferay 6.2-ce-ga5

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

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

Uses of PortletFilter in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return PortletFilter
 PortletFilter PortletApp.getPortletFilter(String filterName)
           
 

Methods in com.liferay.portal.model that return types with arguments of type PortletFilter
 Map<String,PortletFilter> PortletWrapper.getPortletFilters()
          Returns the filters of the portlet.
 Map<String,PortletFilter> Portlet.getPortletFilters()
          Returns the filters of the portlet.
 Set<PortletFilter> PortletApp.getPortletFilters()
           
 

Methods in com.liferay.portal.model with parameters of type PortletFilter
 void PortletApp.addPortletFilter(PortletFilter portletFilter)
           
 

Method parameters in com.liferay.portal.model with type arguments of type PortletFilter
 void PortletWrapper.setPortletFilters(Map<String,PortletFilter> portletFilters)
          Sets the filters of the portlet.
 void Portlet.setPortletFilters(Map<String,PortletFilter> portletFilters)
          Sets the filters of the portlet.
 


Liferay 6.2-ce-ga5