Uses of Class
ml.calumma.web.model.request.ClientRequest
-
Packages that use ClientRequest Package Description ml.calumma.web.model.request ml.calumma.web.web.controller -
-
Uses of ClientRequest in ml.calumma.web.model.request
Methods in ml.calumma.web.model.request that return ClientRequest Modifier and Type Method Description ClientRequestClientRequest. setFilters(List<ClientSearchCriteria> filters)ClientRequestClientRequest. setPageRequest(org.springframework.data.domain.PageRequest pageRequest)ClientRequestClientRequest. setProjections(List<String> projections)Methods in ml.calumma.web.model.request with parameters of type ClientRequest Modifier and Type Method Description voidParsedRequest. buildRequest(ClientRequest clientRequest) -
Uses of ClientRequest in ml.calumma.web.web.controller
Methods in ml.calumma.web.web.controller with parameters of type ClientRequest Modifier and Type Method Description org.springframework.data.domain.Page<Entity>BaseController. queryEntityPost(ClientRequest clientRequest)
-