|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.cinecolombia.interfases.control.ejb.handlers.StateHandlerSupport | +--com.cinecolombia.interfases.control.ejb.handlers.ComplejosEjbHandler
complejos usecase: handler of user requests in the Services layer
Field Summary | |
private Debug |
debug
|
Fields inherited from class com.cinecolombia.interfases.control.ejb.handlers.StateHandlerSupport |
machine |
Constructor Summary | |
ComplejosEjbHandler()
|
Method Summary | |
java.lang.Object |
perform(InterfasesEvent event)
principal method that process a user request invoking Model EJBs methods |
private java.util.List |
performACTUALIZAR_SALA(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with ACTUALIZAR_SALA action. |
private java.util.List |
performACTUALIZAR_UBICACION(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with ACTUALIZAR_UBICACION action. |
private java.util.List |
performBUSCAR_UBICACIONES(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with BUSCAR_UBICACIONES action. |
private java.util.List |
performDETALLE_SALAS(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with DETALLE_SALAS action. |
private java.util.List |
performDETALLE_UBICACIONES(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with DETALLE_UBICACIONES action. |
private java.util.List |
performDETALLES_COMPLEJO(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with DETALLES_COMPLEJO action. |
private java.util.List |
performELIMINAR_COMPLEJO(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with ELIMINAR_COMPLEJO action. |
private java.util.List |
performELIMINAR_SALA(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with ELIMINAR_SALA action. |
private java.util.List |
performELIMINAR_UBICACION(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with ELIMINAR_UBICACION action. |
private java.util.List |
performGUARDAR_COMPLEJO(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with GUARDAR_COMPLEJO action. |
private java.util.List |
performLIST(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with LIST action. |
private java.util.List |
performNUEVA_SALA(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with NUEVA_SALA action. |
private java.util.List |
performNUEVA_UBICACION(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with NUEVA_UBICACION action. |
private java.util.List |
performNUEVO_COMPLEJO(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with NUEVO_COMPLEJO action. |
private java.util.List |
performREGRESAR_DE_AYUDA_TIPOS_PRECIO_COMPLEJO(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with REGRESAR_DE_AYUDA_TIPOS_PRECIO_COMPLEJO action. |
private java.util.List |
performREGRESAR_DE_AYUDA_UBICACIONES_COMPLEJO(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with REGRESAR_DE_AYUDA_UBICACIONES_COMPLEJO action. |
private java.util.List |
performREGRESAR_DE_INCONSISTENCIAS_COMPLEJO(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with REGRESAR_DE_INCONSISTENCIAS_COMPLEJO action. |
private java.util.List |
performVER_TIPOS_PRECIO(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with VER_TIPOS_PRECIO action. |
private java.util.List |
performVER_UBICACIONES(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with VER_UBICACIONES action. |
private java.lang.String |
processProblem(java.lang.Exception e,
java.lang.String messageEx)
auxiliary method that processes a problem |
Methods inherited from class com.cinecolombia.interfases.control.ejb.handlers.StateHandlerSupport |
doEnd, doStart, init |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private Debug debug
Constructor Detail |
public ComplejosEjbHandler()
Method Detail |
public java.lang.Object perform(InterfasesEvent event) throws InterfasesEventException
perform
in interface StateHandler
perform
in class StateHandlerSupport
event
- request data
InterfasesEventException
private java.util.List performLIST(ComplejosEvent ev) throws InterfasesEventException
ev
- event of complejos usecase
InterfasesEventException
private java.util.List performNUEVO_COMPLEJO(ComplejosEvent ev) throws InterfasesEventException
ev
- event of complejos usecase
InterfasesEventException
private java.util.List performDETALLES_COMPLEJO(ComplejosEvent ev) throws InterfasesEventException
ev
- event of complejos usecase
InterfasesEventException
private java.util.List performELIMINAR_COMPLEJO(ComplejosEvent ev) throws InterfasesEventException
ev
- event of complejos usecase
InterfasesEventException
private java.util.List performGUARDAR_COMPLEJO(ComplejosEvent ev) throws InterfasesEventException
ev
- event of complejos usecase
InterfasesEventException
private java.util.List performDETALLE_SALAS(ComplejosEvent ev) throws InterfasesEventException
ev
- event of complejos usecase
InterfasesEventException
private java.util.List performDETALLE_UBICACIONES(ComplejosEvent ev) throws InterfasesEventException
ev
- event of complejos usecase
InterfasesEventException
private java.util.List performNUEVA_SALA(ComplejosEvent ev) throws InterfasesEventException
ev
- event of complejos usecase
InterfasesEventException
private java.util.List performACTUALIZAR_SALA(ComplejosEvent ev) throws InterfasesEventException
ev
- event of complejos usecase
InterfasesEventException
private java.util.List performELIMINAR_SALA(ComplejosEvent ev) throws InterfasesEventException
ev
- event of complejos usecase
InterfasesEventException
private java.util.List performBUSCAR_UBICACIONES(ComplejosEvent ev) throws InterfasesEventException
ev
- event of complejos usecase
InterfasesEventException
private java.util.List performNUEVA_UBICACION(ComplejosEvent ev) throws InterfasesEventException
ev
- event of complejos usecase
InterfasesEventException
private java.util.List performACTUALIZAR_UBICACION(ComplejosEvent ev) throws InterfasesEventException
ev
- event of complejos usecase
InterfasesEventException
private java.util.List performELIMINAR_UBICACION(ComplejosEvent ev) throws InterfasesEventException
ev
- event of complejos usecase
InterfasesEventException
private java.util.List performVER_UBICACIONES(ComplejosEvent ev) throws InterfasesEventException
ev
- event of complejos usecase
InterfasesEventException
private java.util.List performVER_TIPOS_PRECIO(ComplejosEvent ev) throws InterfasesEventException
ev
- event of complejos usecase
InterfasesEventException
private java.util.List performREGRESAR_DE_AYUDA_UBICACIONES_COMPLEJO(ComplejosEvent ev) throws InterfasesEventException
ev
- event of complejos usecase
InterfasesEventException
private java.util.List performREGRESAR_DE_AYUDA_TIPOS_PRECIO_COMPLEJO(ComplejosEvent ev) throws InterfasesEventException
ev
- event of complejos usecase
InterfasesEventException
private java.util.List performREGRESAR_DE_INCONSISTENCIAS_COMPLEJO(ComplejosEvent ev) throws InterfasesEventException
ev
- event of complejos usecase
InterfasesEventException
private java.lang.String processProblem(java.lang.Exception e, java.lang.String messageEx)
e
- ExceptionmessageEx
- application message associated to e
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |