|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Document | |
---|---|
edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.domain | Clases de dominio |
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 |
edu.uoc.tfc.j2ee.icampanario.grepresenta.telematic.actions | Actions |
Uses of Document in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.domain |
---|
Methods in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.domain that return Document | |
---|---|
Document |
EmpowermentDocument.getDocument()
Devuelve el documento asociado al apoderamiento |
Methods in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.domain with parameters of type Document | |
---|---|
void |
EmpowermentDocument.setDocument(Document document)
Modifica el documento asociado al apoderamiento |
Uses of Document in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.services |
---|
Methods in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.services with parameters of type Document | |
---|---|
void |
EmpowermentQueryServiceDAO.createDocument(Document document)
Crea un documento |
Uses of Document in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.services.impl |
---|
Methods in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.services.impl with parameters of type Document | |
---|---|
void |
EmpowermentQueryServiceDAOImpl.createDocument(Document originalDocument)
Crea un documento |
Uses of Document in edu.uoc.tfc.j2ee.icampanario.grepresenta.telematic.actions |
---|
Methods in edu.uoc.tfc.j2ee.icampanario.grepresenta.telematic.actions with parameters of type Document | |
---|---|
void |
EmpowermentDetailsAction.downloadEmpowermentDocument(Document doc)
Descarga el documento |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |