|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.cinecolombia.interfases.control.web.handlers.RequestHandlerSupport | +--com.cinecolombia.interfases.control.web.handlers.ComplejosRequestHandler
complejos usecase: handler of user requests in the Application layer
Field Summary | |
(package private) java.lang.String |
companyId
|
(package private) javax.servlet.ServletContext |
context
|
private Debug |
debug
|
private boolean |
gotoDB
|
(package private) java.lang.Long |
userId
|
Constructor Summary | |
ComplejosRequestHandler()
|
Method Summary | |
private InterfasesEvent |
createEventForACTUALIZAR_SALA(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action ACTUALIZAR_SALA |
private InterfasesEvent |
createEventForACTUALIZAR_UBICACION(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action ACTUALIZAR_UBICACION |
private InterfasesEvent |
createEventForBUSCAR_UBICACIONES(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action BUSCAR_UBICACIONES |
private InterfasesEvent |
createEventForDETALLE_SALAS(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action DETALLE_SALAS |
private InterfasesEvent |
createEventForDETALLE_UBICACIONES(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action DETALLE_UBICACIONES |
private InterfasesEvent |
createEventForDETALLES_COMPLEJO(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action DETALLES_COMPLEJO |
private InterfasesEvent |
createEventForELIMINAR_COMPLEJO(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action ELIMINAR_COMPLEJO |
private InterfasesEvent |
createEventForELIMINAR_SALA(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action ELIMINAR_SALA |
private InterfasesEvent |
createEventForELIMINAR_UBICACION(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action ELIMINAR_UBICACION |
private InterfasesEvent |
createEventForGUARDAR_COMPLEJO(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action GUARDAR_COMPLEJO |
private InterfasesEvent |
createEventForLIST(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action LIST |
private InterfasesEvent |
createEventForNUEVA_SALA(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action NUEVA_SALA |
private InterfasesEvent |
createEventForNUEVA_UBICACION(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action NUEVA_UBICACION |
private InterfasesEvent |
createEventForNUEVO_COMPLEJO(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action NUEVO_COMPLEJO |
private InterfasesEvent |
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 |
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 |
createEventForREGRESAR_DE_INCONSISTENCIAS_COMPLEJO(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action REGRESAR_DE_INCONSISTENCIAS_COMPLEJO |
private InterfasesEvent |
createEventForVER_TIPOS_PRECIO(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action VER_TIPOS_PRECIO |
private InterfasesEvent |
createEventForVER_UBICACIONES(javax.servlet.http.HttpServletRequest request)
method for instantiating a ComplejosEvent demanding a service for action VER_UBICACIONES |
private java.util.List |
parseXMLComplejos(java.lang.String xmlComplejosItems)
auxiliary method for parsing a XML string containing items to update in complejos data |
InterfasesEvent |
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 |
Methods inherited from class com.cinecolombia.interfases.control.web.handlers.RequestHandlerSupport |
doEnd, doStart |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private Debug debug
javax.servlet.ServletContext context
private boolean gotoDB
java.lang.String companyId
java.lang.Long userId
Constructor Detail |
public ComplejosRequestHandler()
Method Detail |
public InterfasesEvent processRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.ServletContext context) throws InterfasesEventException
request
- of MainServletcontext
- of MainServlet
InterfasesEventException
private InterfasesEvent createEventForLIST(javax.servlet.http.HttpServletRequest request) throws InterfasesEventException
request
- of MainServlet
InterfasesEventException
private InterfasesEvent createEventForNUEVO_COMPLEJO(javax.servlet.http.HttpServletRequest request) throws InterfasesEventException
request
- of MainServlet
InterfasesEventException
private InterfasesEvent createEventForDETALLES_COMPLEJO(javax.servlet.http.HttpServletRequest request) throws InterfasesEventException
request
- of MainServlet
InterfasesEventException
private InterfasesEvent createEventForELIMINAR_COMPLEJO(javax.servlet.http.HttpServletRequest request) throws InterfasesEventException
request
- of MainServlet
InterfasesEventException
private InterfasesEvent createEventForGUARDAR_COMPLEJO(javax.servlet.http.HttpServletRequest request) throws InterfasesEventException
request
- of MainServlet
InterfasesEventException
private InterfasesEvent createEventForDETALLE_SALAS(javax.servlet.http.HttpServletRequest request) throws InterfasesEventException
request
- of MainServlet
InterfasesEventException
private InterfasesEvent createEventForDETALLE_UBICACIONES(javax.servlet.http.HttpServletRequest request) throws InterfasesEventException
request
- of MainServlet
InterfasesEventException
private InterfasesEvent createEventForNUEVA_SALA(javax.servlet.http.HttpServletRequest request) throws InterfasesEventException
request
- of MainServlet
InterfasesEventException
private InterfasesEvent createEventForACTUALIZAR_SALA(javax.servlet.http.HttpServletRequest request) throws InterfasesEventException
request
- of MainServlet
InterfasesEventException
private InterfasesEvent createEventForELIMINAR_SALA(javax.servlet.http.HttpServletRequest request) throws InterfasesEventException
request
- of MainServlet
InterfasesEventException
private InterfasesEvent createEventForBUSCAR_UBICACIONES(javax.servlet.http.HttpServletRequest request) throws InterfasesEventException
request
- of MainServlet
InterfasesEventException
private InterfasesEvent createEventForNUEVA_UBICACION(javax.servlet.http.HttpServletRequest request) throws InterfasesEventException
request
- of MainServlet
InterfasesEventException
private InterfasesEvent createEventForACTUALIZAR_UBICACION(javax.servlet.http.HttpServletRequest request) throws InterfasesEventException
request
- of MainServlet
InterfasesEventException
private InterfasesEvent createEventForELIMINAR_UBICACION(javax.servlet.http.HttpServletRequest request) throws InterfasesEventException
request
- of MainServlet
InterfasesEventException
private InterfasesEvent createEventForVER_UBICACIONES(javax.servlet.http.HttpServletRequest request) throws InterfasesEventException
request
- of MainServlet
InterfasesEventException
private InterfasesEvent createEventForVER_TIPOS_PRECIO(javax.servlet.http.HttpServletRequest request) throws InterfasesEventException
request
- of MainServlet
InterfasesEventException
private InterfasesEvent createEventForREGRESAR_DE_AYUDA_UBICACIONES_COMPLEJO(javax.servlet.http.HttpServletRequest request) throws InterfasesEventException
request
- of MainServlet
InterfasesEventException
private InterfasesEvent createEventForREGRESAR_DE_AYUDA_TIPOS_PRECIO_COMPLEJO(javax.servlet.http.HttpServletRequest request) throws InterfasesEventException
request
- of MainServlet
InterfasesEventException
private InterfasesEvent createEventForREGRESAR_DE_INCONSISTENCIAS_COMPLEJO(javax.servlet.http.HttpServletRequest request) throws InterfasesEventException
request
- of MainServlet
InterfasesEventException
private java.util.List parseXMLComplejos(java.lang.String xmlComplejosItems) throws java.lang.Exception
xmlComplejosItems
- is the XML string
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |