Uses of Class
com.instantbank.component.lettertemplate.util.Template

Packages that use Template
com.instantbank.component.lettertemplate.ejb This is the LetterTemplate EJB with services for Letters subsystem. 
com.instantbank.lettertemplate.editor.applet This is the applet of the editor. 
com.instantbank.lettertemplate.editor.web Here is the intermediate servlet between the applet and the ejbs. 
 

Uses of Template in com.instantbank.component.lettertemplate.ejb
 

Methods in com.instantbank.component.lettertemplate.ejb that return Template
 Template LetterTemplateEJB.loadTemplate(long templateCode)
          Loads a letters template of the current company, corresponding to a code.
 Template LetterTemplate.loadTemplate(long templateCode)
          Loads a letters template of the current company, corresponding to a code.
 Template LetterTemplateDAO.loadTemplate(long templateCode)
          Loads a letters template of the current company, corresponding to a code, from tables DatabaseNames.LETT_TEMPLATE, LETT_TEMPLATE_COMPONENT_LINK, LETT_COMPONENT, LETT_IMAGE, LETT_VARIABLE
 

Methods in com.instantbank.component.lettertemplate.ejb with parameters of type Template
 CodeDescription[] LetterTemplateEJB.storeTemplate(Template template)
          Stores a letters template for the current company, generating code for the template if it is new, and generating code for each component if it is new.
 CodeDescription[] LetterTemplate.storeTemplate(Template template)
          Stores a letters template for the current company, generating code for the template if it is new, and generating code for each component if it is new.
 CodeDescription[] LetterTemplateDAO.storeTemplate(Template template)
          Stores a letters template for the current company, in tables DatabaseNames.LETT_TEMPLATE, LETT_COMPONENT, LETT_IMAGE, LETT_VARIABLE Generates code for the template if it is new, and generates code for each component if it is new.
 

Uses of Template in com.instantbank.lettertemplate.editor.applet
 

Fields in com.instantbank.lettertemplate.editor.applet declared as Template
protected  Template TemplateEditor.template
          The Letter Template under edition.
 

Methods in com.instantbank.lettertemplate.editor.applet with parameters of type Template
private  void TemplateEditor.refreshStatusGui(Template templ)
          Shows the basic status of a Template in the upper controls of the GUI (except for the Category).
 void TemplateEditor.EditorStuff.fillTemplateFromGuiResult(Template templ, CodeDescription[] result)
          Fill a Template with the content managed by the three ComponentEditors: header, body and closing.
 void TemplateEditor.EditorStuff.fillTemplateFromGui(Template templ)
          Fill a Template with the content managed by the three ComponentEditors: header, body and closing.
 void TemplateEditor.EditorStuff.fillTemplateCodes(Template templ, CodeDescription[] codes)
          Fill the code and stamp attributes of a template and its components.
 void TemplateEditor.EditorStuff.restoreTemplateCodes(Template templ, TemplateEditor.TemplateCodes[] oldTemplate)
          Fills < code, name, stamp> attributes of a template, from an array of TemplateCodes.
private  void TemplateEditor.EditorStuff.displayTemplate(Template templ)
          Displays a template in the user interface.
 TemplateEditor.TemplateCodes[] TemplateEditor.EditorStuff.getTemplateCodes(Template template)
          Calculates an array of < code,name,stamp> values corresponding to a Template and its LetterComponents.
 CodeDescription[] TemplateEditorProxy.storeTemplate(Template template)
          Asks for the service of storing a template.
 

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

Methods in com.instantbank.lettertemplate.editor.web with parameters of type Template
private  java.util.Set TemplateEditorServlet.fixDateOffset(javax.servlet.http.HttpServletRequest req, Template template)
          Brings to zero the inconsistent date offsets in a letter Template.