Uses of Class
com.ferri.service.dto.output.EstatSrvOutDTO

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

Uses of EstatSrvOutDTO in com.ferri.service.impl
 

Methods in com.ferri.service.impl that return EstatSrvOutDTO
 EstatSrvOutDTO FacturaServiceImpl.getEstat(EstatSrvInDTO estatSrvInDTO)
           
private  EstatSrvOutDTO FacturaServiceImpl.getEstatsByPrefix(String prefix)
          Cerca un llista de entitats Estat depenent del prefix.
 EstatSrvOutDTO FacturaServiceImpl.getEstatsContracte()
           
 EstatSrvOutDTO FacturaServiceImpl.getEstatsFactura()
           
 EstatSrvOutDTO FacturaServiceImpl.getEstatsIntervencio()
           
 EstatSrvOutDTO FacturaServiceImpl.getEstatsPressupost()
           
 

Uses of EstatSrvOutDTO in com.ferri.service.interfaces
 

Methods in com.ferri.service.interfaces that return EstatSrvOutDTO
 EstatSrvOutDTO FacturaService.getEstat(EstatSrvInDTO paramEstatSrvInDTO)
          Busca sobre Estats amb els criteris informats
 EstatSrvOutDTO FacturaService.getEstatsContracte()
          Carrega tots els Estats de Contracte
 EstatSrvOutDTO FacturaService.getEstatsFactura()
          Carrega tots els Estats de Factura
 EstatSrvOutDTO FacturaService.getEstatsIntervencio()
          Carrega tots els Estats de Intervencio
 EstatSrvOutDTO FacturaService.getEstatsPressupost()
          Carrega tots els Estats de Pressupost