Package com.instantbank.servicing.control.event

These are the event classes that represent user requests over the Servicing Model.

See:
          Description

Interface Summary
ServicingEvent This interface determines the required methods for an event of servicing application
 

Class Summary
ParmLevel1ValuesEvent Parameter Level1 Values 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 Parameter Level1 Values model data.
ParmLevel2ValuesEvent Parameter Level2 Values 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 Parameter Level2 Values model data.
ParmLevelsNameEvent Parameter Levels Name 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 Parameter Levels Name model data.
ParmRestrictionsEvent Set Parameter Restrictions 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 Restrictions model data.
ParmSearchOrderEvent Set Parameter Search Order 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 Search Order model data.
ServicingEventSupport This is the base class for all events used by the application.
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.
 

Package com.instantbank.servicing.control.event Description

These are the event classes that represent user requests over the Servicing Model.