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

Packages that use EmpowermentState
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 EmpowermentState 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 EmpowermentState
 java.util.List<EmpowermentState> Empowerment.getEmpowermentStates()
          Devuelve el estado del apoderamiento
 

Method parameters in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.domain with type arguments of type EmpowermentState
 void Empowerment.setEmpowermentStates(java.util.List<EmpowermentState> empowermentStates)
          Modifica el estado del apoderamiento
 

Uses of EmpowermentState 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 EmpowermentState
 java.util.List<EmpowermentState> EmpowermentQueryServiceDAO.getStatesForEmpowerment(java.lang.Long idEmpowerment)
          Historico de estados para un apoderamiento
 

Methods in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.services with parameters of type EmpowermentState
 boolean EmpowermentQueryServiceDAO.updateState(EmpowermentState empowermentStateOld, EmpowermentState empowermentStateNew)
          Modifica el estao anterior y lo pasa a uno nuevo
 

Uses of EmpowermentState 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 EmpowermentState
 java.util.List<EmpowermentState> EmpowermentQueryServiceDAOImpl.getStatesForEmpowerment(java.lang.Long idEmpowerment)
          Historico de estados para un apoderamiento
 

Methods in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.services.impl with parameters of type EmpowermentState
 boolean EmpowermentQueryServiceDAOImpl.updateState(EmpowermentState empowermentStateOld, EmpowermentState empowermentStateNew)
          Modifica el estao anterior y lo pasa a uno nuevo
 

Uses of EmpowermentState 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 EmpowermentState
 java.util.List<EmpowermentState> EmpowermentDetailsAction.getStates()
          Devuelve los estados de una apoderamiento
 

Methods in edu.uoc.tfc.j2ee.icampanario.grepresenta.telematic.actions with parameters of type EmpowermentState
 void ConfirmEmpowermentAction.prepareConfirm(EmpowermentState empowermentState, User grantor)
          Prepara el documento de confirmacion
 void RejectEmpowermentAction.prepareReject(EmpowermentState empowermentState, User grantor)
          Prepara el documento de rechazo
 void RevokeEmpowermentAction.prepareRevocation(EmpowermentState empowermentState, User attorney)
          Prepara el documento de revocacion
 void WaiveEmpowermentAction.prepareWaived(EmpowermentState empowermentState, User grantor)
          Prepara el documento de renuncia
 

Method parameters in edu.uoc.tfc.j2ee.icampanario.grepresenta.telematic.actions with type arguments of type EmpowermentState
 void EmpowermentDetailsAction.setStates(java.util.List<EmpowermentState> states)
          Modifica la lista de estados del apoderamiento