|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.virginia.dcjs.standards.client.TRexClientRequest
This class enumerates those static constants representing the * various requests the TRex application server can service. * The custom request process contains two steps. First, the type * of request must be specified; one of:
| Field Summary | |
static int |
ACADEMY
Academy table, listing OR code row source |
static int |
ACADEMY_REGION
Academy region |
static int |
AGENCY
Agency table |
static int |
AGENCY_EMPLOYEES
Obtain a listing of all agency employees |
static int |
AGENCY_INSTRUCTORS
Obtain a listing of all agency instructors |
static int |
AGENCY_STATUS
Agency status |
static int |
CERTIFICATION
Certification table |
static int |
COMPLIANCE
Compliance codes |
static int |
COURSE
Course codes |
static int |
EDUCATION
Eduction codes |
static int |
EMPLOYMENT
Employment table |
static int |
EXISTING
Existing record request |
static int |
FUNCTION
Function codes |
static int |
GENDER
Gender codes |
static int |
INSTRUCTOR
Instructor table |
static int |
INSTRUCTOR_HISTORY
Instructor history listing |
static java.lang.String |
INSTRUCTOR_SEARCH
Instructor search key parameter |
static int |
LISTING
Listing request |
static int |
LOOKUP
Perform a lookup for a single table and ssn |
static java.lang.String |
NAME
Application name |
static int |
NOTES
Notes table |
static int |
PERSON
Person table |
static int |
RACE
Race codes |
static int |
RANK
Rank codes |
static int |
REFRESH
Refresh the stored code tables by recreating them |
static int |
REGION
Region codes |
static int |
SEARCH
Search results listing |
static int |
STATUS
Status codes |
static int |
SUFFIX
Suffixes |
static int |
TERMINATION
Termination codes |
static int |
TRAINING
Training table |
static int |
TYPE
Type codes |
static int |
UNKNOWN
Unrecognized request |
| Constructor Summary | |
TRexClientRequest()
|
|
| Method Summary | |
static int |
getTableID(java.lang.String name)
Obtain the application specific integer constant representing * the specified table name. |
static java.lang.String |
getTableName(int table)
Obtain the table name for the specified id constant. |
static DataTable |
getTableReference(int table)
Obtain a reference for the table of the specified id constant. |
| 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 NAME
public static final java.lang.String INSTRUCTOR_SEARCH
public static final int ACADEMY
public static final int AGENCY
public static final int CERTIFICATION
public static final int EMPLOYMENT
public static final int INSTRUCTOR
public static final int NOTES
public static final int PERSON
public static final int TRAINING
public static final int UNKNOWN
public static final int LISTING
public static final int EXISTING
public static final int INSTRUCTOR_HISTORY
public static final int SEARCH
public static final int LOOKUP
public static final int REFRESH
public static final int AGENCY_EMPLOYEES
public static final int AGENCY_INSTRUCTORS
public static final int ACADEMY_REGION
public static final int AGENCY_STATUS
public static final int COMPLIANCE
public static final int COURSE
public static final int EDUCATION
public static final int FUNCTION
public static final int GENDER
public static final int RACE
public static final int RANK
public static final int REGION
public static final int STATUS
public static final int SUFFIX
public static final int TERMINATION
public static final int TYPE
| Constructor Detail |
public TRexClientRequest()
| Method Detail |
public static int getTableID(java.lang.String name)
public static java.lang.String getTableName(int table)
public static DataTable getTableReference(int table)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||