Uses of Class
org.chenile.query.model.SearchResponse
Packages that use SearchResponse
Package
Description
Defines the MyBatis query controller.
This is defined for those who need it.
This is defined for those who need it.
Defines contracts for Search using the query model.
Named Query service implementation classes in Mybatis.
- 
Uses of SearchResponse in org.chenile.configuration.controllerMethods in org.chenile.configuration.controller that return types with arguments of type SearchResponseModifier and TypeMethodDescriptionQueryController.search(HttpServletRequest request, String queryName, SearchRequest<Map<String, Object>> searchRequest) 
- 
Uses of SearchResponse in org.chenile.query.serviceMethods in org.chenile.query.service that return SearchResponseModifier and TypeMethodDescriptionprotected abstract SearchResponseAbstractSearchServiceImpl.doSearch(AbstractSearchServiceImpl.EnhancedSearchRequest searchInput, SearchResponse searchResponse, QueryMetadata queryMetadata) protected SearchResponseAbstractSearchServiceImpl.makeSearchResponse(QueryMetadata queryMetadata, AbstractSearchServiceImpl.EnhancedSearchRequest searchInput) final SearchResponseAbstractSearchServiceImpl.search(SearchRequest<Map<String, Object>> searchRequest) SearchService.search(SearchRequest<T> searchInput) Methods in org.chenile.query.service with parameters of type SearchResponseModifier and TypeMethodDescriptionprotected abstract SearchResponseAbstractSearchServiceImpl.doSearch(AbstractSearchServiceImpl.EnhancedSearchRequest searchInput, SearchResponse searchResponse, QueryMetadata queryMetadata) protected abstract intAbstractSearchServiceImpl.processCountQuery(Map<String, Object> filters, SearchResponse searchResponse, QueryMetadata queryMetadata) protected voidAbstractSearchServiceImpl.setPaginationInResponse(SearchResponse searchResponse, int maxRows) 
- 
Uses of SearchResponse in org.chenile.query.service.implMethods in org.chenile.query.service.impl that return SearchResponseModifier and TypeMethodDescriptionprotected SearchResponseNamedQueryServiceSpringMybatisImpl.doSearch(AbstractSearchServiceImpl.EnhancedSearchRequest searchRequest, SearchResponse searchResponse, QueryMetadata queryMetadata) NamedQueryServiceSpringMybatisImpl.search(String queryName, SearchRequest<Map<String, Object>> searchRequest) Methods in org.chenile.query.service.impl with parameters of type SearchResponseModifier and TypeMethodDescriptionprotected SearchResponseNamedQueryServiceSpringMybatisImpl.doSearch(AbstractSearchServiceImpl.EnhancedSearchRequest searchRequest, SearchResponse searchResponse, QueryMetadata queryMetadata) protected intNamedQueryServiceSpringMybatisImpl.processCountQuery(Map<String, Object> filters, SearchResponse searchResponse, QueryMetadata queryMetadata)