com.cinecolombia.cinecolombia.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 of cinecolombia module. These values are the same as those used in the JSP pages.

Author:
CincoSOFT
Created:
Junio 2003

Field Summary
static java.lang.String Action
          current MVC action
static java.lang.String BaseSessionTime
          base Session Time for controlling timeout in central ear
static java.lang.String CambioPasswordEvent
          current instance of CambioPasswordEvent
static java.lang.String CambioPasswordModel
          current model of CambioPassword
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 CompanySessionTime
          company Session Time: maximum timeout
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 ExternalDebugMode
          if it is true, the stacktrace will be shown to user
static java.lang.String FilesTemporalPath
          temporal directory in the server machine to upload files from a client machine
static java.lang.String IdComplejoDelUsuario
           
static java.lang.String initialContextFactory
          Initial Context Factory
static java.lang.String LanguageKey
          current language
static java.lang.String MainMessage
          main message of the text of exception (until first "." or ":")
static java.lang.String ManejoPerfilesEvent
          current instance of ManejoPerfilesEvent
static java.lang.String ManejoPerfilesModel
          current model of ManejoPerfiles
static java.lang.String ManejoUsersEvent
          current instance of ManejoUsersEvent
static java.lang.String ManejoUsersModel
          current model of ManejoUsers
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 NewUser
          requesting a screen for a new user (gotoDB is false)
static java.lang.String OptionAdministracion
          current option of Administracion menu
static java.lang.String OptionComplejo
          current option of Complejo menu
static java.lang.String OptionContabilidad
          current option of Contabilidad menu
static java.lang.String ParametrosGlobalesEvent
          current instance of ParametrosGlobalesEvent
static java.lang.String ParametrosGlobalesModel
          current model of ParametrosGlobales
static java.lang.String PermisosEspecialesEvent
          current instance of PermisosEspecialesEvent
static java.lang.String PermisosEspecialesModel
          current model of PermisosEspeciales
static java.lang.String RequestProcessorKey
          javaBean for processing request user
static java.lang.String ScreenManagerKey
          javaBean for selecting next screen
static java.lang.String SecurityEJB
          Reference to Security EJB
static java.lang.String UseCase
          current usecase
static java.lang.String UserActions
          allowed actions for current user
static java.lang.String UserId
          current userid
static java.lang.String UserName
          current user name
static java.lang.String UserPwd
          password of current userid
static java.lang.String UsersRoles
          users and roles of the system
static java.lang.String Version
          version of system
static java.lang.String WebControllerKey
          javaBean for sending request event to Service Layer
 

Field Detail

SecurityEJB

public static final java.lang.String SecurityEJB
Reference to Security EJB

See Also:
Constant Field Values

ExternalDebugMode

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

See Also:
Constant Field Values

FilesTemporalPath

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

See Also:
Constant Field Values

initialContextFactory

public static final java.lang.String initialContextFactory
Initial Context Factory

See Also:
Constant Field Values

ScreenManagerKey

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

See Also:
Constant Field Values

RequestProcessorKey

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

See Also:
Constant Field Values

WebControllerKey

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

See Also:
Constant Field Values

ModelManagerKey

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

See Also:
Constant Field Values

CurrentScreen

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

See Also:
Constant Field Values

LanguageKey

public static final java.lang.String LanguageKey
current language

See Also:
Constant Field Values

MissingFormDataKey

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

See Also:
Constant Field Values

BaseSessionTime

public static final java.lang.String BaseSessionTime
base Session Time for controlling timeout in central ear

See Also:
Constant Field Values

CompanySessionTime

public static final java.lang.String CompanySessionTime
company Session Time: maximum timeout

See Also:
Constant Field Values

CompanyName

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

See Also:
Constant Field Values

CompanyId

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

See Also:
Constant Field Values

CompanyNumber

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

See Also:
Constant Field Values

Version

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

See Also:
Constant Field Values

UserName

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

See Also:
Constant Field Values

UserId

public static final java.lang.String UserId
current userid

See Also:
Constant Field Values

UserPwd

public static final java.lang.String UserPwd
password of current userid

See Also:
Constant Field Values

UseCase

public static final java.lang.String UseCase
current usecase

See Also:
Constant Field Values

UserActions

public static final java.lang.String UserActions
allowed actions for current user

See Also:
Constant Field Values

UsersRoles

public static final java.lang.String UsersRoles
users and roles of the system

See Also:
Constant Field Values

OptionAdministracion

public static final java.lang.String OptionAdministracion
current option of Administracion menu

See Also:
Constant Field Values

OptionContabilidad

public static final java.lang.String OptionContabilidad
current option of Contabilidad menu

See Also:
Constant Field Values

OptionComplejo

public static final java.lang.String OptionComplejo
current option of Complejo menu

See Also:
Constant Field Values

Action

public static final java.lang.String Action
current MVC action

See Also:
Constant Field Values

IdComplejoDelUsuario

public static final java.lang.String IdComplejoDelUsuario
See Also:
Constant Field Values

ExceptionOcurred

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

See Also:
Constant Field Values

ExceptionStackTrace

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

See Also:
Constant Field Values

ExcOcurred

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

See Also:
Constant Field Values

ExcStackTrace

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

See Also:
Constant Field Values

MainMessage

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

See Also:
Constant Field Values

ManejoUsersEvent

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

See Also:
Constant Field Values

ManejoUsersModel

public static final java.lang.String ManejoUsersModel
current model of ManejoUsers

See Also:
Constant Field Values

NewUser

public static final java.lang.String NewUser
requesting a screen for a new user (gotoDB is false)

See Also:
Constant Field Values

CambioPasswordEvent

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

See Also:
Constant Field Values

CambioPasswordModel

public static final java.lang.String CambioPasswordModel
current model of CambioPassword

See Also:
Constant Field Values

ManejoPerfilesEvent

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

See Also:
Constant Field Values

ManejoPerfilesModel

public static final java.lang.String ManejoPerfilesModel
current model of ManejoPerfiles

See Also:
Constant Field Values

ParametrosGlobalesEvent

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

See Also:
Constant Field Values

ParametrosGlobalesModel

public static final java.lang.String ParametrosGlobalesModel
current model of ParametrosGlobales

See Also:
Constant Field Values

PermisosEspecialesEvent

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

See Also:
Constant Field Values

PermisosEspecialesModel

public static final java.lang.String PermisosEspecialesModel
current model of PermisosEspeciales

See Also:
Constant Field Values