|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterfasesEventException | |
com.cinecolombia.interfases.control.ejb | Controlador MVC del nivel EJB para el módulo Interfases. |
com.cinecolombia.interfases.control.ejb.handlers | Clases manejadoras para el controlador MVC del nivel EJB del módulo Interfases (una por caso de uso). |
com.cinecolombia.interfases.control.web | Controlador MVC del nivel Web para el módulo Interfases. |
com.cinecolombia.interfases.control.web.handlers | Clases manejadoras para el controlador MVC del nivel Web del módulo Interfases (una por caso de uso). |
Uses of InterfasesEventException in com.cinecolombia.interfases.control.ejb |
Methods in com.cinecolombia.interfases.control.ejb that throw InterfasesEventException | |
java.util.Collection |
StateMachine.handleEvent(InterfasesEvent ese)
process event corresponding to user request, through associated handler |
private java.lang.String |
StateMachine.getHandlerName(java.lang.String eventName)
get in context the name of handler class for the event |
java.util.Collection |
InterfasesControllerEJB.handleEvent(InterfasesEvent ese)
Principal service: Feeds the specified event to the state machine of the business logic. |
java.util.Collection |
InterfasesController.handleEvent(InterfasesEvent ese)
Principal service: Feeds the specified event to the state machine of the business logic. |
Uses of InterfasesEventException in com.cinecolombia.interfases.control.ejb.handlers |
Methods in com.cinecolombia.interfases.control.ejb.handlers that throw InterfasesEventException | |
java.lang.Object |
StateHandlerSupport.perform(InterfasesEvent event)
processing of event |
java.lang.Object |
StateHandler.perform(InterfasesEvent event)
process event |
java.lang.Object |
ProgramacionEjbHandler.perform(InterfasesEvent event)
principal method that process a user request invoking Model EJBs methods |
private java.util.List |
ProgramacionEjbHandler.performLIST(ProgramacionEvent ev)
Auxiliary method that processes an ProgramacionEvent with LIST action. |
private java.util.List |
ProgramacionEjbHandler.performCARGAR_PROGRAMACION(ProgramacionEvent ev)
Auxiliary method that processes an ProgramacionEvent with CARGAR_PROGRAMACION action. |
private java.util.List |
ProgramacionEjbHandler.performGUARDAR_PROGRAMACION(ProgramacionEvent ev)
Auxiliary method that processes an ProgramacionEvent with GUARDAR_PROGRAMACION action. |
java.lang.Object |
PeliculasExhibicionEjbHandler.perform(InterfasesEvent event)
principal method that process a user request invoking Model EJBs methods |
private java.util.List |
PeliculasExhibicionEjbHandler.performLIST(PeliculasExhibicionEvent ev)
Auxiliary method that processes an PeliculasExhibicionEvent with LIST action. |
private java.util.List |
PeliculasExhibicionEjbHandler.performBUSCAR_PELICULA_EXHIB(PeliculasExhibicionEvent ev)
Auxiliary method that processes an PeliculasExhibicionEvent with BUSCAR_PELICULA_EXHIB action. |
private java.util.List |
PeliculasExhibicionEjbHandler.performACTUALIZAR_PELICULAS_EXHIB(PeliculasExhibicionEvent ev)
Auxiliary method that processes an PeliculasExhibicionEvent with ACTUALIZAR_PELICULAS_EXHIB action. |
java.lang.Object |
IngresarDatosComplejoEjbHandler.perform(InterfasesEvent event)
principal method that process a user request invoking Model EJBs methods |
private java.util.List |
IngresarDatosComplejoEjbHandler.performLIST(IngresarDatosComplejoEvent ev)
Auxiliary method that processes an IngresarDatosComplejoEvent with LIST action. |
private java.util.List |
IngresarDatosComplejoEjbHandler.performTERMINAR(IngresarDatosComplejoEvent ev)
Auxiliary method that processes an IngresarDatosComplejoEvent with TERMINAR action. |
java.lang.Object |
ExportarComplejoEjbHandler.perform(InterfasesEvent event)
principal method that process a user request invoking Model EJBs methods |
private java.util.List |
ExportarComplejoEjbHandler.performLIST(ExportarComplejoEvent ev)
Auxiliary method that processes an ExportarComplejoEvent with LIST action. |
java.lang.Object |
ComplejosEjbHandler.perform(InterfasesEvent event)
principal method that process a user request invoking Model EJBs methods |
private java.util.List |
ComplejosEjbHandler.performLIST(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with LIST action. |
private java.util.List |
ComplejosEjbHandler.performNUEVO_COMPLEJO(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with NUEVO_COMPLEJO action. |
private java.util.List |
ComplejosEjbHandler.performDETALLES_COMPLEJO(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with DETALLES_COMPLEJO action. |
private java.util.List |
ComplejosEjbHandler.performELIMINAR_COMPLEJO(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with ELIMINAR_COMPLEJO action. |
private java.util.List |
ComplejosEjbHandler.performGUARDAR_COMPLEJO(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with GUARDAR_COMPLEJO action. |
private java.util.List |
ComplejosEjbHandler.performDETALLE_SALAS(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with DETALLE_SALAS action. |
private java.util.List |
ComplejosEjbHandler.performDETALLE_UBICACIONES(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with DETALLE_UBICACIONES action. |
private java.util.List |
ComplejosEjbHandler.performNUEVA_SALA(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with NUEVA_SALA action. |
private java.util.List |
ComplejosEjbHandler.performACTUALIZAR_SALA(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with ACTUALIZAR_SALA action. |
private java.util.List |
ComplejosEjbHandler.performELIMINAR_SALA(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with ELIMINAR_SALA action. |
private java.util.List |
ComplejosEjbHandler.performBUSCAR_UBICACIONES(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with BUSCAR_UBICACIONES action. |
private java.util.List |
ComplejosEjbHandler.performNUEVA_UBICACION(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with NUEVA_UBICACION action. |
private java.util.List |
ComplejosEjbHandler.performACTUALIZAR_UBICACION(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with ACTUALIZAR_UBICACION action. |
private java.util.List |
ComplejosEjbHandler.performELIMINAR_UBICACION(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with ELIMINAR_UBICACION action. |
private java.util.List |
ComplejosEjbHandler.performVER_UBICACIONES(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with VER_UBICACIONES action. |
private java.util.List |
ComplejosEjbHandler.performVER_TIPOS_PRECIO(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with VER_TIPOS_PRECIO action. |
private java.util.List |
ComplejosEjbHandler.performREGRESAR_DE_AYUDA_UBICACIONES_COMPLEJO(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with REGRESAR_DE_AYUDA_UBICACIONES_COMPLEJO action. |
private java.util.List |
ComplejosEjbHandler.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 |
ComplejosEjbHandler.performREGRESAR_DE_INCONSISTENCIAS_COMPLEJO(ComplejosEvent ev)
Auxiliary method that processes an ComplejosEvent with REGRESAR_DE_INCONSISTENCIAS_COMPLEJO action. |
Uses of InterfasesEventException in com.cinecolombia.interfases.control.web |
Methods in com.cinecolombia.interfases.control.web that throw InterfasesEventException | |
void |
ScreenFlowManager.getNextScreen(javax.servlet.http.HttpServletRequest request,
java.lang.Object answer,
javax.servlet.ServletContext context)
Using the information we have in the request along with The url map for the current url we will insure that the propper current screen is selected based on the settings in both the screendefinitions.xml file and requestmappings.xml files. |
InterfasesEvent |
RequestToEventTranslator.processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.ServletContext context)
build event corresponding to user request using handler associated to event type |
java.lang.Object |
RequestProcessor.processRequest(javax.servlet.http.HttpServletRequest request)
This method is the core of the RequestProcessor. |
java.util.Collection |
InterfasesControllerProxy.handleEvent(InterfasesEvent ese)
feeds the specified event to the state machine of the business logic: sends the event to the controller ejb and gets a list with names of Model objects who were updated |
Uses of InterfasesEventException in com.cinecolombia.interfases.control.web.handlers |
Methods in com.cinecolombia.interfases.control.web.handlers that throw InterfasesEventException | |
InterfasesEvent |
RequestHandler.processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.ServletContext context)
process user request |
InterfasesEvent |
ProgramacionRequestHandler.processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.ServletContext context)
principal method that process a user request instantiating a ProgramacionEvent with the user request data |
private InterfasesEvent |
ProgramacionRequestHandler.createEventForLIST(javax.servlet.http.HttpServletRequest request)
method for instantiating a ProgramacionEvent demanding a service for action LIST |
private InterfasesEvent |
ProgramacionRequestHandler.createEventForCARGAR_PROGRAMACION(javax.servlet.http.HttpServletRequest request)
method for instantiating a ProgramacionEvent demanding a service for action CARGAR_PROGRAMACION |
private InterfasesEvent |
ProgramacionRequestHandler.createEventForGUARDAR_PROGRAMACION(javax.servlet.http.HttpServletRequest request)
method for instantiating a ProgramacionEvent demanding a service for action GUARDAR_PROGRAMACION |
java.lang.String |
ProgramacionFlowHandler.processFlow(javax.servlet.http.HttpServletRequest request,
java.lang.Object answer,
javax.servlet.ServletContext context)
principal method for deciding output screen after processing an action |
private java.lang.String |
ProgramacionFlowHandler.processAnswer(int actionType,
javax.servlet.http.HttpServletRequest request,
java.lang.Object answer,
javax.servlet.ServletContext context)
method for processing the answer to a ProgramacionEvent |
InterfasesEvent |
PeliculasExhibicionRequestHandler.processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.ServletContext context)
Principal method that process a user request instantiating a PeliculasExhibicionEvent with the user request data |
private InterfasesEvent |
PeliculasExhibicionRequestHandler.createEventForLIST(javax.servlet.http.HttpServletRequest request)
Method for instantiating a PeliculasExhibicionEvent demanding a service for action LIST |
private InterfasesEvent |
PeliculasExhibicionRequestHandler.createEventForBUSCAR_PELICULA_EXHIB(javax.servlet.http.HttpServletRequest request)
Method for instantiating a PeliculasExhibicionEvent demanding a service for action BUSCAR_PELICULA_EXHIB |
private InterfasesEvent |
PeliculasExhibicionRequestHandler.createEventForACTUALIZAR_PELICULAS_EXHIB(javax.servlet.http.HttpServletRequest request)
Method for instantiating a PeliculasExhibicionEvent demanding a service for action ACTUALIZAR_PELICULAS_EXHIB |
java.lang.String |
PeliculasExhibicionFlowHandler.processFlow(javax.servlet.http.HttpServletRequest request,
java.lang.Object answer,
javax.servlet.ServletContext context)
Principal method for deciding output screen after processing an action |
private java.lang.String |
PeliculasExhibicionFlowHandler.processAnswer(int actionType,
javax.servlet.http.HttpServletRequest request,
java.lang.Object answer,
javax.servlet.ServletContext context)
Method for processing the answer to a PeliculasExhibicionEvent |
InterfasesEvent |
IngresarDatosComplejoRequestHandler.processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.ServletContext context)
principal method that process a user request instantiating a IngresarDatosComplejoEvent with the user request data |
private InterfasesEvent |
IngresarDatosComplejoRequestHandler.createEventForLIST(javax.servlet.http.HttpServletRequest request)
method for instantiating a IngresarDatosComplejoEvent demanding a service for action LIST |
private InterfasesEvent |
IngresarDatosComplejoRequestHandler.createEventForTERMINAR(javax.servlet.http.HttpServletRequest request)
method for instantiating a IngresarDatosComplejoEvent asking a service for action TERMINAR |
java.lang.String |
IngresarDatosComplejoFlowHandler.processFlow(javax.servlet.http.HttpServletRequest request,
java.lang.Object answer,
javax.servlet.ServletContext context)
principal method for deciding output screen after processing an action |
private java.lang.String |
IngresarDatosComplejoFlowHandler.processAnswer(int actionType,
javax.servlet.http.HttpServletRequest request,
java.lang.Object answer,
javax.servlet.ServletContext context)
method for processing the answer to a IngresarDatosComplejoEvent |
java.lang.String |
FlowHandler.processFlow(javax.servlet.http.HttpServletRequest request,
java.lang.Object answer,
javax.servlet.ServletContext context)
Description of the Method |
InterfasesEvent |
ExportarComplejoRequestHandler.processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.ServletContext context)
principal method that process a user request instantiating a ExportarComplejoEvent with the user request data |
private InterfasesEvent |
ExportarComplejoRequestHandler.createEventForLIST(javax.servlet.http.HttpServletRequest request)
method for instantiating a ExportarComplejoEvent demanding a service for action LIST |
java.lang.String |
ExportarComplejoFlowHandler.processFlow(javax.servlet.http.HttpServletRequest request,
java.lang.Object answer,
javax.servlet.ServletContext context)
principal method for deciding output screen after processing an action |
private java.lang.String |
ExportarComplejoFlowHandler.processAnswer(int actionType,
javax.servlet.http.HttpServletRequest request,
java.lang.Object answer,
javax.servlet.ServletContext context)
method for processing the answer to a ExportarComplejoEvent |
InterfasesEvent |
ComplejosRequestHandler.processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.ServletContext context)
principal method that process a user request instantiating a ComplejosEvent with the user request data |
private InterfasesEvent |
ComplejosRequestHandler.createEventForLIST(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action LIST |
private InterfasesEvent |
ComplejosRequestHandler.createEventForNUEVO_COMPLEJO(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action NUEVO_COMPLEJO |
private InterfasesEvent |
ComplejosRequestHandler.createEventForDETALLES_COMPLEJO(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action DETALLES_COMPLEJO |
private InterfasesEvent |
ComplejosRequestHandler.createEventForELIMINAR_COMPLEJO(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action ELIMINAR_COMPLEJO |
private InterfasesEvent |
ComplejosRequestHandler.createEventForGUARDAR_COMPLEJO(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action GUARDAR_COMPLEJO |
private InterfasesEvent |
ComplejosRequestHandler.createEventForDETALLE_SALAS(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action DETALLE_SALAS |
private InterfasesEvent |
ComplejosRequestHandler.createEventForDETALLE_UBICACIONES(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action DETALLE_UBICACIONES |
private InterfasesEvent |
ComplejosRequestHandler.createEventForNUEVA_SALA(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action NUEVA_SALA |
private InterfasesEvent |
ComplejosRequestHandler.createEventForACTUALIZAR_SALA(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action ACTUALIZAR_SALA |
private InterfasesEvent |
ComplejosRequestHandler.createEventForELIMINAR_SALA(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action ELIMINAR_SALA |
private InterfasesEvent |
ComplejosRequestHandler.createEventForBUSCAR_UBICACIONES(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action BUSCAR_UBICACIONES |
private InterfasesEvent |
ComplejosRequestHandler.createEventForNUEVA_UBICACION(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action NUEVA_UBICACION |
private InterfasesEvent |
ComplejosRequestHandler.createEventForACTUALIZAR_UBICACION(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action ACTUALIZAR_UBICACION |
private InterfasesEvent |
ComplejosRequestHandler.createEventForELIMINAR_UBICACION(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action ELIMINAR_UBICACION |
private InterfasesEvent |
ComplejosRequestHandler.createEventForVER_UBICACIONES(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action VER_UBICACIONES |
private InterfasesEvent |
ComplejosRequestHandler.createEventForVER_TIPOS_PRECIO(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action VER_TIPOS_PRECIO |
private InterfasesEvent |
ComplejosRequestHandler.createEventForREGRESAR_DE_AYUDA_UBICACIONES_COMPLEJO(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action REGRESAR_DE_AYUDA_UBICACIONES_COMPLEJO |
private InterfasesEvent |
ComplejosRequestHandler.createEventForREGRESAR_DE_AYUDA_TIPOS_PRECIO_COMPLEJO(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action REGRESAR_DE_AYUDA_TIPOS_PRECIO_COMPLEJO |
private InterfasesEvent |
ComplejosRequestHandler.createEventForREGRESAR_DE_INCONSISTENCIAS_COMPLEJO(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action REGRESAR_DE_INCONSISTENCIAS_COMPLEJO |
java.lang.String |
ComplejosFlowHandler.processFlow(javax.servlet.http.HttpServletRequest request,
java.lang.Object answer,
javax.servlet.ServletContext context)
principal method for deciding output screen after processing an action |
private java.lang.String |
ComplejosFlowHandler.processAnswer(int actionType,
javax.servlet.http.HttpServletRequest request,
java.lang.Object answer,
javax.servlet.ServletContext context)
method for processing the answer to a ComplejosEvent |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |