Uses of Class
edu.uoc.tfc.web.DownloadWrapperVO

Packages that use DownloadWrapperVO
edu.uoc.tfc.gui.parts.imprimir   
edu.uoc.tfc.gui.parts.imprimirFactura   
edu.uoc.tfc.service   
 

Uses of DownloadWrapperVO in edu.uoc.tfc.gui.parts.imprimir
 

Methods in edu.uoc.tfc.gui.parts.imprimir that return DownloadWrapperVO
 DownloadWrapperVO ImprimirPartForm.getResultat()
          Gets the resultat field.
 DownloadWrapperVO ImprimirPartDadesImprimirPartFormImpl.getResultat()
           
 

Methods in edu.uoc.tfc.gui.parts.imprimir with parameters of type DownloadWrapperVO
 void ImprimirPartForm.setResultat(DownloadWrapperVO resultat)
          Sets the resultat field.
 void ImprimirPartDadesImprimirPartFormImpl.setResultat(DownloadWrapperVO resultat)
           
 

Uses of DownloadWrapperVO in edu.uoc.tfc.gui.parts.imprimirFactura
 

Methods in edu.uoc.tfc.gui.parts.imprimirFactura that return DownloadWrapperVO
 DownloadWrapperVO ImprimirFacturaForm.getResultat()
          Gets the resultat field.
 DownloadWrapperVO ImprimirFacturaDadesImprimirFacturaFormImpl.getResultat()
           
 

Methods in edu.uoc.tfc.gui.parts.imprimirFactura with parameters of type DownloadWrapperVO
 void ImprimirFacturaForm.setResultat(DownloadWrapperVO resultat)
          Sets the resultat field.
 void ImprimirFacturaDadesImprimirFacturaFormImpl.setResultat(DownloadWrapperVO resultat)
           
 

Uses of DownloadWrapperVO in edu.uoc.tfc.service
 

Methods in edu.uoc.tfc.service that return DownloadWrapperVO
 DownloadWrapperVO PartServiceBase.imprimirFactura(java.lang.String partId)
           
 DownloadWrapperVO PartService.imprimirFactura(java.lang.String partId)
           
 DownloadWrapperVO PartServiceBase.imprimirPart(java.lang.String partId)
           
 DownloadWrapperVO PartService.imprimirPart(java.lang.String partId)