Interface GroupByRequestFactory


@ProviderType public interface GroupByRequestFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    getGroupByRequest(com.liferay.portal.kernel.search.GroupBy groupBy)
    Provides a GroupByRequest object based off a legacy GroupBy object.
  • Method Details

    • getGroupByRequest

      GroupByRequest getGroupByRequest(com.liferay.portal.kernel.search.GroupBy groupBy)
      Provides a GroupByRequest object based off a legacy GroupBy object.
      Parameters:
      groupBy - the legacy GroupBy object to be converted
      Returns:
      the converted GroupByRequest object