Uses of Interface
com.instantbank.component.lettertemplate.ejb.LetterTemplateHome

Packages that use LetterTemplateHome
com.instantbank.lettertemplate.control.util These are utilities for MVC controller of Letters subsystem. 
com.instantbank.lettertemplate.editor.web Here is the intermediate servlet between the applet and the ejbs. 
com.instantbank.lettertemplate.imagesRepository.web Addition, update or deletion of images in a global repository. 
com.instantbank.lettertemplate.templatePreview.web This is the common code for previewing a letter template used by several use cases. 
 

Uses of LetterTemplateHome in com.instantbank.lettertemplate.control.util
 

Methods in com.instantbank.lettertemplate.control.util that return LetterTemplateHome
static LetterTemplateHome EJBUtil.getLetterTemplateHome()
          get Home reference to a LetterTemplate EJB
 

Uses of LetterTemplateHome in com.instantbank.lettertemplate.editor.web
 

Fields in com.instantbank.lettertemplate.editor.web declared as LetterTemplateHome
private  LetterTemplateHome TemplateEditorServlet.lethome
          The home for the ejb that provides the services requested by this servlet.
 

Uses of LetterTemplateHome in com.instantbank.lettertemplate.imagesRepository.web
 

Fields in com.instantbank.lettertemplate.imagesRepository.web declared as LetterTemplateHome
private  LetterTemplateHome ImageShowServlet.lethome
          Home of ejb that provides the services for this servlet.
 

Uses of LetterTemplateHome in com.instantbank.lettertemplate.templatePreview.web
 

Fields in com.instantbank.lettertemplate.templatePreview.web declared as LetterTemplateHome
private  LetterTemplateHome PdfShowServlet.lethome
          Home of ejb that provides the services for this servlet.