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

Packages that use EmpowermentDataModel
edu.uoc.tfc.j2ee.icampanario.grepresenta.telematic.actions Actions 
 

Uses of EmpowermentDataModel 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 EmpowermentDataModel
 java.util.List<EmpowermentDataModel> OverviewAction.getEmpAsAttorney()
          Devuelve la lista de apoderamientos como apoderado
 java.util.List<EmpowermentDataModel> OverviewAction.getEmpAsGrantor()
          Devuelve la lista de apoderamientos como poderdante
 

Method parameters in edu.uoc.tfc.j2ee.icampanario.grepresenta.telematic.actions with type arguments of type EmpowermentDataModel
 void OverviewAction.setEmpAsAttorney(java.util.List<EmpowermentDataModel> empAsAttorney)
          Modifica la lista de apoderamientos como apoderado
 void OverviewAction.setEmpAsGrantor(java.util.List<EmpowermentDataModel> empAsGrantor)
          Modifica la lista de apoderamientos como poderdante