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

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

Uses of PressupostSrvInDTO in com.ferri.service.impl
 

Methods in com.ferri.service.impl with parameters of type PressupostSrvInDTO
 String FacturaServiceImpl.createPressupost(PressupostSrvInDTO pressupostSrvInDTO)
           
 Boolean FacturaServiceImpl.deletePressupost(PressupostSrvInDTO pressupostSrvInDTO)
           
 PressupostSrvOutDTO FacturaServiceImpl.getPressupost(PressupostSrvInDTO pressupostSrvInDTO)
           
 PressupostSrvOutDTO FacturaServiceImpl.getPressupostsByCriteria(PressupostSrvInDTO pressupostSrvInDTO)
           
 Boolean FacturaServiceImpl.updatePressupost(PressupostSrvInDTO pressupostSrvInDTO)
           
 

Uses of PressupostSrvInDTO in com.ferri.service.interfaces
 

Methods in com.ferri.service.interfaces with parameters of type PressupostSrvInDTO
 String FacturaService.createPressupost(PressupostSrvInDTO paramPressupostSrvInDTO)
          Crea una instancia Pressupost
 Boolean FacturaService.deletePressupost(PressupostSrvInDTO paramPressupostSrvInDTO)
          Elimina una instancia Pressupost
 PressupostSrvOutDTO FacturaService.getPressupost(PressupostSrvInDTO paramPressupostSrvInDTO)
          Busca sobre Pressupostos amb els criteris informats
 PressupostSrvOutDTO FacturaService.getPressupostsByCriteria(PressupostSrvInDTO paramPressupostSrvInDTO)
          Busca sobre Pressupostos amb els criteris informats
 Boolean FacturaService.updatePressupost(PressupostSrvInDTO paramPressupostSrvInDTO)
          Actualitza una instancia Pressupost