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

Packages that use LetterTemplate
com.instantbank.component.lettertemplate.ejb This is the LetterTemplate EJB with services for Letters subsystem. 
com.instantbank.lettertemplate.control.ejb This is the MVC Controller EJB for 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 LetterTemplate in com.instantbank.component.lettertemplate.ejb
 

Methods in com.instantbank.component.lettertemplate.ejb that return LetterTemplate
 LetterTemplate LetterTemplateHome.create(java.lang.String companyId, java.lang.Long userId)
          creation of a LetterTemplate instance
 

Uses of LetterTemplate in com.instantbank.lettertemplate.control.ejb
 

Fields in com.instantbank.lettertemplate.control.ejb declared as LetterTemplate
private  LetterTemplate LetterTemplateControllerEJB.letterTemplate
           
 

Methods in com.instantbank.lettertemplate.control.ejb that return LetterTemplate
 LetterTemplate LetterTemplateController.getLetterTemplate(java.lang.String companyId, java.lang.Long userId)
          Get reference to LetterTemplate EJB
 LetterTemplate LetterTemplateControllerEJB.getLetterTemplate(java.lang.String companyId, java.lang.Long userId)
          Get reference to LetterTemplate EJB
 

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

Fields in com.instantbank.lettertemplate.editor.web declared as LetterTemplate
private  LetterTemplate TemplateEditorServlet.letejb
          The ejb that provides the services for this servlet.
private  LetterTemplate TemplateTransformer.letejb
          Private reference to the letter template ejb.
 

Constructors in com.instantbank.lettertemplate.editor.web with parameters of type LetterTemplate
TemplateTransformer(java.lang.String tmpDir, java.lang.String foTemplate, java.util.ArrayList[] theImages, java.util.ArrayList[] theVars, java.lang.String foFileName, LetterTemplate letejb)
          TemplateTransformer constructor.
 

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

Fields in com.instantbank.lettertemplate.imagesRepository.web declared as LetterTemplate
private  LetterTemplate ImageShowServlet.letejb
          The ejb that provides the services for this servlet.
 

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

Fields in com.instantbank.lettertemplate.templatePreview.web declared as LetterTemplate
private  LetterTemplate PdfShowServlet.letejb
          The ejb that provides the services for this servlet.