com.cinecolombia.interfases.control.web.handlers
Class IngresarDatosComplejoRequestHandler
java.lang.Object
|
+--com.cinecolombia.interfases.control.web.handlers.RequestHandlerSupport
|
+--com.cinecolombia.interfases.control.web.handlers.IngresarDatosComplejoRequestHandler
- All Implemented Interfaces:
- RequestHandler
- public class IngresarDatosComplejoRequestHandler
- extends RequestHandlerSupport
ingresarDatosComplejo usecase: handler of user requests in the Application layer
- Author:
- CincoSOFT
- Created:
- Junio 2003
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
|
Method Summary |
private InterfasesEvent |
createEventForLIST(javax.servlet.http.HttpServletRequest request)
method for instantiating a IngresarDatosComplejoEvent demanding a service
for action LIST |
private InterfasesEvent |
createEventForTERMINAR(javax.servlet.http.HttpServletRequest request)
method for instantiating a IngresarDatosComplejoEvent asking a service
for action TERMINAR |
InterfasesEvent |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debug
private Debug debug
context
javax.servlet.ServletContext context
gotoDB
private boolean gotoDB
companyId
java.lang.String companyId
userId
java.lang.Long userId
IngresarDatosComplejoRequestHandler
public IngresarDatosComplejoRequestHandler()
processRequest
public InterfasesEvent processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.ServletContext context)
throws InterfasesEventException
- principal method that process a user request instantiating a IngresarDatosComplejoEvent
with the user request data
- Parameters:
request
- of MainServletcontext
- of MainServlet
- Returns:
- IngresarDatosComplejoEvent with the user request data (subclass of InterfasesEvent)
- Throws:
InterfasesEventException
createEventForLIST
private InterfasesEvent createEventForLIST(javax.servlet.http.HttpServletRequest request)
throws InterfasesEventException
- method for instantiating a IngresarDatosComplejoEvent demanding a service
for action LIST
- Parameters:
request
- of MainServlet
- Returns:
- IngresarDatosComplejoEvent with the user request data (subclass of InterfasesEvent)
- Throws:
InterfasesEventException
createEventForTERMINAR
private InterfasesEvent createEventForTERMINAR(javax.servlet.http.HttpServletRequest request)
throws InterfasesEventException
- method for instantiating a IngresarDatosComplejoEvent asking a service
for action TERMINAR
- Parameters:
request
- of MainServlet
- Returns:
- IngresarDatosComplejoEvent with the user request data (subclass of InterfasesEvent)
- Throws:
InterfasesEventException