Uses of Class
com.instantbank.common.utilcomponents.CodeDescription

Packages that use CodeDescription
com.instantbank.common.utilcomponents General utilities related to the EJB and Web components of this system. 
com.instantbank.component.lettertemplate.ejb This is the LetterTemplate EJB with services for Letters subsystem. 
com.instantbank.component.parameter.ejb This is the Parameter EJB with services for Parameter Module of Servicing susbsystem. 
com.instantbank.lettertemplate.editor.applet This is the applet of the editor. 
 

Uses of CodeDescription in com.instantbank.common.utilcomponents
 

Methods in com.instantbank.common.utilcomponents that return CodeDescription
static CodeDescription[] DAOUtil.loadCodeDescription(java.sql.PreparedStatement ps, java.sql.ResultSet rs)
          Auxiliary for load a CodeDescription[] from DB
static CodeDescription CodeDescription.assocCode(long cod, CodeDescription[] cdArray)
          Locates a CodigoDescription by its code in an array of CodigoDescriptions.
static CodeDescription CodeDescription.assocDescription(java.lang.String descr, CodeDescription[] cdArray)
          Locates a CodigoDescription by its description in an array of CodigoDescriptions.
 

Methods in com.instantbank.common.utilcomponents with parameters of type CodeDescription
static CodeDescription CodeDescription.assocCode(long cod, CodeDescription[] cdArray)
          Locates a CodigoDescription by its code in an array of CodigoDescriptions.
static CodeDescription CodeDescription.assocDescription(java.lang.String descr, CodeDescription[] cdArray)
          Locates a CodigoDescription by its description in an array of CodigoDescriptions.
 boolean CodeDescription.equals(CodeDescription cd)
          Standard equal comparison.
static java.lang.String[] CodeDescription.toDescriptions(CodeDescription[] cd)
          Delivers an array with "descriptions" starting from an array of CodeDescriptions .
static java.lang.String[] CodeDescription.toDescriptionsWithUndef(CodeDescription[] cd, java.lang.String undef)
          Delivers an array with "descriptions" starting from an array of CodeDescriptions .
static long[] CodeDescription.toCodes(CodeDescription[] cd)
          Delivers an array with "codes" starting from an array of CodeDescriptions .
static int CodeDescription.getIndexCode(long code, CodeDescription[] cd)
          Gets the index of the first entry in a CodeDescription array having a specific "code" value.
static int CodeDescription.getIndexDescription(java.lang.String desc, CodeDescription[] cd)
          Gets the index of the first entry in a CodeDescription array having a specific "description" value.
 

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

