Uses of Class
br.com.selfmaintenance.domain.entities.recurso.Recurso
Packages that use Recurso
Package
Description
-
Uses of Recurso in br.com.selfmaintenance.app.services.procedimento
Methods in br.com.selfmaintenance.app.services.procedimento with parameters of type RecursoModifier and TypeMethodDescriptionIProcedimentoService.adicionarRecurso(Long id, Recurso recurso) ProcedimentoService.adicionarRecurso(Long id, Recurso recurso) -
Uses of Recurso in br.com.selfmaintenance.domain.entities.procedimento
Methods in br.com.selfmaintenance.domain.entities.procedimento that return types with arguments of type RecursoMethods in br.com.selfmaintenance.domain.entities.procedimento with parameters of type RecursoMethod parameters in br.com.selfmaintenance.domain.entities.procedimento with type arguments of type Recurso -
Uses of Recurso in br.com.selfmaintenance.infra.repositories.recurso
Methods in br.com.selfmaintenance.infra.repositories.recurso that return RecursoMethods in br.com.selfmaintenance.infra.repositories.recurso that return types with arguments of type Recurso -
Uses of Recurso in br.com.selfmaintenance.presentation.http.controllers
Methods in br.com.selfmaintenance.presentation.http.controllers with parameters of type RecursoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Procedimento> ProcedimentoController.adicionarRecurso(Long id, Recurso recurso)