Uses of Interface
com.liferay.portal.kernel.model.PortletFilter
Packages that use PortletFilter
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
-
Uses of PortletFilter in com.liferay.portal.kernel.model
Methods in com.liferay.portal.kernel.model that return PortletFilterMethods in com.liferay.portal.kernel.model that return types with arguments of type PortletFilterModifier and TypeMethodDescriptionPortlet.getPortletFilters()
Returns the filters of the portlet.PortletApp.getPortletFilters()
PortletWrapper.getPortletFilters()
Returns the filters of the portlet.Methods in com.liferay.portal.kernel.model with parameters of type PortletFilterMethod parameters in com.liferay.portal.kernel.model with type arguments of type PortletFilterModifier and TypeMethodDescriptionvoid
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.