Interface FDSDataProvider<T>
public interface FDSDataProvider<T>
-
Method Summary
Modifier and TypeMethodDescriptiongetItems
(FDSKeywords fdsKeywords, FDSPagination fdsPagination, javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.portal.kernel.search.Sort sort) int
getItemsCount
(FDSKeywords fdsKeywords, javax.servlet.http.HttpServletRequest httpServletRequest)
-
Method Details
-
getItems
List<T> getItems(FDSKeywords fdsKeywords, FDSPagination fdsPagination, javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getItemsCount
int getItemsCount(FDSKeywords fdsKeywords, javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-