Interface ODataRetriever<T extends com.liferay.portal.kernel.model.BaseModel<?>>


public interface ODataRetriever<T extends com.liferay.portal.kernel.model.BaseModel<?>>
  • Method Summary

    Modifier and Type
    Method
    Description
    getResults(long companyId, String filterString, Locale locale, int start, int end)
     
    int
    getResultsCount(long companyId, String filterString, Locale locale)
     
  • Method Details

    • getResults

      List<T> getResults(long companyId, String filterString, Locale locale, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getResultsCount

      int getResultsCount(long companyId, String filterString, Locale locale) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException