|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.instantbank.servicing.control.event.ServicingEventSupport | +--com.instantbank.servicing.control.event.SetParameterXValueEvent
Set Parameter X Value 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 Set Parameter X Value model data.
Field Summary | |
private int |
actionType
action requested by the user |
private java.lang.String |
codeParameter
current code parameter |
private java.lang.String |
companyId
current company |
private ParameterModel |
items
items for changing the parameter restrictions of the current company |
private ParameterValue |
itemsUpdate
items for changing the parameter restrictions of the current company |
static int |
LIST_PARAM_XVALUE
action constant of setting the parameter restrictions of the current company |
static int |
UPDATE_PARAM_XVALUE
|
private java.lang.Long |
userId
current user |
static int |
VERIFY_PARAM_XVALUE
|
Constructor Summary | |
SetParameterXValueEvent(int actionType,
java.lang.String companyId,
java.lang.Long userId,
java.lang.String codeParameter,
ParameterModel items,
ParameterValue itemsUpdate)
constructor: initializes attributes |
Method Summary | |
int |
getActionType()
get method for actionType |
java.lang.String |
getCodeParameter()
get method for codeParameter |
java.lang.String |
getCompanyId()
get method for companyId |
java.lang.String |
getEventName()
JNDI name for the event: Controller EJB registers this env variable |
ParameterModel |
getItems()
get method for items |
ParameterValue |
getItemsUpdate()
get method for items |
java.lang.Long |
getUserId()
get method for userId |
java.lang.String |
toString()
String representation of the event |
Methods inherited from class java.lang.Object |
|
Field Detail |
public static final int LIST_PARAM_XVALUE
public static final int UPDATE_PARAM_XVALUE
public static final int VERIFY_PARAM_XVALUE
private int actionType
private java.lang.String companyId
private java.lang.Long userId
private java.lang.String codeParameter
private ParameterModel items
private ParameterValue itemsUpdate
Constructor Detail |
public SetParameterXValueEvent(int actionType, java.lang.String companyId, java.lang.Long userId, java.lang.String codeParameter, ParameterModel items, ParameterValue itemsUpdate)
actionType
- action requested by the usercodeParameter
- current codeuserId
- current useritems
- for changing the parameter values of the current parametercompanyId
- Description of the ParameteritemsUpdate
- Description of the ParameterMethod Detail |
public int getActionType()
public java.lang.String getCompanyId()
public java.lang.Long getUserId()
public java.lang.String getCodeParameter()
public ParameterModel getItems()
public ParameterValue getItemsUpdate()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getEventName()
getEventName
in class ServicingEventSupport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |