|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.cinecolombia.cinecolombia.control.ejb.handlers.StateHandlerSupport | +--com.cinecolombia.cinecolombia.control.ejb.handlers.ManejoPerfilesEjbHandler
manejoPerfiles usecase: handler of user requests in the Services layer
Field Summary | |
private Debug |
debug
|
Fields inherited from class com.cinecolombia.cinecolombia.control.ejb.handlers.StateHandlerSupport |
machine |
Constructor Summary | |
ManejoPerfilesEjbHandler()
|
Method Summary | |
java.lang.Object |
perform(CinecolombiaEvent event)
principal method that process a user request invoking Model EJBs methods |
private java.util.ArrayList |
performADD_PERFIL(ManejoPerfilesEvent ev)
auxiliary method that processes an ManejoPerfilesEvent with ADD_PERFIL action. |
private java.util.ArrayList |
performDELETE_PERFIL(ManejoPerfilesEvent ev)
auxiliary method that processes an ManejoPerfilesEvent with DELETE_PERFIL action. |
private java.util.ArrayList |
performGET_PERFIL(ManejoPerfilesEvent ev)
auxiliary method that processes an ManejoPerfilesEvent with GET_PERFIL action. |
private java.util.ArrayList |
performLIST(ManejoPerfilesEvent ev)
auxiliary method that processes an ManejoPerfilesEvent with LIST action. |
private java.lang.String |
processProblem(java.lang.Exception e,
java.lang.String messageEx)
auxiliary method that processes a problem |
Methods inherited from class com.cinecolombia.cinecolombia.control.ejb.handlers.StateHandlerSupport |
doEnd, doStart, init |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private Debug debug
Constructor Detail |
public ManejoPerfilesEjbHandler()
Method Detail |
public java.lang.Object perform(CinecolombiaEvent event) throws CinecolombiaEventException
perform
in interface StateHandler
perform
in class StateHandlerSupport
event
- request data
CinecolombiaEventException
private java.util.ArrayList performLIST(ManejoPerfilesEvent ev) throws CinecolombiaEventException
ev
- event of manejoPerfiles usecase
CinecolombiaEventException
private java.util.ArrayList performGET_PERFIL(ManejoPerfilesEvent ev) throws CinecolombiaEventException
ev
- event of manejoPerfiles usecase
CinecolombiaEventException
private java.util.ArrayList performDELETE_PERFIL(ManejoPerfilesEvent ev) throws CinecolombiaEventException
ev
- event of manejoPerfiles usecase
CinecolombiaEventException
private java.util.ArrayList performADD_PERFIL(ManejoPerfilesEvent ev) throws CinecolombiaEventException
ev
- event of manejoPerfiles usecase
CinecolombiaEventException
private java.lang.String processProblem(java.lang.Exception e, java.lang.String messageEx)
e
- ExceptionmessageEx
- application message associated to e
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |