org.kuali.kfs.module.bc
Enum BCConstants.RequestImportErrorCode

java.lang.Object
  extended by java.lang.Enum<BCConstants.RequestImportErrorCode>
      extended by org.kuali.kfs.module.bc.BCConstants.RequestImportErrorCode
All Implemented Interfaces:
Serializable, Comparable<BCConstants.RequestImportErrorCode>
Enclosing class:
BCConstants

public static enum BCConstants.RequestImportErrorCode
extends Enum<BCConstants.RequestImportErrorCode>


Enum Constant Summary
DATA_VALIDATION_ACCOUNT_CLOSED_ERROR_CODE
           
DATA_VALIDATION_ACCOUNT_EXPIRED_ERROR_CODE
           
DATA_VALIDATION_COMPENSATION_OBJECT_CODE_ERROR_CODE
           
DATA_VALIDATION_NO_BUDGETED_ACCOUNT_SUB_ACCOUNT_ERROR_CODE
           
DATA_VALIDATION_NO_WAGE_ACCOUNT_ERROR_CODE
           
DATA_VALIDATION_OBJECT_CODE_INACTIVE_ERROR_CODE
           
DATA_VALIDATION_OBJECT_TYPE_INVALID_ERROR_CODE
           
DATA_VALIDATION_OBJECT_TYPE_NULL_ERROR_CODE
           
DATA_VALIDATION_SUB_ACCOUNT_INACTIVE_ERROR_CODE
           
DATA_VALIDATION_SUB_OBJECT_INACTIVE_ERROR_CODE
           
DATA_VALIDATION_SUB_OBJECT_INVALID_ERROR_CODE
           
UPDATE_ERROR_CODE_BUDGET_ACCOUNT_LOCKED
           
UPDATE_ERROR_CODE_MONTHLY_BUDGET_DELETED
           
UPDATE_ERROR_CODE_NO_ACCESS_TO_BUDGET_ACCOUNT
           
 
Method Summary
 String getErrorCode()
           
 String getMessage()
           
static BCConstants.RequestImportErrorCode valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BCConstants.RequestImportErrorCode[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

DATA_VALIDATION_NO_BUDGETED_ACCOUNT_SUB_ACCOUNT_ERROR_CODE

public static final BCConstants.RequestImportErrorCode DATA_VALIDATION_NO_BUDGETED_ACCOUNT_SUB_ACCOUNT_ERROR_CODE

DATA_VALIDATION_ACCOUNT_CLOSED_ERROR_CODE

public static final BCConstants.RequestImportErrorCode DATA_VALIDATION_ACCOUNT_CLOSED_ERROR_CODE

DATA_VALIDATION_ACCOUNT_EXPIRED_ERROR_CODE

public static final BCConstants.RequestImportErrorCode DATA_VALIDATION_ACCOUNT_EXPIRED_ERROR_CODE

DATA_VALIDATION_SUB_ACCOUNT_INACTIVE_ERROR_CODE

public static final BCConstants.RequestImportErrorCode DATA_VALIDATION_SUB_ACCOUNT_INACTIVE_ERROR_CODE

DATA_VALIDATION_OBJECT_TYPE_NULL_ERROR_CODE

public static final BCConstants.RequestImportErrorCode DATA_VALIDATION_OBJECT_TYPE_NULL_ERROR_CODE

DATA_VALIDATION_OBJECT_TYPE_INVALID_ERROR_CODE

public static final BCConstants.RequestImportErrorCode DATA_VALIDATION_OBJECT_TYPE_INVALID_ERROR_CODE

DATA_VALIDATION_OBJECT_CODE_INACTIVE_ERROR_CODE

public static final BCConstants.RequestImportErrorCode DATA_VALIDATION_OBJECT_CODE_INACTIVE_ERROR_CODE

DATA_VALIDATION_SUB_OBJECT_INACTIVE_ERROR_CODE

public static final BCConstants.RequestImportErrorCode DATA_VALIDATION_SUB_OBJECT_INACTIVE_ERROR_CODE

DATA_VALIDATION_SUB_OBJECT_INVALID_ERROR_CODE

public static final BCConstants.RequestImportErrorCode DATA_VALIDATION_SUB_OBJECT_INVALID_ERROR_CODE

DATA_VALIDATION_NO_WAGE_ACCOUNT_ERROR_CODE

public static final BCConstants.RequestImportErrorCode DATA_VALIDATION_NO_WAGE_ACCOUNT_ERROR_CODE

DATA_VALIDATION_COMPENSATION_OBJECT_CODE_ERROR_CODE

public static final BCConstants.RequestImportErrorCode DATA_VALIDATION_COMPENSATION_OBJECT_CODE_ERROR_CODE

UPDATE_ERROR_CODE_MONTHLY_BUDGET_DELETED

public static final BCConstants.RequestImportErrorCode UPDATE_ERROR_CODE_MONTHLY_BUDGET_DELETED

UPDATE_ERROR_CODE_BUDGET_ACCOUNT_LOCKED

public static final BCConstants.RequestImportErrorCode UPDATE_ERROR_CODE_BUDGET_ACCOUNT_LOCKED

UPDATE_ERROR_CODE_NO_ACCESS_TO_BUDGET_ACCOUNT

public static final BCConstants.RequestImportErrorCode UPDATE_ERROR_CODE_NO_ACCESS_TO_BUDGET_ACCOUNT
Method Detail

values

public static BCConstants.RequestImportErrorCode[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (BCConstants.RequestImportErrorCode c : BCConstants.RequestImportErrorCode.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static BCConstants.RequestImportErrorCode valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getErrorCode

public String getErrorCode()

getMessage

public String getMessage()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.