|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.cinecolombia.interfases.control.ejb.handlers.StateHandlerSupport | +--com.cinecolombia.interfases.control.ejb.handlers.PeliculasExhibicionEjbHandler
peliculasExhibicion usecase: handler of user requests in the Services layer
Field Summary | |
private Debug |
debug
|
Fields inherited from class com.cinecolombia.interfases.control.ejb.handlers.StateHandlerSupport |
machine |
Constructor Summary | |
PeliculasExhibicionEjbHandler()
|
Method Summary | |
java.lang.Object |
perform(InterfasesEvent event)
principal method that process a user request invoking Model EJBs methods |
private java.util.List |
performACTUALIZAR_PELICULAS_EXHIB(PeliculasExhibicionEvent ev)
Auxiliary method that processes an PeliculasExhibicionEvent with ACTUALIZAR_PELICULAS_EXHIB action. |
private java.util.List |
performBUSCAR_PELICULA_EXHIB(PeliculasExhibicionEvent ev)
Auxiliary method that processes an PeliculasExhibicionEvent with BUSCAR_PELICULA_EXHIB action. |
private java.util.List |
performLIST(PeliculasExhibicionEvent ev)
Auxiliary method that processes an PeliculasExhibicionEvent 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.interfases.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 PeliculasExhibicionEjbHandler()
Method Detail |
public java.lang.Object perform(InterfasesEvent event) throws InterfasesEventException
perform
in interface StateHandler
perform
in class StateHandlerSupport
event
- request data
InterfasesEventException
private java.util.List performLIST(PeliculasExhibicionEvent ev) throws InterfasesEventException
ev
- event of peliculasExhibicion usecase
InterfasesEventException
private java.util.List performBUSCAR_PELICULA_EXHIB(PeliculasExhibicionEvent ev) throws InterfasesEventException
ev
- event of peliculasExhibicion usecase
InterfasesEventException
private java.util.List performACTUALIZAR_PELICULAS_EXHIB(PeliculasExhibicionEvent ev) throws InterfasesEventException
ev
- event of peliculasExhibicion usecase
InterfasesEventException
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 |