Uses of Record Class
org.praxisplatform.uischema.dto.LocateResponse
Packages that use LocateResponse
Package
Description
Camada base de controllers REST metadata-driven da plataforma.
-
Uses of LocateResponse in org.praxisplatform.uischema.controller.base
Methods in org.praxisplatform.uischema.controller.base that return types with arguments of type LocateResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<LocateResponse> AbstractCrudController.locate(FD filterDTO, ID id, int size, org.springframework.util.MultiValueMap<String, String> queryParams) Localiza a posição de um registro considerando filtro e ordenação.org.springframework.http.ResponseEntity<LocateResponse> AbstractResourceQueryController.locate(FD filterDTO, ID id, int size, org.springframework.util.MultiValueMap<String, String> queryParams)