Uses of Class
diegosneves.github.conectardoacoes.adapters.rest.request.ShelterCreationRequest
Packages that use ShelterCreationRequest
Package
Description
-
Uses of ShelterCreationRequest in diegosneves.github.conectardoacoes.adapters.rest.controller
Methods in diegosneves.github.conectardoacoes.adapters.rest.controller with parameters of type ShelterCreationRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ShelterCreatedResponse>ShelterController.createShelter(ShelterCreationRequest request) Método POST para a criação de um Abrigo. -
Uses of ShelterCreationRequest in diegosneves.github.conectardoacoes.adapters.rest.controller.imp
Methods in diegosneves.github.conectardoacoes.adapters.rest.controller.imp with parameters of type ShelterCreationRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ShelterCreatedResponse>ShelterControllerImpl.createShelter(ShelterCreationRequest request) -
Uses of ShelterCreationRequest in diegosneves.github.conectardoacoes.adapters.rest.service
Methods in diegosneves.github.conectardoacoes.adapters.rest.service with parameters of type ShelterCreationRequestModifier and TypeMethodDescriptionShelterEntityService.createShelter(ShelterCreationRequest request) Este método é responsável por criar um novo abrigo no sistema. -
Uses of ShelterCreationRequest in diegosneves.github.conectardoacoes.adapters.rest.service.impl
Methods in diegosneves.github.conectardoacoes.adapters.rest.service.impl with parameters of type ShelterCreationRequestModifier and TypeMethodDescriptionprivate ShelterContractShelterEntityServiceImpl.createAndReturnShelterInstance(ShelterCreationRequest request) Cria uma nova instância deSheltere a retorna.ShelterEntityServiceImpl.createShelter(ShelterCreationRequest request) Este método é responsável por criar um novo abrigo no sistema.