Uses of Interface
es.mcu.yingo.firma.GeneradorPdfExpediente

Packages that use GeneradorPdfExpediente
es.mcu.yingo.firma   
es.mcu.yingo.tareas.iniciador   
 

Uses of GeneradorPdfExpediente in es.mcu.yingo.firma
 

Classes in es.mcu.yingo.firma that implement GeneradorPdfExpediente
 class GeneradorPdfExpedienteAbstracto
          Genera un fichero pdf a partir de una colección de datos.
 class GeneradorPdfExpedienteImpl
          Genera un fichero pdf a partir de una colección de datos.
 

Uses of GeneradorPdfExpediente in es.mcu.yingo.tareas.iniciador
 

Fields in es.mcu.yingo.tareas.iniciador declared as GeneradorPdfExpediente
private  GeneradorPdfExpediente IniciadorTareaFirmaFichero.generadorPdf
          Objeto que genera el documento pdf que se va a firmar
 

Methods in es.mcu.yingo.tareas.iniciador that return GeneradorPdfExpediente
 GeneradorPdfExpediente IniciadorTareaFirmaFichero.getGeneradorPdf()
           
 

Methods in es.mcu.yingo.tareas.iniciador with parameters of type GeneradorPdfExpediente
 void IniciadorTareaFirmaFichero.setGeneradorPdf(GeneradorPdfExpediente generadorPdf)