|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.cinecolombia.cinecolombia.control.web.handlers.RequestHandlerSupport | +--com.cinecolombia.cinecolombia.control.web.handlers.ManejoUsersRequestHandler
manejoUsers 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 | |
ManejoUsersRequestHandler()
|
Method Summary | |
private CinecolombiaEvent |
createEventForDELETE_USER(javax.servlet.http.HttpServletRequest request)
method for instantiating a ManejoUsersEvent demanding a service for action DELETE_USER |
private CinecolombiaEvent |
createEventForGET_USER(javax.servlet.http.HttpServletRequest request)
method for instantiating a ManejoUsersEvent demanding a service for action GET_USER |
private CinecolombiaEvent |
createEventForLIST(javax.servlet.http.HttpServletRequest request)
method for instantiating a ManejoUsersEvent demanding a service for action LIST |
private CinecolombiaEvent |
createEventForSAVE_USER(javax.servlet.http.HttpServletRequest request)
method for instantiating a ManejoUsersEvent demanding a service for action SAVE_USER |
private ManejoUsersValue |
parseXMLManejoUsers(java.lang.String xmlUsuario)
auxiliary method for parsing a XML string containing data for saving a user |
CinecolombiaEvent |
processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.ServletContext context)
principal method that process a user request instantiating a ManejoUsersEvent with the user request data |
Methods inherited from class com.cinecolombia.cinecolombia.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 ManejoUsersRequestHandler()
Method Detail |
public CinecolombiaEvent processRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.ServletContext context) throws CinecolombiaEventException
request
- of MainServletcontext
- of MainServlet
CinecolombiaEventException
private CinecolombiaEvent createEventForLIST(javax.servlet.http.HttpServletRequest request) throws CinecolombiaEventException
request
- of MainServlet
CinecolombiaEventException
private CinecolombiaEvent createEventForGET_USER(javax.servlet.http.HttpServletRequest request) throws CinecolombiaEventException
request
- of MainServlet
CinecolombiaEventException
private CinecolombiaEvent createEventForSAVE_USER(javax.servlet.http.HttpServletRequest request) throws CinecolombiaEventException
request
- of MainServlet
CinecolombiaEventException
private CinecolombiaEvent createEventForDELETE_USER(javax.servlet.http.HttpServletRequest request) throws CinecolombiaEventException
request
- of MainServlet
CinecolombiaEventException
private ManejoUsersValue parseXMLManejoUsers(java.lang.String xmlUsuario) throws java.lang.Exception
xmlUsuario
- is the XML string
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |