|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use State | |
---|---|
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 |
edu.uoc.tfc.j2ee.icampanario.grepresenta.useful | Clases de configuración y utilidad |
Uses of State in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.domain |
---|
Methods in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.domain that return State | |
---|---|
State |
EmpowermentDataModel.getCurrentState()
Devuelve el estado actual |
State |
EmpowermentState.getState()
Devuelve el estado del apoderamiento |
Methods in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.domain with parameters of type State | |
---|---|
void |
EmpowermentDataModel.setCurrentState(State currentState)
Modifica el estado actual |
void |
EmpowermentState.setState(State state)
Modifica el estado del apoderamiento |
Constructors in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.domain with parameters of type State | |
---|---|
EmpowermentDataModel(Empowerment empowerment,
State state,
User grantor,
User attorney)
Constructor con parametros |
Uses of State 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 State | |
---|---|
java.util.List<State> |
EmpowermentQueryServiceDAO.getAllStates()
Devuelve todos los estados del sistema |
java.util.Map<java.lang.Long,State> |
EmpowermentQueryServiceDAO.getCurrentStateForAllEmpowerment()
Estados de todos los apoderamientos |
Uses of State 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 State | |
---|---|
java.util.List<State> |
EmpowermentQueryServiceDAOImpl.getAllStates()
Devuelve todos los estados |
java.util.Map<java.lang.Long,State> |
EmpowermentQueryServiceDAOImpl.getCurrentStateForAllEmpowerment()
Estados de todos los apoderamientos |
java.util.Map<java.lang.String,State> |
EmpowermentQueryServiceDAOImpl.getStates()
get the states |
Method parameters in edu.uoc.tfc.j2ee.icampanario.grepresenta.persistence.services.impl with type arguments of type State | |
---|---|
void |
EmpowermentQueryServiceDAOImpl.setStates(java.util.Map<java.lang.String,State> states)
set the states |
Uses of State 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 State | |
---|---|
java.util.Map<java.lang.Long,State> |
OverviewAction.getMapsEmpowermentState()
Devuelve el mapa con los estados de apoderamiento |
Method parameters in edu.uoc.tfc.j2ee.icampanario.grepresenta.telematic.actions with type arguments of type State | |
---|---|
void |
OverviewAction.setMapsEmpowermentState(java.util.Map<java.lang.Long,State> mapsEmpowermentState)
Modifica el mapa con los estados de apoderamientos |
Uses of State in edu.uoc.tfc.j2ee.icampanario.grepresenta.useful |
---|
Methods in edu.uoc.tfc.j2ee.icampanario.grepresenta.useful that return types with arguments of type State | |
---|---|
java.util.Map<java.lang.String,State> |
GRepresentaConfiguration.getStates()
Mapa de estados |
Method parameters in edu.uoc.tfc.j2ee.icampanario.grepresenta.useful with type arguments of type State | |
---|---|
void |
GRepresentaConfiguration.setStates(java.util.Map<java.lang.String,State> states)
Mapa de estados |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |