Package com.cinecolombia.common.utilcomponents

Utilidades generales para apoyo de los niveles Web y EJB del proyecto.

See:
          Description

Interface Summary
CinecolombiaExceptionMessage This class is the central location to store exception messages of cinecolombia module
CinecolombiaGlobals Enumeration of cinecolombia module constants
CommonExceptionMessage This class is the central location to store exception messages common to all ears
InterfasesExceptionMessage This class is the central location to store exception messages of interfases module
InterfasesGlobals Enumeration of interfases module constants
JNDINames This class is the central location to store the internal JNDI names of various entities of all ears.
 

Class Summary
AccionConPermiso Description of the Class
AccionPermisoEspecial Description of the Class
Action This class is an auxiliary class of ManejoPerfilesModel.
BannerTranslator helper class for the banner.jsp
CambioPasswordModel This class represents the sent data (answer) in the direction ejb -> web when the CambioPassword usecase asks ejb services
CambioPasswordValue This class represents the sent value in the direction web -> ejb when the {Usecase} usecase asks ejb services
CasoUsoConPermisos Description of the Class
CodeDescription Utility class allowing manipulation of pairs "code,description".
ColDateFormat Fábrica de formateador para fechas, al estilo colombiano.
ColNumberFormat Constructor de formateadores de números, al estilo colombiano.
CommonUtil Various general algorithms implemented as static methods.
CompareNombreTripletaNAA Clase comparadora de Tripletas.
CompareNombreTripletaNNA Compara lexicográficamente los nombres de dos TripletaNNA.
DAOUtil This utility class for EJB tier components.
DatabaseNames This class stores the name of all the database objects.
DateInterval Representa un intervalo de fechas.
Debug This class is just a helper class to make it handy to print out debug statements
DescriptorPermisoEspecial Description of the Class
DuplaAA Representa parejas alfabética-alfabéticas: codigo: Alfabético (A) nombre: Alfabético (A)
DuplaNA Representa parejas numérico-alfabéticas: codigo: Numérico (N) nombre: Alfabético (A)
FlatFileConfiguration Representa los datos basicos que describen un archivo plano: Caracter separador.
ManejoPerfilesModel This class represents the sent data (answer) in the direction ejb -> web when the ManejoPerfiles usecase asks ejb services
ManejoPerfilesValue This class represents the sent value in the direction web -> ejb when the {Usecase} usecase asks ejb services
ManejoUsersModel This class represents the sent data (answer) in the direction ejb -> web when the ManejoUsers usecase asks ejb services
ManejoUsersValue This class represents the sent value in the direction web -> ejb when the {Usecase} usecase asks ejb services
Module This class is an auxiliary class of ManejoPerfilesModel.
ModuloConPermisos Description of the Class
PackedInt Representa un objeto Integer al cual se le puede cambiar el valor.
ParametrosGlobalesModel This class represents the sent data (answer) in the direction ejb -> web when the ParametrosGlobales usecase asks ejb services
ParametrosGlobalesValue This class represents the sent value in the direction web -> ejb when the {Usecase} usecase asks ejb services
PermisosEspecialesModel This class represents the sent data (answer) in the direction ejb -> web when the PermisosEspeciales usecase asks ejb services
PermisosEspecialesValue This class represents the sent value in the direction web -> ejb when the {Usecase} usecase asks ejb services
Profile This class is an auxiliary class of ManejoPerfilesModel.
RegistroPlano Clase base para derivar generadores de "registros planos" de caracteres ascii.
TextFiller  
TripletaNAA Clase para manejar tripletas Numérico, Alfabética, Alfabética: id : numérico (N) codigo: alfabético (A) nombre: alfabético (A)
TripletaNNA Clase para manejar tripletas Numérico, Numérico, Alfabéticas: id : numérico (N) codigo: numérico (N) nombre: alfabético (A)
UseCase This class is an auxiliary class of ManejoPerfilesModel.
User This class represents a User composed by 5 Strings: (idUsuario, codigoUsuario, password, apellidoUsuario, nombreUsuario)
 

Exception Summary
DAOException exception class for DAO services associated with EJBs
FlatFileConfigurationException  
 

Package com.cinecolombia.common.utilcomponents Description

Utilidades generales para apoyo de los niveles Web y EJB del proyecto.