GWTApplication.client
Class FaultDatabaseConstants

java.lang.Object
  extended by GWTApplication.client.FaultDatabaseConstants

public class FaultDatabaseConstants
extends java.lang.Object


Field Summary
static java.lang.String ADMINPRIVILEDGE
           
static int COMMENTTAB
          This is the index in the tab panel for the fault comment tab
static java.lang.String DEFAULTPRIVILEDGE
           
static java.lang.String DEFAULTUSER
           
static java.lang.String DONOTSTORECREDENTIALS
          Used by the STOREPASSWORDCOOKIE cookie to indicate that we do not store the password/uid
static int DUTYENGINEERS
          This is a constant which indicates a group of duty engineers
static java.lang.String FDBPRINTER
          This is the cookie which is associated with the default printer for the user
static java.lang.String GUEST
          This is the guest user
static java.lang.String INGUSERPRIVILEDGE
           
static java.lang.String LANGUAGECOOKIE
          This is the cookie to hold the preferred language of the interface
static java.lang.String PASSWORDCOOKIE
          The name of the cookie which will be used for holding the password of the user
static int SOLUTIONTAB
          This is the index in the tab panel for the fault solution tab
static java.lang.String STORECREDENTIALS
          Used by the STOREPASSWORDCOOKIE cookie to indicate that we always store the password/uid
static java.lang.String STOREPASSWORDCOOKIE
          Cookie which is to remember if we are remember the password or not
static int SUPPORTASTRONOMERS
          This is a constant which indicates a group of support astronomers
static int TELESCOPEOPERATOR
          This is a constant which indicates a group of telescope operators
static java.lang.String USERIDCOOKIE
          The name of the cookie which will be used for holding the user id of the user
static int WORKAROUNDTAB
          This is the index in the tab panel for the fault workaround tab
 
Constructor Summary
FaultDatabaseConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULTPRIVILEDGE

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

INGUSERPRIVILEDGE

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

ADMINPRIVILEDGE

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

FDBPRINTER

public static final java.lang.String FDBPRINTER
This is the cookie which is associated with the default printer for the user

See Also:
Constant Field Values

DEFAULTUSER

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

USERIDCOOKIE

public static final java.lang.String USERIDCOOKIE
The name of the cookie which will be used for holding the user id of the user

See Also:
Constant Field Values

PASSWORDCOOKIE

public static final java.lang.String PASSWORDCOOKIE
The name of the cookie which will be used for holding the password of the user

See Also:
Constant Field Values

STOREPASSWORDCOOKIE

public static final java.lang.String STOREPASSWORDCOOKIE
Cookie which is to remember if we are remember the password or not

See Also:
Constant Field Values

STORECREDENTIALS

public static final java.lang.String STORECREDENTIALS
Used by the STOREPASSWORDCOOKIE cookie to indicate that we always store the password/uid

See Also:
Constant Field Values

DONOTSTORECREDENTIALS

public static final java.lang.String DONOTSTORECREDENTIALS
Used by the STOREPASSWORDCOOKIE cookie to indicate that we do not store the password/uid

See Also:
Constant Field Values

LANGUAGECOOKIE

public static final java.lang.String LANGUAGECOOKIE
This is the cookie to hold the preferred language of the interface

See Also:
Constant Field Values

TELESCOPEOPERATOR

public static final int TELESCOPEOPERATOR
This is a constant which indicates a group of telescope operators

See Also:
Constant Field Values

DUTYENGINEERS

public static final int DUTYENGINEERS
This is a constant which indicates a group of duty engineers

See Also:
Constant Field Values

SUPPORTASTRONOMERS

public static final int SUPPORTASTRONOMERS
This is a constant which indicates a group of support astronomers

See Also:
Constant Field Values

GUEST

public static final java.lang.String GUEST
This is the guest user

See Also:
Constant Field Values

COMMENTTAB

public static final int COMMENTTAB
This is the index in the tab panel for the fault comment tab

See Also:
Constant Field Values

SOLUTIONTAB

public static final int SOLUTIONTAB
This is the index in the tab panel for the fault solution tab

See Also:
Constant Field Values

WORKAROUNDTAB

public static final int WORKAROUNDTAB
This is the index in the tab panel for the fault workaround tab

See Also:
Constant Field Values
Constructor Detail

FaultDatabaseConstants

public FaultDatabaseConstants()