Uses of Class
edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.domain.Empowerment

Packages that use Empowerment
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 Empowerment in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.domain
 

Methods in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.domain that return Empowerment
 Empowerment EmpowermentState.getEmpowerment()
          Devuelve el apoderamiento
 Empowerment EmpowermentDocument.getEmpowerment()
          Devuelve el apoderamiento
 Empowerment EmpowermentDataModel.getEmpowerment()
          Devuelve el apoderamiento
 

Methods in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.domain that return types with arguments of type Empowerment
 java.util.List<Empowerment> Procedure.getEmpowerments()
          Devuelve la lista de apoderamientos
 

Methods in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.domain with parameters of type Empowerment
 void EmpowermentState.setEmpowerment(Empowerment empowerment)
          Modifica el apoderamiento
 void EmpowermentDocument.setEmpowerment(Empowerment empowerment)
          Modifica el apoderamiento
 void EmpowermentDataModel.setEmpowerment(Empowerment empowerment)
          Modifica el apoderamiento
 

Method parameters in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.domain with type arguments of type Empowerment
 void Procedure.setEmpowerments(java.util.List<Empowerment> empowerments)
          Modifica la lista de apoderamientos
 

Constructors in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.domain with parameters of type Empowerment
EmpowermentDataModel(Empowerment empowerment, State state, User grantor, User attorney)
          Constructor con parametros
 

Uses of Empowerment 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 Empowerment
 java.util.List<Empowerment> EmpowermentQueryServiceDAO.getEmpowermentAsAttorney(java.lang.String idAttorney)
          Devuelve la lista de apoderamientos para el apoderado indicado
 java.util.List<Empowerment> EmpowermentQueryServiceDAO.getEmpowermentsAsGrantor(java.lang.String idGrantor)
          Devuelve la lista de apoderamientos para el poderdante indicado
 java.util.List<Empowerment> EmpowermentQueryServiceDAO.getRelatedEmpowerments(java.lang.Long idEmpowerment, java.lang.Long idDocument)
          Apoderamientos relacionados con uno dado
 

Methods in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.services with parameters of type Empowerment
 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
 boolean EmpowermentQueryServiceDAO.updateEmpowerment(Empowerment empowerment)
          Modifica un apoderamiento
 

Uses of Empowerment 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 Empowerment
 java.util.List<Empowerment> EmpowermentQueryServiceDAOImpl.getEmpowermentAsAttorney(java.lang.String idAttorney)
          Devuelve la lista de apoderamientos para el apoderado indicado
 java.util.List<Empowerment> EmpowermentQueryServiceDAOImpl.getEmpowermentsAsGrantor(java.lang.String idGrantor)
          Devuelve la lista de apoderamientos para el poderdante indicado
 java.util.List<Empowerment> EmpowermentQueryServiceDAOImpl.getRelatedEmpowerments(java.lang.Long idEmpowerment, java.lang.Long idDocument)
          Apoderamientos relacionados con uno dado
 

Methods in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.services.impl with parameters of type Empowerment
 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
 boolean EmpowermentQueryServiceDAOImpl.updateEmpowerment(Empowerment empowerment)
          Modifica un apoderamiento
 

Uses of Empowerment in edu.uoc.tfc.j2ee.icampanario.grepresenta.telematic.actions
 

Methods in edu.uoc.tfc.j2ee.icampanario.grepresenta.telematic.actions that return Empowerment
 Empowerment EmpowermentDetailsAction.getEmpowerment()
          Devuelve el apoderamiento de detalles
 

Methods in edu.uoc.tfc.j2ee.icampanario.grepresenta.telematic.actions that return types with arguments of type Empowerment
 java.util.List<Empowerment> NewEmpowermentAction.getEmpowerments()
          Devuelve la lista de apoderamientos que se esta creando
 java.util.List<Empowerment> WaiveEmpowermentAction.getRelatedEmpowerments()
          Devuelve la lista de apoderamientos relacionados
 java.util.List<Empowerment> RevokeEmpowermentAction.getRelatedEmpowerments()
          Devuelve la lista de apoderamientos relacionados
 java.util.List<Empowerment> RejectEmpowermentAction.getRelatedEmpowerments()
          Devuelve la lista de apoderamientos relacionados
 java.util.List<Empowerment> EmpowermentDetailsAction.getRelatedEmpowerments()
          Devuelve la lista de apoderamientos relacionados
 java.util.List<Empowerment> ConfirmEmpowermentAction.getRelatedEmpowerments()
          Devuelve la lista de apoderamientos relacionados
 

Methods in edu.uoc.tfc.j2ee.icampanario.grepresenta.telematic.actions with parameters of type Empowerment
 void EmpowermentDetailsAction.chargeEmpowerment(Empowerment empowerment)
          Inicializa los detalles del apoderamiento
 void EmpowermentDetailsAction.setEmpowerment(Empowerment empowerment)
          Modifica el apoderamiento de detalles
 

Method parameters in edu.uoc.tfc.j2ee.icampanario.grepresenta.telematic.actions with type arguments of type Empowerment
 void NewEmpowermentAction.setEmpowerments(java.util.List<Empowerment> empowerments)
          Modifica los apoderamientos
 void WaiveEmpowermentAction.setRelatedEmpowerments(java.util.List<Empowerment> relatedEmpowerments)
          Modifica la lista de apoderamientos relacionados
 void RevokeEmpowermentAction.setRelatedEmpowerments(java.util.List<Empowerment> relatedEmpowerments)
          Modifica la lista de apoderamientos relacionados
 void RejectEmpowermentAction.setRelatedEmpowerments(java.util.List<Empowerment> relatedEmpowerments)
          Modifica la lista de apoderamientos relacionados
 void EmpowermentDetailsAction.setRelatedEmpowerments(java.util.List<Empowerment> relatedEmpowerments)
          Modifica la lista de apoderamientos relacionados
 void ConfirmEmpowermentAction.setRelatedEmpowerments(java.util.List<Empowerment> relatedEmpowerments)
          Modifica la lista de apoderamientos relacionados