Uses of Class
edu.uoc.tfc.j2ee.icampanario.components.documentsManager.exception.DocumentsManagerException

Packages that use DocumentsManagerException
edu.uoc.tfc.j2ee.icampanario.components.documentsManager Clases del componente que gestiona la documentación 
edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.services Interfaces de las Clases de acceso a datos 
edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.services.impl Implementaciones de las Clases de acceso a datos 
 

Uses of DocumentsManagerException in edu.uoc.tfc.j2ee.icampanario.components.documentsManager
 

Methods in edu.uoc.tfc.j2ee.icampanario.components.documentsManager that throw DocumentsManagerException
 SignDocument DocumentsManagerFile.get(java.lang.String id)
          Obtiene el documento identificado por el id indicado
 SignDocument DocumentsManager.get(java.lang.String id)
          Obtiene el documento identificado por el id indicado
 void DocumentsManagerFile.save(SignDocument document)
          Persiste el documento
 void DocumentsManager.save(SignDocument document)
          Persiste el documento
 

Uses of DocumentsManagerException in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.services
 

Methods in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.services that throw DocumentsManagerException
 void EmpowermentQueryServiceDAO.createDocument(Document document)
          Crea un documento
 java.util.List<EmpowermentDocument> EmpowermentQueryServiceDAO.getDocumentsForEmpowerment(java.lang.Long idEmpowerment)
          Documentos de un apoderamiento
 

Uses of DocumentsManagerException in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.services.impl
 

Methods in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.services.impl that throw DocumentsManagerException
 void EmpowermentQueryServiceDAOImpl.createDocument(Document originalDocument)
          Crea un documento
 java.util.List<EmpowermentDocument> EmpowermentQueryServiceDAOImpl.getDocumentsForEmpowerment(java.lang.Long idEmpowerment)
          Documentos de un apoderamiento