Interface ObjectFieldFilterStrategy
- All Known Implementing Classes:
BaseObjectFieldFilterStrategy
,OneToManyObjectFieldFilterStrategy
,PicklistObjectFieldFilterStrategy
,StatusSystemObjectFieldFilterStrategy
public interface ObjectFieldFilterStrategy
-
Method Details
-
getFDSFilter
com.liferay.frontend.data.set.filter.FDSFilter getFDSFilter() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSelectionFDSFilterItems
List<com.liferay.frontend.data.set.filter.SelectionFDSFilterItem> getSelectionFDSFilterItems() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
parse
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
toValueSummary
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
validate
void validate() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-