Package com.instantbank.lettertemplate.control.event

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

See:
          Description

Interface Summary
LetterTemplateEvent This interface determines the required methods for an event of lettertemplate application
 

Class Summary
BatchReviewEvent Letter Batch Review 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 letter batch review model data.
BatchStartEvent Letter Batch Start 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 letter batch start model data.
CategoryEvent Letter Categories 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 letter Categories model data.
ComponentsEvent Letter Components 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 letter Components model data.
ImagesRepositoryEvent letter Images 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 letter Images model data.
LetterTemplateEventSupport This is the base class for all events used by the application.
PreviewPrintEvent Preview/Print Letter 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 letter Preview Print model data.
SetLetterJobEvent Set Letter job 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 letter Jobs model data.
TemplatesEvent Letter Templates 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 letter Templates model data.
 

Package com.instantbank.lettertemplate.control.event Description

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