Uses of Class
com.instantbank.component.parameter.util.ParameterModel

Packages that use ParameterModel
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 ParameterModel in com.instantbank.component.parameter.ejb
 

Methods in com.instantbank.component.parameter.ejb that return ParameterModel
 ParameterModel Parameter.listParamValues(java.lang.String codeParamater)
          Loads the set parameters values of the current company for the parameter without warning colors.
 ParameterModel Parameter.verifyParamValues(ParameterValue items)
          Check the parameters values and set warning colors to ParameterModel object of the current company for the parameter.
 ParameterModel ParameterDAO.listParamValues(java.lang.String codeParameter)
          Loads the set parameters values of the current company for the parameter without warning colors from DatabaseNames.COMPANIES, DatabaseNames.SV_PARAMETER, DatabaseNames.SV_PARMETER_VALUE, DatabaseNames.SV_PARM_RESTRICTION, DatabaseNames.SV_LEVEL1_POINT, DatabaseNames.SV_LEVEL2_POINT tables.
 ParameterModel ParameterDAO.verifyParamValues(ParameterValue items)
          Check the parameters values and set warning colors to ParameterModel object of the current company for the parameter.
private  ParameterModel ParameterDAO.setColor(ParameterModel parameterModel)
          Auxiliary for load a set parameter values from DB and set warning colors to ParameterModel object of the current company for the parameter.
 ParameterModel ParameterEJB.listParamValues(java.lang.String codeParamater)
          Loads the set parameters values of the current company for the parameter without warning colors.
 ParameterModel ParameterEJB.verifyParamValues(ParameterValue items)
          Check the parameters values and set warning colors to ParameterModel object of the current company for the parameter.
 

Methods in com.instantbank.component.parameter.ejb with parameters of type ParameterModel
private  ParameterModel ParameterDAO.setColor(ParameterModel parameterModel)
          Auxiliary for load a set parameter values from DB and set warning colors to ParameterModel object of the current company for the parameter.
 

Uses of ParameterModel in com.instantbank.servicing.control.event
 

Fields in com.instantbank.servicing.control.event declared as ParameterModel
private  ParameterModel SetParameterXValueEvent.items
          items for changing the parameter restrictions of the current company
 

Methods in com.instantbank.servicing.control.event that return ParameterModel
 ParameterModel SetParameterXValueEvent.getItems()
          get method for items
 

Constructors in com.instantbank.servicing.control.event with parameters of type ParameterModel
SetParameterXValueEvent(int actionType, java.lang.String companyId, java.lang.Long userId, java.lang.String codeParameter, ParameterModel items, ParameterValue itemsUpdate)
          constructor: initializes attributes