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

      Map<String,Object> parse() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • toValueSummary

      String toValueSummary() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • validate

      void validate() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException