Uses of Class
org.chenile.query.model.SearchRequest
Packages that use SearchRequest
Package
Description
Defines the MyBatis query controller.
This is defined for those who need it.
This is defined for those who need it.
Contains the core model of the QUERY API that can be extended by various implementations.
Defines contracts for Search using the query model.
Named Query service implementation classes in Mybatis.
-
Uses of SearchRequest in org.chenile.configuration.controller
Methods in org.chenile.configuration.controller with parameters of type SearchRequestModifier and TypeMethodDescriptionQueryController.search
(HttpServletRequest request, String queryName, SearchRequest<Map<String, Object>> searchRequest) -
Uses of SearchRequest in org.chenile.query.model
Fields in org.chenile.query.model declared as SearchRequestMethods in org.chenile.query.model that return SearchRequestMethods in org.chenile.query.model with parameters of type SearchRequestModifier and TypeMethodDescriptionvoid
CannedReport.setSearchRequest
(SearchRequest<?> searchRequest) -
Uses of SearchRequest in org.chenile.query.service
Fields in org.chenile.query.service declared as SearchRequestModifier and TypeFieldDescriptionAbstractSearchServiceImpl.EnhancedSearchRequest.originalSearchRequest
Methods in org.chenile.query.service with parameters of type SearchRequestModifier and TypeMethodDescriptionprivate void
AbstractSearchServiceImpl.mergeSearchRequests
(SearchRequest<Map<String, Object>> one, SearchRequest<Map<String, Object>> two) final SearchResponse
AbstractSearchServiceImpl.search
(SearchRequest<Map<String, Object>> searchRequest) SearchService.search
(SearchRequest<T> searchInput) Constructors in org.chenile.query.service with parameters of type SearchRequestModifierConstructorDescriptionEnhancedSearchRequest
(SearchRequest<Map<String, Object>> searchRequest) -
Uses of SearchRequest in org.chenile.query.service.impl
Methods in org.chenile.query.service.impl with parameters of type SearchRequest