|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterValue | |
com.instantbank.component.parameter.ejb | This is the Parameter EJB with services for Parameter Module of Servicing susbsystem. |
com.instantbank.servicing.control.event | These are the event classes that represent user requests over the Servicing Model. |
Uses of ParameterValue in com.instantbank.component.parameter.ejb |
Methods in com.instantbank.component.parameter.ejb with parameters of type ParameterValue | |
java.lang.String |
Parameter.updateParamValues(ParameterValue items,
java.util.Hashtable level1Code,
java.util.Hashtable level2Code)
Applies a set of updates in the parameters values in the current company. |
ParameterModel |
Parameter.verifyParamValues(ParameterValue items)
Check the parameters values and set warning colors to ParameterModel object of the current company for the parameter. |
java.lang.String |
ParameterDAO.updateParamValues(ParameterValue items,
java.util.Hashtable level1code,
java.util.Hashtable level2code)
Applies a set of updates in the parameters values in the current company in DatabaseNames.SV_PARAMETER_VALUE table. |
ParameterModel |
ParameterDAO.verifyParamValues(ParameterValue items)
Check the parameters values and set warning colors to ParameterModel object of the current company for the parameter. |
java.lang.String |
ParameterEJB.updateParamValues(ParameterValue items,
java.util.Hashtable level1Code,
java.util.Hashtable level2Code)
Applies a set of updates in the parameters values in the current company. |
ParameterModel |
ParameterEJB.verifyParamValues(ParameterValue items)
Check the parameters values and set warning colors to ParameterModel object of the current company for the parameter. |
Uses of ParameterValue in com.instantbank.servicing.control.event |
Fields in com.instantbank.servicing.control.event declared as ParameterValue | |
private ParameterValue |
SetParameterXValueEvent.itemsUpdate
items for changing the parameter restrictions of the current company |
Methods in com.instantbank.servicing.control.event that return ParameterValue | |
ParameterValue |
SetParameterXValueEvent.getItemsUpdate()
get method for items |
Constructors in com.instantbank.servicing.control.event with parameters of type ParameterValue | |
SetParameterXValueEvent(int actionType,
java.lang.String companyId,
java.lang.Long userId,
java.lang.String codeParameter,
ParameterModel items,
ParameterValue itemsUpdate)
constructor: initializes attributes |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |