Liferay 6.2.0

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
abstract  PortletFilter PortletApp.getPortletFilter(String filterName)
           
 

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

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

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


Liferay 6.2.0