public interface FDSDataProvider<T>
Modifier and Type | Method and Description |
---|---|
java.util.List<T> |
getItems(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) |
java.util.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
com.liferay.portal.kernel.exception.PortalException
int getItemsCount(FDSKeywords fdsKeywords, javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException