Interface StatsResultsTranslator


@ProviderType public interface StatsResultsTranslator
  • Method Summary

    Modifier and Type
    Method
    Description
    com.liferay.portal.kernel.search.StatsResults
    translate(StatsResponse statsResponse)
    Creates a legacy StatsResults object from a StatsResponse object.
  • Method Details

    • translate

      com.liferay.portal.kernel.search.StatsResults translate(StatsResponse statsResponse)
      Creates a legacy StatsResults object from a StatsResponse object.
      Parameters:
      statsResponse - the StatsResponse object to be converted
      Returns:
      the converted legacy StatsResults object