Uses of Class
com.instantbank.lettertemplate.control.event.LetterTemplateEventSupport

Packages that use LetterTemplateEventSupport
com.instantbank.lettertemplate.control.event These are the event classes that represent user requests over the Letters Model. 
 

Uses of LetterTemplateEventSupport in com.instantbank.lettertemplate.control.event
 

Subclasses of LetterTemplateEventSupport in com.instantbank.lettertemplate.control.event
 class 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.
 class 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.
 class 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.
 class 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.
 class 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.
 class 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.
 class 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.
 class 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.