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

Author:
CincoSOFT
Created:
Mayo 2003

Field Summary
static java.lang.String Action
          current MVC action
static java.lang.String ActiveTab
          use case ingresar datos complejo
static java.lang.String BaseSessionTime
          base Session Time for controlling timeout in central ear
static java.lang.String BusquedaPeliculasValue
          use case peliculas exhibicion date basic of find
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 ComplejoDelUsuario
           
static java.lang.String ComplejosEvent
          current instance of ComplejosEvent
static java.lang.String ComplejosList
          current company list, managed by complejos usecase
static java.lang.String ComplejosModel
          current model of Complejos
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 ExportarComplejoEvent
          current instance of ExportarComplejoEvent
static java.lang.String ExportarComplejoModel
          current model of ExportarComplejo
static java.lang.String ExternalDebugMode
          if it is true, the stacktrace will be shown to user
static java.lang.String FechaApartir
          date selected by programacion usecase
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 IngresarDatosComplejoEvent
          current instance of IngresarDatosComplejoEvent
static java.lang.String IngresarDatosComplejoModel
          current model of IngresarDatosComplejo
static java.lang.String initialContextFactory
          Initial Context Factory
static java.lang.String InterfasesEJB
          Reference to Interfases EJB
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 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 NombreSala
          sala selected by programacion usecase
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 OrdenProcesos
          Ubicación del orden estándar para los procesos en un complejo
static java.lang.String PeliculasExhibicionEvent
          current instance of PeliculasExhibicionEvent
static java.lang.String PeliculasExhibicionList
          current company list, managed by peliculasExhibicion usecase
static java.lang.String PeliculasExhibicionMap
          optionally: current company Map, managed by peliculasExhibicion usecase
static java.lang.String PeliculasExhibicionModel
          current model of PeliculasExhibicion
static java.lang.String ProblemNoComplejo
          Marca en el request: No hay complejo.
static java.lang.String ProblemNoProcesos
          Marca en el request: No hay procesos automáticos en el complejo.
static java.lang.String ProgramacionEvent
          current instance of ProgramacionEvent
static java.lang.String ProgramacionList
          current company list, managed by programacion usecase
static java.lang.String ProgramacionMap
          optionally: current company Map, managed by programacion usecase
static java.lang.String ProgramacionModel
          current model of Programacion
static java.lang.String RequestProcessorKey
          javaBean for processing request user
static java.lang.String ScreenManagerKey
          javaBean for selecting next screen
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

InterfasesEJB

public static final java.lang.String InterfasesEJB
Reference to Interfases 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

ComplejoDelUsuario

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

IdComplejoDelUsuario

public static final java.lang.String IdComplejoDelUsuario
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

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

ActiveTab

public static final java.lang.String ActiveTab
use case ingresar datos complejo

See Also:
Constant Field Values

IngresarDatosComplejoEvent

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

See Also:
Constant Field Values

IngresarDatosComplejoModel

public static final java.lang.String IngresarDatosComplejoModel
current model of IngresarDatosComplejo

See Also:
Constant Field Values

ProblemNoComplejo

public static final java.lang.String ProblemNoComplejo
Marca en el request: No hay complejo.

See Also:
Constant Field Values

ProblemNoProcesos

public static final java.lang.String ProblemNoProcesos
Marca en el request: No hay procesos automáticos en el complejo.

See Also:
Constant Field Values

OrdenProcesos

public static final java.lang.String OrdenProcesos
Ubicación del orden estándar para los procesos en un complejo

See Also:
Constant Field Values

ExportarComplejoEvent

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

See Also:
Constant Field Values

ExportarComplejoModel

public static final java.lang.String ExportarComplejoModel
current model of ExportarComplejo

See Also:
Constant Field Values

ProgramacionEvent

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

See Also:
Constant Field Values

ProgramacionModel

public static final java.lang.String ProgramacionModel
current model of Programacion

See Also:
Constant Field Values

ProgramacionList

public static final java.lang.String ProgramacionList
current company list, managed by programacion usecase

See Also:
Constant Field Values

ProgramacionMap

public static final java.lang.String ProgramacionMap
optionally: current company Map, managed by programacion usecase

See Also:
Constant Field Values

FechaApartir

public static final java.lang.String FechaApartir
date selected by programacion usecase

See Also:
Constant Field Values

NombreSala

public static final java.lang.String NombreSala
sala selected by programacion usecase

See Also:
Constant Field Values

PeliculasExhibicionEvent

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

See Also:
Constant Field Values

PeliculasExhibicionModel

public static final java.lang.String PeliculasExhibicionModel
current model of PeliculasExhibicion

See Also:
Constant Field Values

PeliculasExhibicionList

public static final java.lang.String PeliculasExhibicionList
current company list, managed by peliculasExhibicion usecase

See Also:
Constant Field Values

PeliculasExhibicionMap

public static final java.lang.String PeliculasExhibicionMap
optionally: current company Map, managed by peliculasExhibicion usecase

See Also:
Constant Field Values

ComplejosEvent

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

See Also:
Constant Field Values

ComplejosModel

public static final java.lang.String ComplejosModel
current model of Complejos

See Also:
Constant Field Values

ComplejosList

public static final java.lang.String ComplejosList
current company list, managed by complejos usecase

See Also:
Constant Field Values

BusquedaPeliculasValue

public static final java.lang.String BusquedaPeliculasValue
use case peliculas exhibicion date basic of find

See Also:
Constant Field Values