|
|||||||||||
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.ComplejosEvent
complejos 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_SALA
action constant of ACTUALIZAR_SALA |
static int |
ACTUALIZAR_UBICACION
action constant of ACTUALIZAR_UBICACION |
static int |
BUSCAR_UBICACIONES
action constant of BUSCAR_UBICACIONES |
private java.lang.String |
companyId
current company |
private Debug |
debug
|
static int |
DETALLE_SALAS
action constant of DETALLE_SALAS |
static int |
DETALLE_UBICACIONES
action constant of DETALLE_UBICACIONES |
static int |
DETALLES_COMPLEJO
action constant of DETALLES_COMPLEJO |
static int |
ELIMINAR_COMPLEJO
action constant of ELIMINAR_COMPLEJO |
static int |
ELIMINAR_SALA
action constant of ELIMINAR_SALA |
static int |
ELIMINAR_UBICACION
action constant of ELIMINAR_UBICACION |
static int |
GUARDAR_COMPLEJO
action constant of GUARDAR_COMPLEJO |
static int |
LIST
action constant of LIST |
static int |
NUEVA_SALA
action constant of NUEVA_SALA |
static int |
NUEVA_UBICACION
action constant of NUEVA_UBICACION |
static int |
NUEVO_COMPLEJO
action constant of NUEVO_COMPLEJO |
static int |
REGRESAR_DE_AYUDA_TIPOS_PRECIO_COMPLEJO
action constant of REGRESAR_DE_AYUDA_TIPOS_PRECIO_COMPLEJO |
static int |
REGRESAR_DE_AYUDA_UBICACIONES_COMPLEJO
action constant of REGRESAR_DE_AYUDA_UBICACIONES_COMPLEJO |
static int |
REGRESAR_DE_INCONSISTENCIAS_COMPLEJO
action constant of REGRESAR_DE_INCONSISTENCIAS_COMPLEJO |
private java.lang.Long |
userId
current user |
private Value |
value
value for sending to the ejbs |
static int |
VER_TIPOS_PRECIO
action constant of VER_TIPOS_PRECIO |
static int |
VER_UBICACIONES
action constant of VER_UBICACIONES |
Constructor Summary | |
ComplejosEvent(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 NUEVO_COMPLEJO
public static final int DETALLES_COMPLEJO
public static final int ELIMINAR_COMPLEJO
public static final int GUARDAR_COMPLEJO
public static final int DETALLE_SALAS
public static final int DETALLE_UBICACIONES
public static final int NUEVA_SALA
public static final int ACTUALIZAR_SALA
public static final int ELIMINAR_SALA
public static final int BUSCAR_UBICACIONES
public static final int NUEVA_UBICACION
public static final int ACTUALIZAR_UBICACION
public static final int ELIMINAR_UBICACION
public static final int VER_UBICACIONES
public static final int VER_TIPOS_PRECIO
public static final int REGRESAR_DE_AYUDA_UBICACIONES_COMPLEJO
public static final int REGRESAR_DE_AYUDA_TIPOS_PRECIO_COMPLEJO
public static final int REGRESAR_DE_INCONSISTENCIAS_COMPLEJO
private int actionType
private java.lang.String companyId
private java.lang.Long userId
private Value value
private Debug debug
Constructor Detail |
public ComplejosEvent(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 ejbsMethod 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.Object
public java.lang.String getEventName()
getEventName
in interface InterfasesEvent
getEventName
in class InterfasesEventSupport
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |