com.instantbank.lettertemplate.control.util
Interface WebKeys


public interface WebKeys

This interface contains all the keys that are used to store data in the different scopes of web-tier. These values are the same as those used in the JSP pages (useBean tags).

Author:
Instant-bank (Consuelo Franky, Jorge Cardenas)

Field Summary
static java.lang.String ActionImage
          name of image
static java.lang.String BatchReviewEvent
          current instance of BatchReviewEvent
static java.lang.String BatchReviewList
          letter batch list of current company
static java.lang.String BatchRun
          batch run (session variable)
static java.lang.String BatchStartEvent
          current instance of BatchStartEvent
static java.lang.String BatchStartList
          letter batch list of current company
static java.lang.String BodyLoadFields
          body of javaScript method loadFields() (web session variable)
static java.lang.String BodyLoadMenus
          body of javaScript method loadMenus() (web session variable)
static java.lang.String CategoryEvent
          current instance of CategoryEvent
static java.lang.String CategoryList
          categories list of current company
static java.lang.String CategoryTable
          categories table of all companies (web context variable)
static java.lang.String CompanyFields
          data of fields of current company: ArrayList(web session variable)
static java.lang.String CompanyFieldsId
          data of fields Id.
static java.lang.String CompanyId
          id of current company
static java.lang.String CompanyName
          name of current company
static java.lang.String CompanyNumber
          number of current company
static java.lang.String ComponentsEvent
          current instance of ComponentsEvent
static java.lang.String ComponentsList
          components list of current company
static java.lang.String ComponentsTable
          components table of all companies (web context variable)
static java.lang.String CurrentScreen
          name of next screen to show to the user
static java.lang.String ExceptionOcurred
          signals that an exception occurred and the text of exception
static java.lang.String ExceptionStackTrace
          stacktrace associated to the exception
static java.lang.String ExcOcurred
          signals that an exception occurred and the text of exception(web session variable)
static java.lang.String ExcStackTrace
          stacktrace associated to the exception (web session variable)
static java.lang.String ExistsCategoryList
          signals if categories list exists in the web context
static java.lang.String ExistsComponentsList
          signals if components list exists in the web context
static java.lang.String ExistsImagesList
          signals if images list exists in the web context
static java.lang.String ExistsTemplatesList
          signals if templates list exists in the web context
static java.lang.String ExternalDebugMode
          if it is true, the stacktrace will be shown to user
static java.lang.String FieldMenus
          system field menus (web session variable)
static java.lang.String HasException
          signals an exception in Collections
static java.lang.String ImageFile
          image file name
static java.lang.String ImageShow
          bytes of image (web session variable)
static java.lang.String ImagesRepositoryEvent
          current instance of ImagesRepositoryEvent
static java.lang.String ImagesRepositoryList
          images list of current company
static java.lang.String ImagesTemporalPath
          temporal directory in the server machine to upload images from a client machine
static java.lang.String ImageTable
          images table of all companies (web context variable)
static java.lang.String JobModelKey
          Model view of Job EJB:
static java.lang.String JobsList
          list Jobs list (session variable)
static java.lang.String LanguageKey
          current language
static java.lang.String LetterJobsList
          letter jobs list of current company (web session variable)
static java.lang.String LetterTemplateEJB
          Reference to LetterTemplate EJB
static java.lang.String LocationsList
          ftp locations of current company (web session variable)
static java.lang.String MainMessage
          main message of the text of exception (until first "." or ":")
static java.lang.String MissingFormDataKey
          list of missing data in the request user
static java.lang.String ModelManagerKey
          javaBean for updating model views in the Application Layer
static java.lang.String NewJobTemplate
          it signals that there is a letter template for a new job (web request variable)
static java.lang.String NumberOfJobs
          no jobs were selected (session variable)
static java.lang.String OptionCollections
          options of Collections
static java.lang.String OptionCompany
          options of current company
static java.lang.String PendingProblem
          signals if it exists a pending problem to show to user (web session variable)
static java.lang.String PreviewPrintEvent
          current instance of PreviewPrintEvent
static java.lang.String RequestProcessorKey
          javaBean for processing request user
static java.lang.String RtfToFoConfigPath
          directory in the server machine with the configuration for rtfToFo
static java.lang.String ScreenManagerKey
          javaBean for selecting next screen
static java.lang.String SetLetterJobEvent
          current instance of SetLetterJobEvent (web request variable)
static java.lang.String SystemFields
          Hashtable containing company fields information.
static java.lang.String TemplateCode
          letter template associated to job: template code (web request variable)
static java.lang.String TemplateFields
          letter template associated to job: template fields (web request variable)
static java.lang.String TemplateName
          name of template
static java.lang.String TemplatesDescriptors
          letter templates descriptors (web session variable)
static java.lang.String TemplatesEvent
          current instance of TemplatesEvent
static java.lang.String TemplatesList
          templates list of current company
static java.lang.String TemplatesPdf
          bytes of template pdf (web session variable)
static java.lang.String TemplatesTable
          templates table of all companies (web context variable)
static java.lang.String UseCase
          current usecase
static java.lang.String UserId
          current userid
static java.lang.String UserName
          current user name
static java.lang.String Version
          version of system
static java.lang.String WebControllerKey
          javaBean for sending request event to Service Layer
static java.lang.String WLInitialContextFactory
          Weblogic's Initial Context Factory
static java.lang.String ZipLettersFileMaxSize
          Max size for the files generated by letter jobs.
 

Field Detail

JobModelKey

public static final java.lang.String JobModelKey
Model view of Job EJB:

LetterTemplateEJB

public static final java.lang.String LetterTemplateEJB
Reference to LetterTemplate EJB

ExternalDebugMode

public static final java.lang.String ExternalDebugMode
if it is true, the stacktrace will be shown to user

ImagesTemporalPath

public static final java.lang.String ImagesTemporalPath
temporal directory in the server machine to upload images from a client machine

RtfToFoConfigPath

public static final java.lang.String RtfToFoConfigPath
directory in the server machine with the configuration for rtfToFo

WLInitialContextFactory

public static final java.lang.String WLInitialContextFactory
Weblogic's Initial Context Factory

ZipLettersFileMaxSize

public static final java.lang.String ZipLettersFileMaxSize
Max size for the files generated by letter jobs.

ScreenManagerKey

public static final java.lang.String ScreenManagerKey
javaBean for selecting next screen

RequestProcessorKey

public static final java.lang.String RequestProcessorKey
javaBean for processing request user

WebControllerKey

public static final java.lang.String WebControllerKey
javaBean for sending request event to Service Layer

ModelManagerKey

public static final java.lang.String ModelManagerKey
javaBean for updating model views in the Application Layer

CurrentScreen

public static final java.lang.String CurrentScreen
name of next screen to show to the user

LanguageKey

public static final java.lang.String LanguageKey
current language

MissingFormDataKey

public static final java.lang.String MissingFormDataKey
list of missing data in the request user

CompanyName

public static final java.lang.String CompanyName
name of current company

CompanyId

public static final java.lang.String CompanyId
id of current company

Version

public static final java.lang.String Version
version of system

OptionCollections

public static final java.lang.String OptionCollections
options of Collections

OptionCompany

public static final java.lang.String OptionCompany
options of current company

HasException

public static final java.lang.String HasException
signals an exception in Collections

UserName

public static final java.lang.String UserName
current user name

CompanyNumber

public static final java.lang.String CompanyNumber
number of current company

UserId

public static final java.lang.String UserId
current userid

UseCase

public static final java.lang.String UseCase
current usecase

ExceptionOcurred

public static final java.lang.String ExceptionOcurred
signals that an exception occurred and the text of exception

ExceptionStackTrace

public static final java.lang.String ExceptionStackTrace
stacktrace associated to the exception

ExcOcurred

public static final java.lang.String ExcOcurred
signals that an exception occurred and the text of exception(web session variable)

ExcStackTrace

public static final java.lang.String ExcStackTrace
stacktrace associated to the exception (web session variable)

MainMessage

public static final java.lang.String MainMessage
main message of the text of exception (until first "." or ":")

CategoryEvent

public static final java.lang.String CategoryEvent
current instance of CategoryEvent

CategoryList

public static final java.lang.String CategoryList
categories list of current company

ExistsCategoryList

public static final java.lang.String ExistsCategoryList
signals if categories list exists in the web context

CategoryTable

public static final java.lang.String CategoryTable
categories table of all companies (web context variable)

ImagesRepositoryEvent

public static final java.lang.String ImagesRepositoryEvent
current instance of ImagesRepositoryEvent

ImagesRepositoryList

public static final java.lang.String ImagesRepositoryList
images list of current company

ExistsImagesList

public static final java.lang.String ExistsImagesList
signals if images list exists in the web context

ImageTable

public static final java.lang.String ImageTable
images table of all companies (web context variable)

ImageFile

public static final java.lang.String ImageFile
image file name

ImageShow

public static final java.lang.String ImageShow
bytes of image (web session variable)

ActionImage

public static final java.lang.String ActionImage
name of image

PendingProblem

public static final java.lang.String PendingProblem
signals if it exists a pending problem to show to user (web session variable)

TemplatesEvent

public static final java.lang.String TemplatesEvent
current instance of TemplatesEvent

TemplatesList

public static final java.lang.String TemplatesList
templates list of current company

ExistsTemplatesList

public static final java.lang.String ExistsTemplatesList
signals if templates list exists in the web context

TemplatesTable

public static final java.lang.String TemplatesTable
templates table of all companies (web context variable)

TemplateName

public static final java.lang.String TemplateName
name of template

TemplatesPdf

public static final java.lang.String TemplatesPdf
bytes of template pdf (web session variable)

ComponentsEvent

public static final java.lang.String ComponentsEvent
current instance of ComponentsEvent

ComponentsList

public static final java.lang.String ComponentsList
components list of current company

ExistsComponentsList

public static final java.lang.String ExistsComponentsList
signals if components list exists in the web context

ComponentsTable

public static final java.lang.String ComponentsTable
components table of all companies (web context variable)

PreviewPrintEvent

public static final java.lang.String PreviewPrintEvent
current instance of PreviewPrintEvent

SetLetterJobEvent

public static final java.lang.String SetLetterJobEvent
current instance of SetLetterJobEvent (web request variable)

LetterJobsList

public static final java.lang.String LetterJobsList
letter jobs list of current company (web session variable)

LocationsList

public static final java.lang.String LocationsList
ftp locations of current company (web session variable)

CompanyFields

public static final java.lang.String CompanyFields
data of fields of current company: ArrayList(web session variable)

CompanyFieldsId

public static final java.lang.String CompanyFieldsId
data of fields Id. of current company: long[] (web session variable)

FieldMenus

public static final java.lang.String FieldMenus
system field menus (web session variable)

TemplatesDescriptors

public static final java.lang.String TemplatesDescriptors
letter templates descriptors (web session variable)

TemplateCode

public static final java.lang.String TemplateCode
letter template associated to job: template code (web request variable)

TemplateFields

public static final java.lang.String TemplateFields
letter template associated to job: template fields (web request variable)

NewJobTemplate

public static final java.lang.String NewJobTemplate
it signals that there is a letter template for a new job (web request variable)

BodyLoadFields

public static final java.lang.String BodyLoadFields
body of javaScript method loadFields() (web session variable)

BodyLoadMenus

public static final java.lang.String BodyLoadMenus
body of javaScript method loadMenus() (web session variable)

BatchStartEvent

public static final java.lang.String BatchStartEvent
current instance of BatchStartEvent

BatchStartList

public static final java.lang.String BatchStartList
letter batch list of current company

BatchRun

public static final java.lang.String BatchRun
batch run (session variable)

JobsList

public static final java.lang.String JobsList
list Jobs list (session variable)

NumberOfJobs

public static final java.lang.String NumberOfJobs
no jobs were selected (session variable)

BatchReviewEvent

public static final java.lang.String BatchReviewEvent
current instance of BatchReviewEvent

BatchReviewList

public static final java.lang.String BatchReviewList
letter batch list of current company

SystemFields

public static final java.lang.String SystemFields
Hashtable containing company fields information. Value required by the LetterTemplate intermediate servlet.