Uses of Class
org.dynamoframework.rest.crud.search.SearchModel
Packages that use SearchModel
-
Uses of SearchModel in org.dynamoframework.rest.crud
Methods in org.dynamoframework.rest.crud with parameters of type SearchModelModifier and TypeMethodDescription<ID,T extends AbstractEntity<ID>>
AndSearchService.createFilter(SearchModel searchModel, EntityModel<T> model) SearchService.createSortOrders(SearchModel searchModel, EntityModel<?> entityModel) CrudController.search(String entityName, @Valid SearchModel searchModel, String reference) Executes a search request<ID,T extends AbstractEntity<ID>>
SearchResultsModel<T> SearchService.search(SearchModel searchModel, EntityModel<T> entityModel)