Methods in com.instantbank.component.lettertemplate.ejb that return CodeDescription
 CodeDescription[] LetterTemplateEJB.loadVariableFormats()
          Loads code and description of format of letter variables; ordered by description
 CodeDescription[] LetterTemplateEJB.loadPrintTypes()
          Loads code and description of printTypes; ordered by description
 CodeDescription[] LetterTemplateEJB.loadCategories()
          Loads all [code, description] of the categories of the current company; ordered by name
 CodeDescription[] LetterTemplateEJB.loadImagesNamesRepository()
          Loads all [code, description] of the images of the current company; ordered by name
 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[] LetterTemplateEJB.loadTemplatesDescription(long category, int printType)
          Loads code and description of all templates, for the current company and for the specified category; ordered by name.
 CodeDescription[] LetterTemplateEJB.loadTemplateCodes(long templateCode)
          Loads code and description of one template and its components for the specified template code
 CodeDescription[] LetterTemplateEJB.loadTemplateCodes(long category, int printType, java.lang.String name)
          Loads code and stamp of one template and its components for the specified template code
 CodeDescription[] LetterTemplateEJB.loadTemplateCodeDescription(long category, int printType, java.lang.String name)
          Loads code and description of one template and its components for the specified template code
 CodeDescription[] LetterTemplateEJB.loadCodesStamps(long category, int printType, java.lang.String name, java.lang.String header, java.lang.String body, java.lang.String closing)
          Loads code and stamp of template and components
 CodeDescription LetterTemplateEJB.storeComponent(LetterComponent component)
          Stores a letters component for the current company, generating code for the component if it is new.
 CodeDescription LetterTemplateEJB.storeComponentAs(long templateCode, LetterComponent component)
          Store as a letters component for the current company, generating code for the component if it is new.
 CodeDescription[] LetterTemplateEJB.loadComponentsDescription(int componentType, int printType)
          Loads code and description of all components, for the current company, for the specified component type and print type; ordered by name
 CodeDescription LetterTemplateEJB.loadComponentCode(int componentType, int printType, java.lang.String name)
          Load [code, stamp] for specified component
 CodeDescription[] LetterTemplateEJB.loadFTPCodes()
          Loads all [code, name] of the ftp's of the current company, ordered by name
 CodeDescription[] LetterTemplateEJB.loadJobsCodes()
          Loads all [code, name] of the jobs of the current company; ordered by name
 CodeDescription[] LetterTemplate.loadVariableFormats()
          Loads code and description of format of letter variables; ordered by description
 CodeDescription[] LetterTemplate.loadPrintTypes()
          Loads code and description of printTypes; ordered by description
 CodeDescription[] LetterTemplate.loadCategories()
          Loads all [code, description] of the categories of the current company; ordered by name
 CodeDescription[] LetterTemplate.loadImagesNamesRepository()
          Loads all [code, description] of the images of the current company; ordered by name
 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[] LetterTemplate.loadTemplatesDescription(long category, int printType)
          Loads code and description of all templates, for the current company and for the specified category; ordered by name.
 CodeDescription[] LetterTemplate.loadTemplateCodes(long templateCode)
          Loads code and description of one template and its components for the specified template code
 CodeDescription[] LetterTemplate.loadTemplateCodes(long category, int printType, java.lang.String name)
          Loads code and stamp of one template and its components for the specified template code
 CodeDescription[] LetterTemplate.loadTemplateCodeDescription(long category, int printType, java.lang.String name)
          Loads code and description of one template and its components for the specified template code
 CodeDescription[] LetterTemplate.loadCodesStamps(long category, int printType, java.lang.String name, java.lang.String header, java.lang.String body, java.lang.String closing)
          Loads code and stamp of template and components
 CodeDescription LetterTemplate.storeComponent(LetterComponent component)
          Stores a letters component for the current company, generating code for the component if it is new.
 CodeDescription LetterTemplate.storeComponentAs(long templateCode, LetterComponent component)
          Store as a letters component for the current company, generating code for the component if it is new.
 CodeDescription[] LetterTemplate.loadComponentsDescription(int componentType, int printType)
          Loads code and description of all components, for the current company, for the specified component type and print type; ordered by name
 CodeDescription LetterTemplate.loadComponentCode(int componentType, int printType, java.lang.String name)
          Load [code, stamp] for specified component
 CodeDescription[] LetterTemplate.loadFTPCodes()
          Loads all [code, name] of the ftp's of the current company, ordered by name
 CodeDescription[] LetterTemplate.loadJobsCodes()
          Loads all [code, name] of the jobs of the current company; ordered by name
 CodeDescription[] LetterTemplateDAO.loadVariableFormats()
          Loads code and description of format of letter variables from DatabaseNames.LETT_FORMAT table; ordered by description
 CodeDescription[] LetterTemplateDAO.loadPrintTypes()
          Loads code and description of printTypes; from DatabaseNames.LETT_PRINT_TYPE table; ordered by description
 CodeDescription[] LetterTemplateDAO.loadCategories()
          Loads all [code, description] of the categories of the current company, in DatabaseNames.LETT_CATEGORY; ordered by name
 CodeDescription[] LetterTemplateDAO.loadImagesNamesRepository()
          Loads all [code, description] of the images of the current company; ordered by name from DatabaseNames.LETT_IMAGES_REPOSITORY
 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.
 CodeDescription[] LetterTemplateDAO.loadTemplatesDescription(long category, int printType)
          Loads code and description of all templates, for the current company and for the specified category; from DatabaseNames.LETT_TEMPLATE table; ordered by name.
 CodeDescription[] LetterTemplateDAO.loadTemplateCodes(long templateCode)
          Loads code and description of one template and its components for the specified template code from DatabaseNames.LETT_TEMPLATE, DatabaseNames.LETT_COMPONENT tables
 CodeDescription[] LetterTemplateDAO.loadTemplateCodes(long category, int printType, java.lang.String name)
          Loads code and stamp of one template and its components for the specified template code from DatabaseNames.LETT_TEMPLATE, DatabaseNames.LETT_COMPONENT tables
 CodeDescription[] LetterTemplateDAO.loadTemplateCodeDescription(long category, int printType, java.lang.String name)
          Loads code and description of one template and its components for the specified template code from DatabaseNames.LETT_TEMPLATE, DatabaseNames.LETT_COMPONENT tables
 CodeDescription[] LetterTemplateDAO.loadCodesStamps(long category, int printType, java.lang.String name, java.lang.String header, java.lang.String body, java.lang.String closing)
          Loads code and stamp of template and components from DatabaseNames.LETT_TEMPLATE and LETT_COMPONENT tables
 CodeDescription LetterTemplateDAO.storeComponent(LetterComponent component)
          Stores a letters component for the current company, in tables DatabaseNames.LETT_COMPONENT, LETT_IMAGE, LETT_VARIABLE Generates code for the component if it is new.
 CodeDescription LetterTemplateDAO.storeComponentAs(long templateCode, LetterComponent component)
          Store as a letters component for the current company in tables DatabaseNames.LETT_COMPONENT, LETT_IMAGE, LETT_VARIABLE generating code for the component if it is new.
 CodeDescription[] LetterTemplateDAO.loadComponentsDescription(int componentType, int printType)
          Loads code and description of all components, for the current company, for the specified component type and print type; from DatabaseNames.LETT_COMPONENT table; ordered by name
 CodeDescription LetterTemplateDAO.loadComponentCode(int componentType, int printType, java.lang.String name)
          Load [code, stamp] for specified component from DatabaseNames.LETT_COMPONENT table
 CodeDescription[] LetterTemplateDAO.loadFTPCodes()
          Loads all [code, name] of the ftp's of the current company, from DatabaseNames.COMPANY_ADDRESSES and COMPANY_LOCATIONS tables; ordered by name
 CodeDescription[] LetterTemplateDAO.loadJobsCodes()
          Loads all [code, name] of the jobs of the current company; from DatabaseNames.LETT_JOB; ordered by name
