edu.clemson.bb.ws
Class ClemBBAPI.ErrorCodes

java.lang.Object
  extended byedu.clemson.bb.ws.ClemBBAPI.ErrorCodes
Enclosing class:
ClemBBAPI

public static final class ClemBBAPI.ErrorCodes
extends java.lang.Object

Possible return codes returned by the APIResponse object

Author:
Billy Cook, Barry Johnson To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Field Summary
static int BB_PERSISTENCE_ERR
           
static int BB_PERSISTENCE_LOADER_ERR
           
static int COURSE_ALREADY_EXISTS
           
static int ENROLLMENT_ALREADY_EXISTS
           
static int ENROLLMENT_NOT_FOUND
           
static int ERR_ACCESS_DENIED
           
static int GROUP_NOT_FOUND
           
static int INITIALIZATION_ERR
           
static int INVALID_ORG_NAME
           
static int INVALID_ROLE_TYPE
           
static int MULTIPLE_ERRORS
           
static int NO_COURSE_FOUND
           
static int ROLE_NOT_FOUND
           
static int RUNTIME_ERROR
           
static int USER_ALREADY_EXISTS
           
static int USER_NOT_FOUND
           
static int USER_NOT_IN_COURSE
           
static int VALIDATION_ERROR
           
 
Constructor Summary
ClemBBAPI.ErrorCodes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_COURSE_FOUND

public static final int NO_COURSE_FOUND
See Also:
Constant Field Values

BB_PERSISTENCE_ERR

public static final int BB_PERSISTENCE_ERR
See Also:
Constant Field Values

USER_NOT_IN_COURSE

public static final int USER_NOT_IN_COURSE
See Also:
Constant Field Values

USER_NOT_FOUND

public static final int USER_NOT_FOUND
See Also:
Constant Field Values

GROUP_NOT_FOUND

public static final int GROUP_NOT_FOUND
See Also:
Constant Field Values

INITIALIZATION_ERR

public static final int INITIALIZATION_ERR
See Also:
Constant Field Values

BB_PERSISTENCE_LOADER_ERR

public static final int BB_PERSISTENCE_LOADER_ERR
See Also:
Constant Field Values

ERR_ACCESS_DENIED

public static final int ERR_ACCESS_DENIED
See Also:
Constant Field Values

USER_ALREADY_EXISTS

public static final int USER_ALREADY_EXISTS
See Also:
Constant Field Values

COURSE_ALREADY_EXISTS

public static final int COURSE_ALREADY_EXISTS
See Also:
Constant Field Values

ENROLLMENT_ALREADY_EXISTS

public static final int ENROLLMENT_ALREADY_EXISTS
See Also:
Constant Field Values

INVALID_ROLE_TYPE

public static final int INVALID_ROLE_TYPE
See Also:
Constant Field Values

ENROLLMENT_NOT_FOUND

public static final int ENROLLMENT_NOT_FOUND
See Also:
Constant Field Values

VALIDATION_ERROR

public static final int VALIDATION_ERROR
See Also:
Constant Field Values

ROLE_NOT_FOUND

public static final int ROLE_NOT_FOUND
See Also:
Constant Field Values

INVALID_ORG_NAME

public static final int INVALID_ORG_NAME
See Also:
Constant Field Values

MULTIPLE_ERRORS

public static final int MULTIPLE_ERRORS
See Also:
Constant Field Values

RUNTIME_ERROR

public static final int RUNTIME_ERROR
See Also:
Constant Field Values
Constructor Detail

ClemBBAPI.ErrorCodes

public ClemBBAPI.ErrorCodes()