Uses of Class
com.ferri.service.dto.input.IntervencioSrvInDTO

Packages that use IntervencioSrvInDTO
com.ferri.service.impl   
com.ferri.service.interfaces   
 

Uses of IntervencioSrvInDTO in com.ferri.service.impl
 

Methods in com.ferri.service.impl with parameters of type IntervencioSrvInDTO
 Long ContracteServiceImpl.createIntervencio(IntervencioSrvInDTO intervencioSrvInDTO)
           
 Boolean ContracteServiceImpl.deleteIntervencio(IntervencioSrvInDTO intervencioSrvInDTO)
           
 IntervencioSrvOutDTO ContracteServiceImpl.getIntervencio(IntervencioSrvInDTO intervencioSrvInDTO)
           
 IntervencioSrvOutDTO ContracteServiceImpl.getIntervenciosByCriteria(IntervencioSrvInDTO intervencioSrvInDTO)
           
 Boolean ContracteServiceImpl.updateIntervencio(IntervencioSrvInDTO intervencioSrvInDTO)
           
 

Uses of IntervencioSrvInDTO in com.ferri.service.interfaces
 

Methods in com.ferri.service.interfaces with parameters of type IntervencioSrvInDTO
 Long ContracteService.createIntervencio(IntervencioSrvInDTO paramIntervencioSrvInDTO)
          Crea una instancia Intervencio
 Boolean ContracteService.deleteIntervencio(IntervencioSrvInDTO paramIntervencioSrvInDTO)
          Elimina una instancia Intervencio
 IntervencioSrvOutDTO ContracteService.getIntervencio(IntervencioSrvInDTO paramIntervencioSrvInDTO)
          Busca sobre Intervencions amb els criteris informats
 IntervencioSrvOutDTO ContracteService.getIntervenciosByCriteria(IntervencioSrvInDTO paramIntervencioSrvInDTO)
          Busca sobre Intervencions amb els criteris informats
 Boolean ContracteService.updateIntervencio(IntervencioSrvInDTO paramIntervencioSrvInDTO)
          Actualitza una instancia Intervencio