private  CodeDescription LetterTemplateDAO.auxStoreComponent(LetterComponent component, java.sql.PreparedStatement ps, java.sql.ResultSet rs)
          Auxiliary for storeComponent: stores a letter component in tables DatabaseNames.LETT_COMPONENT, LETT_VARIABLE, LETT_IMAGE
 

Uses of CodeDescription in com.instantbank.component.parameter.ejb
 

Methods in com.instantbank.component.parameter.ejb that return CodeDescription
 CodeDescription[] Parameter.listParamLevel1Points()
          Loads all [code, value] of the values of parameter level 1 of the current company.
 CodeDescription[] Parameter.listParamLevel2Points()
          Loads all [code, value] of the values of parameter level 2 of the current company.
 CodeDescription[] ParameterDAO.listParamLevel1Points()
          Loads all [code, value] of the values of parameter level 1 of the current company from DatabaseNames.SV_LEVEL1_POINT table.
 CodeDescription[] ParameterDAO.listParamLevel2Points()
          Loads all [code, value] of the values of parameter level 2 of the current company from DatabaseNames.SV_LEVEL2_POINT table.
 CodeDescription[] ParameterEJB.listParamLevel1Points()
          Loads all [code, value] of the values of parameter level 1 of the current company.
 CodeDescription[] ParameterEJB.listParamLevel2Points()
          Loads all [code, value] of the values of parameter level 2 of the current company.
 

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

Fields in com.instantbank.lettertemplate.editor.applet declared as CodeDescription
protected  CodeDescription[] TemplateEditor.categories
          The set of available template categories.
protected  CodeDescription[] TemplateEditor.varFormats
          The set of available variable formats.
