Uses of Package
com.instantbank.component.lettertemplate.util

Packages that use com.instantbank.component.lettertemplate.util
com.instantbank.component.lettersftpmdb.ejb The letter's zip file ftp sender (Message driven). 
com.instantbank.component.lettertemplate.ejb This is the LetterTemplate EJB with services for Letters subsystem. 
com.instantbank.component.lettertemplate.util These are auxiliary classes used by the LetterTemplate EJB. 
com.instantbank.lettertemplate.control.event These are the event classes that represent user requests over the Letters Model. 
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. 
 

Classes in com.instantbank.component.lettertemplate.util used by com.instantbank.component.lettersftpmdb.ejb
CompanyLocation
          Java Bean containing raw Company Location information
 

Classes in com.instantbank.component.lettertemplate.util used by com.instantbank.component.lettertemplate.ejb
CompanyLocation
          Java Bean containing raw Company Location information
LetterBatchReviewModel
          Utility class allowing manipulation of letter batch review.
LetterBatchStartModel
          Utility class allowing manipulation of letter batch Job.
LetterComponent
          In memory representation of a letter component.
LettersJobLogBean
          Java bean containing raw log information for letters generation process.
Template
          In memory representation of a letter template.
 

Classes in com.instantbank.component.lettertemplate.util used by com.instantbank.component.lettertemplate.util
LetterComponent
          In memory representation of a letter component.
LetterViewable
          Groups Template and LetterComponent objects as "viewable" objects; i.e: those that can be transformed to a printable version.
VariablesFormat
          Formatter for variables values.
VariablesFormat.IbNumberFormat
          Auxiliary class representing all number formatters.
VariablesFormat.MakeUpFormat
          Interface establishing special make ups to the basic formated strings
VariablesFormat.Rounder
          Implementation of MakeUpFormat intended for formatting numbers (not SSN nor Phone)
 

Classes in com.instantbank.component.lettertemplate.util used by com.instantbank.lettertemplate.control.event
LetterBatchReviewModel
          Utility class allowing manipulation of letter batch review.
LetterBatchStartModel
          Utility class allowing manipulation of letter batch Job.
 

Classes in com.instantbank.component.lettertemplate.util used by com.instantbank.lettertemplate.editor.applet
LetterComponent
          In memory representation of a letter component.
Template
          In memory representation of a letter template.
 

Classes in com.instantbank.component.lettertemplate.util used by com.instantbank.lettertemplate.editor.web
LetterComponent
          In memory representation of a letter component.
Template
          In memory representation of a letter template.
VariablesFormat
          Formatter for variables values.