com.cinecolombia.common.utilcomponents
Interface CinecolombiaGlobals


public interface CinecolombiaGlobals

Enumeration of cinecolombia module constants

Author:
CincoSOFT
Created:
Junio 2003

Field Summary
static java.lang.String ACTIVE_USER
           
static java.lang.String Cinecolombia_JMS_FACTORY
          Letters JMS Factory for Cinecolombia module
static java.lang.String Cinecolombia_JMS_QUEUE
          Letters JMS Queue for Cinecolombia module
static java.lang.String DELETE
           
static java.lang.String DIRECTORIO_COMIDA
          Value of parameter name of directory 'comidas'
static java.lang.String DIRECTORIO_EXHIBICION
          Value of parameter name of directory 'exhibicion'
static java.lang.String DIRECTORIO_FTP
          Value of parameter name "DIRECTORIO DE FTP"
static java.lang.String ENTER
          Value of display 'enter'
static java.lang.String FTP_PASSWORD
          Value of parameter name "FTP PASSWORD"
static java.lang.String FTP_USER
          Value of parameter name "FTP USER"
static java.lang.String INACTIVE_USER
           
static java.lang.String INSERT
           
static java.lang.String IP_INTERFASES
          Value of parameter name "IP INTERFASES"
static int MAX_IMAGE_SIZE
          Maximum size of an image (bytes).
static int MAX_TEXT_SIZE
          Maximum size of a text.
static int REPEATED_NAME
          Repeated name.
static java.lang.String STR_NULL
          String representation for the null String value.
static java.lang.String STR_UNDEF
          String representation for the UNDEF value.
static java.lang.String SUPERPROFILE
          superprofile
static java.lang.String SUPERUSER
          superuser
static int UNDEF
          Value for miscelaneous undefined codes.
static java.lang.String UPDATE
           
 

Field Detail

UNDEF

public static final int UNDEF
Value for miscelaneous undefined codes.

See Also:
Constant Field Values

STR_NULL

public static final java.lang.String STR_NULL
String representation for the null String value.

See Also:
Constant Field Values

REPEATED_NAME

public static final int REPEATED_NAME
Repeated name.

See Also:
Constant Field Values

STR_UNDEF

public static final java.lang.String STR_UNDEF
String representation for the UNDEF value.

See Also:
Constant Field Values

MAX_IMAGE_SIZE

public static final int MAX_IMAGE_SIZE
Maximum size of an image (bytes).

See Also:
Constant Field Values

MAX_TEXT_SIZE

public static final int MAX_TEXT_SIZE
Maximum size of a text.

See Also:
Constant Field Values

INSERT

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

DELETE

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

UPDATE

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

Cinecolombia_JMS_FACTORY

public static final java.lang.String Cinecolombia_JMS_FACTORY
Letters JMS Factory for Cinecolombia module

See Also:
Constant Field Values

Cinecolombia_JMS_QUEUE

public static final java.lang.String Cinecolombia_JMS_QUEUE
Letters JMS Queue for Cinecolombia module

See Also:
Constant Field Values

ACTIVE_USER

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

INACTIVE_USER

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

SUPERPROFILE

public static final java.lang.String SUPERPROFILE
superprofile

See Also:
Constant Field Values

SUPERUSER

public static final java.lang.String SUPERUSER
superuser

See Also:
Constant Field Values

ENTER

public static final java.lang.String ENTER
Value of display 'enter'

See Also:
Constant Field Values

DIRECTORIO_EXHIBICION

public static final java.lang.String DIRECTORIO_EXHIBICION
Value of parameter name of directory 'exhibicion'

See Also:
Constant Field Values

DIRECTORIO_COMIDA

public static final java.lang.String DIRECTORIO_COMIDA
Value of parameter name of directory 'comidas'

See Also:
Constant Field Values

IP_INTERFASES

public static final java.lang.String IP_INTERFASES
Value of parameter name "IP INTERFASES"

See Also:
Constant Field Values

FTP_USER

public static final java.lang.String FTP_USER
Value of parameter name "FTP USER"

See Also:
Constant Field Values

FTP_PASSWORD

public static final java.lang.String FTP_PASSWORD
Value of parameter name "FTP PASSWORD"

See Also:
Constant Field Values

DIRECTORIO_FTP

public static final java.lang.String DIRECTORIO_FTP
Value of parameter name "DIRECTORIO DE FTP"

See Also:
Constant Field Values