com.cinecolombia.cinecolombia.control.web.handlers
Class ParametrosGlobalesRequestHandler
java.lang.Object
|
+--com.cinecolombia.cinecolombia.control.web.handlers.RequestHandlerSupport
|
+--com.cinecolombia.cinecolombia.control.web.handlers.ParametrosGlobalesRequestHandler
- All Implemented Interfaces:
- RequestHandler
- public class ParametrosGlobalesRequestHandler
- extends RequestHandlerSupport
parametrosGlobales usecase: handler of user requests in the Application layer
- Author:
- CincoSOFT
- Created:
- Mayo 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 CinecolombiaEvent |
createEventForLIST(javax.servlet.http.HttpServletRequest request)
method for instantiating a ParametrosGlobalesEvent demanding a service
for action LIST |
private CinecolombiaEvent |
createEventForSAVE_PARAMETROS(javax.servlet.http.HttpServletRequest request)
method for instantiating a ParametrosGlobalesEvent demanding a service
for action SAVE_PARAMETROS |
CinecolombiaEvent |
processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.ServletContext context)
principal method that process a user request instantiating a ParametrosGlobalesEvent
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
ParametrosGlobalesRequestHandler
public ParametrosGlobalesRequestHandler()
processRequest
public CinecolombiaEvent processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.ServletContext context)
throws CinecolombiaEventException
- principal method that process a user request instantiating a ParametrosGlobalesEvent
with the user request data
- Parameters:
request
- of MainServletcontext
- of MainServlet
- Returns:
- ParametrosGlobalesEvent with the user request data (subclass of CinecolombiaEvent)
- Throws:
CinecolombiaEventException
createEventForLIST
private CinecolombiaEvent createEventForLIST(javax.servlet.http.HttpServletRequest request)
throws CinecolombiaEventException
- method for instantiating a ParametrosGlobalesEvent demanding a service
for action LIST
- Parameters:
request
- of MainServlet
- Returns:
- ParametrosGlobalesEvent with the user request data (subclass of CinecolombiaEvent)
- Throws:
CinecolombiaEventException
createEventForSAVE_PARAMETROS
private CinecolombiaEvent createEventForSAVE_PARAMETROS(javax.servlet.http.HttpServletRequest request)
throws CinecolombiaEventException
- method for instantiating a ParametrosGlobalesEvent demanding a service
for action SAVE_PARAMETROS
- Parameters:
request
- of MainServlet
- Returns:
- ParametrosGlobalesEvent with the user request data (subclass of CinecolombiaEvent)
- Throws:
CinecolombiaEventException