Uses of Interface
com.instantbank.component.parameter.ejb.Parameter

Packages that use Parameter
com.instantbank.component.parameter.ejb This is the Parameter EJB with services for Parameter Module of Servicing susbsystem. 
com.instantbank.servicing.control.ejb This is the MVC Controller EJB for Servicing subsystem. 
 

Uses of Parameter in com.instantbank.component.parameter.ejb
 

Methods in com.instantbank.component.parameter.ejb that return Parameter
 Parameter ParameterHome.create(java.lang.String companyId, java.lang.Long userId)
          creation of a Parameter instance
 

Uses of Parameter in com.instantbank.servicing.control.ejb
 

Fields in com.instantbank.servicing.control.ejb declared as Parameter
private  Parameter ServicingControllerEJB.parameter
           
 

Methods in com.instantbank.servicing.control.ejb that return Parameter
 Parameter ServicingController.getParameter(java.lang.String companyId, java.lang.Long userId)
          get reference to Parameter EJB
 Parameter ServicingControllerEJB.getParameter(java.lang.String companyId, java.lang.Long userId)