|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterfasesEvent | |
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.event | Clases Event que representan pedidos sobre el Model de Interfases. |
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 InterfasesEvent in com.cinecolombia.interfases.control.ejb |
Methods in com.cinecolombia.interfases.control.ejb with parameters of type InterfasesEvent | |
java.util.Collection |
StateMachine.handleEvent(InterfasesEvent ese)
process event corresponding to user request, through associated handler |
java.util.ArrayList |
ModelUpdateManager.getUpdatedModels(InterfasesEvent ese,
java.lang.Object answer)
|
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 InterfasesEvent in com.cinecolombia.interfases.control.ejb.handlers |
Methods in com.cinecolombia.interfases.control.ejb.handlers with parameters of type InterfasesEvent | |
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 |
java.lang.Object |
PeliculasExhibicionEjbHandler.perform(InterfasesEvent event)
principal method that process a user request invoking Model EJBs methods |
java.lang.Object |
IngresarDatosComplejoEjbHandler.perform(InterfasesEvent event)
principal method that process a user request invoking Model EJBs methods |
java.lang.Object |
ExportarComplejoEjbHandler.perform(InterfasesEvent event)
principal method that process a user request invoking Model EJBs methods |
java.lang.Object |
ComplejosEjbHandler.perform(InterfasesEvent event)
principal method that process a user request invoking Model EJBs methods |
Uses of InterfasesEvent in com.cinecolombia.interfases.control.event |
Classes in com.cinecolombia.interfases.control.event that implement InterfasesEvent | |
class |
ComplejosEvent
complejos usecase: This event is sent from the web tier to the EJB Controller to notify the EJB Controller that an action needs to be made in the model data. |
class |
ExportarComplejoEvent
exportarComplejo usecase: This event is sent from the web tier to the EJB Controller to notify the EJB Controller that an action needs to be made in the model data. |
class |
IngresarDatosComplejoEvent
ingresarDatosComplejo usecase: This event is sent from the web tier to the EJB Controller to notify the EJB Controller that an action needs to be made in the model data. |
class |
InterfasesEventSupport
This is the base class for all events used by the interfases module. |
class |
PeliculasExhibicionEvent
PeliculasExhibicion usecase: This event is sent from the web tier to the EJB Controller to notify the EJB Controller that an action needs to be made in the model data. |
class |
ProgramacionEvent
programacion usecase: This event is sent from the web tier to the EJB Controller to notify the EJB Controller that an action needs to be made in the model data. |
Uses of InterfasesEvent in com.cinecolombia.interfases.control.web |
Methods in com.cinecolombia.interfases.control.web that return InterfasesEvent | |
InterfasesEvent |
RequestToEventTranslator.processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.ServletContext context)
build event corresponding to user request using handler associated to event type |
Methods in com.cinecolombia.interfases.control.web with parameters of type InterfasesEvent | |
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 InterfasesEvent in com.cinecolombia.interfases.control.web.handlers |
Methods in com.cinecolombia.interfases.control.web.handlers that return InterfasesEvent | |
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 |
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 |
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 |
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 |
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |