|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EmpowermentDocument | |
---|---|
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 EmpowermentDocument in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.domain |
---|
Methods in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.domain that return types with arguments of type EmpowermentDocument | |
---|---|
java.util.List<EmpowermentDocument> |
Empowerment.getEmpowermentDocuments()
Devuelve la lista de documentos de un apoderamiento |
Method parameters in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.domain with type arguments of type EmpowermentDocument | |
---|---|
void |
Empowerment.setEmpowermentDocuments(java.util.List<EmpowermentDocument> empowermentDocuments)
Modifica la lista de documentos de un apoderamiento |
Uses of EmpowermentDocument in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.services |
---|
Methods in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.services that return types with arguments of type EmpowermentDocument | |
---|---|
java.util.List<EmpowermentDocument> |
EmpowermentQueryServiceDAO.getDocumentsForEmpowerment(java.lang.Long idEmpowerment)
Documentos de un apoderamiento |
Methods in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.services with parameters of type EmpowermentDocument | |
---|---|
boolean |
EmpowermentQueryServiceDAO.createEmpowerment(Empowerment empowerment,
java.lang.Long documentId,
EmpowermentDocument empoDocument)
Crea un apoderamiento |
boolean |
EmpowermentQueryServiceDAO.createEmpowermentDocument(Empowerment empowerment,
java.lang.Long documentId,
EmpowermentDocument empoDocument)
Crea un documento para un apoderamiento |
Uses of EmpowermentDocument in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.services.impl |
---|
Methods in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.services.impl that return types with arguments of type EmpowermentDocument | |
---|---|
java.util.List<EmpowermentDocument> |
EmpowermentQueryServiceDAOImpl.getDocumentsForEmpowerment(java.lang.Long idEmpowerment)
Documentos de un apoderamiento |
Methods in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.services.impl with parameters of type EmpowermentDocument | |
---|---|
boolean |
EmpowermentQueryServiceDAOImpl.createEmpowerment(Empowerment empowerment,
java.lang.Long documentId,
EmpowermentDocument empoDocument)
Crea un apoderamiento |
boolean |
EmpowermentQueryServiceDAOImpl.createEmpowermentDocument(Empowerment empowerment,
java.lang.Long documentId,
EmpowermentDocument empoDocument)
Crea un documento para un apoderamiento |
Uses of EmpowermentDocument in edu.uoc.tfc.j2ee.icampanario.grepresenta.telematic.actions |
---|
Methods in edu.uoc.tfc.j2ee.icampanario.grepresenta.telematic.actions that return types with arguments of type EmpowermentDocument | |
---|---|
java.util.List<EmpowermentDocument> |
EmpowermentDetailsAction.getDocuments()
Devuelve los documentos de un apoderamiento |
Method parameters in edu.uoc.tfc.j2ee.icampanario.grepresenta.telematic.actions with type arguments of type EmpowermentDocument | |
---|---|
void |
EmpowermentDetailsAction.setDocuments(java.util.List<EmpowermentDocument> documents)
Modifica los documentos de un apoderamiento |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |