|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGWTApplication.client.FaultDatabaseConstants
public class FaultDatabaseConstants
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 |
---|
public static final java.lang.String DEFAULTPRIVILEDGE
public static final java.lang.String INGUSERPRIVILEDGE
public static final java.lang.String ADMINPRIVILEDGE
public static final java.lang.String FDBPRINTER
public static final java.lang.String DEFAULTUSER
public static final java.lang.String USERIDCOOKIE
public static final java.lang.String PASSWORDCOOKIE
public static final java.lang.String STOREPASSWORDCOOKIE
public static final java.lang.String STORECREDENTIALS
STOREPASSWORDCOOKIE
cookie to indicate that we always store the password/uid
public static final java.lang.String DONOTSTORECREDENTIALS
STOREPASSWORDCOOKIE
cookie to indicate that we do not store the password/uid
public static final java.lang.String LANGUAGECOOKIE
public static final int TELESCOPEOPERATOR
public static final int DUTYENGINEERS
public static final int SUPPORTASTRONOMERS
public static final java.lang.String GUEST
public static final int COMMENTTAB
public static final int SOLUTIONTAB
public static final int WORKAROUNDTAB
Constructor Detail |
---|
public FaultDatabaseConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |