|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.cinecolombia.interfases.control.event.InterfasesEventSupport
|
+--com.cinecolombia.interfases.control.event.PeliculasExhibicionEvent
PeliculasExhibicion usecase: This event is sent from the web tier to the EJB Controller to notify the EJB Controller that an action needs to be made in the model data.
| Field Summary | |
private int |
actionType
action requested by the user |
static int |
ACTUALIZAR_PELICULAS_EXHIB
action constant of ACTUALIZAR_PELICULAS_EXHIB |
static int |
BUSCAR_PELICULA_EXHIB
action constant of BUSCAR_PELICULA_EXHIB |
private java.lang.String |
companyId
current company |
private Debug |
debug
|
static int |
LIST
action constant of LIST |
static int |
UPDATE
action constant of UPDATE |
private java.lang.Long |
userId
current user |
private Value |
value
value for sending to the ejbs |
| Constructor Summary | |
PeliculasExhibicionEvent(int actionType,
java.lang.String companyId,
java.lang.Long userId,
Value value)
Constructor: initializes attributes |
|
| Method Summary | |
int |
getActionType()
Get method for actionType |
java.lang.String |
getCompanyId()
Get method for companyId |
java.lang.String |
getEventName()
JNDI name for the event: Controller EJB registers this env variable |
java.lang.Long |
getUserId()
Get method for userId |
Value |
getValue()
Get method for value |
java.lang.String |
toString()
String representation of the event |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int LIST
public static final int BUSCAR_PELICULA_EXHIB
public static final int ACTUALIZAR_PELICULAS_EXHIB
public static final int UPDATE
private int actionType
private java.lang.String companyId
private java.lang.Long userId
private Value value
private Debug debug
| Constructor Detail |
public PeliculasExhibicionEvent(int actionType,
java.lang.String companyId,
java.lang.Long userId,
Value value)
actionType - action requested by the usercompanyId - current companyuserId - current uservalue - value for sending to the ejbs| Method Detail |
public int getActionType()
public java.lang.String getCompanyId()
public java.lang.Long getUserId()
public Value getValue()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getEventName()
getEventName in interface InterfasesEventgetEventName in class InterfasesEventSupport
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||