private  CodeDescription[] TemplateEditor.EditorStuff.OpenComponentAction.components
          [code,name] array of the components that can be opened.
private  CodeDescription[] TemplateEditor.CategoryNameTemplateDialog.categories
           
private  CodeDescription[] TemplateEditor.CategoryNameTemplateDialog.headers
           
private  CodeDescription[] TemplateEditor.CategoryNameTemplateDialog.bodies
           
private  CodeDescription[] TemplateEditor.CategoryNameTemplateDialog.closings
           
private  CodeDescription[] TemplateEditor.CategoryNameTemplateDialog.cdTempl
          Code and description of the templates in the current category.
private  CodeDescription[] TemplateEditor.CategoryNameTemplateDialog.localCodes
           
 CodeDescription[] TemplateEditor.CategoryNameTemplateDialog.cntResult
           
private  CodeDescription TemplateEditor.SaveAsComponentDialog.answer
          The answer sent to the caller.
(package private)  CodeDescription[] ComponentNameDisplay.compNames
          Array of < code, name> of the choosable components.
 

Methods in com.instantbank.lettertemplate.editor.applet that return CodeDescription
 CodeDescription[] TemplateEditor.EditorStuff.initSaveAsResult()
          Calculates a "void" value for the response that is calculated by the TemplateEditor.CategoryNameTemplateDialog Gui.
 CodeDescription[] TemplateEditorProxy.storeTemplate(Template template)
          Asks for the service of storing a template.
 CodeDescription[] TemplateEditorProxy.loadCategories()
          Asks for code and description of the template categories
 CodeDescription[] TemplateEditorProxy.loadTemplatesDescription(long category, int pType)
          Asks for code and description of the templates, for a given category and print type.
 CodeDescription[] TemplateEditorProxy.loadTemplateCodes(long code)
          Asks for the service of loading < code, stamp> for a template and its components.
 CodeDescription[] TemplateEditorProxy.loadComponentsDescription(int cmpType, int pType)
          Asks for code and description of the components, for a given component type and print type.
 CodeDescription[] TemplateEditorProxy.loadCodesStamps(long category, int printType, java.lang.String template, java.lang.String header, java.lang.String body, java.lang.String closing)
          Asks the service of loading code and stamp of a template and components.
 CodeDescription TemplateEditorProxy.loadComponentCode(int compType, int printType, java.lang.String name)
          Loads the < code,stamp> of a component from the database.
 CodeDescription TemplateEditorProxy.storeComponent(LetterComponent component)
          Asks for the service of storing a letter component without changing its links with any component.
 CodeDescription TemplateEditorProxy.storeComponentAs(long templateCode, LetterComponent component)
          Asks for the service of storing a letter component bound to a template.
 CodeDescription[] TemplateEditorProxy.loadVariableFormats()
          Asks for the service of loading variable formats.
 

Methods in com.instantbank.lettertemplate.editor.applet with parameters of type CodeDescription
 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.fillTemplateCodes(Template templ, CodeDescription[] codes)
          Fill the code and stamp attributes of a template and its components.
 void TemplateEditor.EditorStuff.showLocals(CodeDescription[] locals)
          Debug method that shows the content of a < code, description> array in a window dialog.
private  void TemplateEditor.CategoryNameTemplateDialog.copyResult(CodeDescription[] from, CodeDescription[] to)
          Copies values from a < code,description> array to another < code,description> array.
private  void TemplateEditor.CategoryNameTemplateDialog.putResult(CodeDescription[] to)
          Copies the names of the template and components in the result.
 

Constructors in com.instantbank.lettertemplate.editor.applet with parameters of type CodeDescription
TemplateEditor.CategoryNameTemplateDialog(long codeCategory, CodeDescription[] result, int mode)
          CategoryNameTemplateDialog constructor.
TemplateEditor.SaveAsComponentDialog(CodeDescription[] cmpNames, java.lang.String compType, int mode, CodeDescription answer)
          SaveAsComponentDialog constructor.
ComponentNameDisplay(CodeDescription[] cmpNames, java.lang.String type, int mode)
          Constructor for ComponentNameDisplay.