org.kuali.kfs.vnd
Class VendorKeyConstants

java.lang.Object
  extended by org.kuali.kfs.vnd.VendorKeyConstants

public class VendorKeyConstants
extends Object

Holds error key constants for Vendor.


Field Summary
static String CONFIRM_VENDOR_CHANGE_TO_PARENT
           
static String ERROR_ADDRESS_DEFAULT_ADDRESS_NOT_ALLOWED
           
static String ERROR_ADDRESS_DEFAULT_CAMPUS
           
static String ERROR_ADDRESS_DEFAULT_CAMPUS_NOT_ALLOWED
           
static String ERROR_ADDRESS_DEFAULT_INDICATOR
           
static String ERROR_ADDRESS_TYPE
           
static String ERROR_ADDRESS_TYPE_DIVISIONS
           
static String ERROR_FAX_NUMBER
           
static String ERROR_INACTIVE_REASON_NOT_ALLOWED
           
static String ERROR_INACTIVE_REASON_REQUIRED
           
static String ERROR_OWNERSHIP_CATEGORY_CODE_NOT_ALLOWED
           
static String ERROR_OWNERSHIP_TYPE_CODE_NOT_ALLOWED
           
static String ERROR_POSTAL_CODE_INVALID
           
static String ERROR_RESTRICTED_REASON_REQUIRED
           
static String ERROR_TAX_NUMBER_INVALID
           
static String ERROR_TAX_NUMBER_NOT_ALLOWED
           
static String ERROR_US_REQUIRES_STATE
           
static String ERROR_US_REQUIRES_ZIP
           
static String ERROR_VENDOR_BOTH_NAME_REQUIRED
           
static String ERROR_VENDOR_COMMODITY_CODE_IS_REQUIRED_FOR_THIS_VENDOR_TYPE
           
static String ERROR_VENDOR_COMMODITY_CODE_REQUIRE_ONE_DEFAULT_IND
           
static String ERROR_VENDOR_CONTRACT_B2B_LIMIT_EXCEEDED
           
static String ERROR_VENDOR_CONTRACT_B2B_LIMIT_EXCEEDED_DB
           
static String ERROR_VENDOR_CONTRACT_BEGIN_DATE_AFTER_END
           
static String ERROR_VENDOR_CONTRACT_BEGIN_DATE_NO_END_DATE
           
static String ERROR_VENDOR_CONTRACT_END_DATE_NO_BEGIN_DATE
           
static String ERROR_VENDOR_CONTRACT_NO_APO_LIMIT
           
static String ERROR_VENDOR_CONTRACT_NOT_ALLOWED
           
static String ERROR_VENDOR_CONTRACT_ORG_EXCLUDED_WITH_APO_LIMIT
           
static String ERROR_VENDOR_CONTRACT_ORG_NOT_EXCLUDED_NO_APO_LIMIT
           
static String ERROR_VENDOR_LOOKUP_NAME_TOO_SHORT
           
static String ERROR_VENDOR_LOOKUP_TAX_NUM_INVALID
           
static String ERROR_VENDOR_LOOKUP_VNDR_NUM_DASHES_ONLY
           
static String ERROR_VENDOR_LOOKUP_VNDR_NUM_NUMERIC_DASH_SEPARATED
           
static String ERROR_VENDOR_LOOKUP_VNDR_NUM_TOO_MANY_DASHES
           
static String ERROR_VENDOR_MAX_MIN_ORDER_AMOUNT
           
static String ERROR_VENDOR_NAME_INVALID
           
static String ERROR_VENDOR_NAME_REQUIRED
           
static String ERROR_VENDOR_PARENT_NEEDS_CHANGED
           
static String ERROR_VENDOR_TAX_BEGIN_DATE_AFTER_END
           
static String ERROR_VENDOR_TAX_TYPE_AND_NUMBER_COMBO_EXISTS
           
static String ERROR_VENDOR_TAX_TYPE_CANNOT_BE_BLANK
           
static String ERROR_VENDOR_TAX_TYPE_CANNOT_BE_SET
           
static String ERROR_VENDOR_TYPE_REQUIRES_TAX_NUMBER
           
static String ERROR_VENDOR_W9_AND_W8_RECEIVED_INDICATOR_BOTH_TRUE
           
static String MESSAGE_VENDOR_PARENT_TO_DIVISION
           
static String VENDOR_SOLD_TO_NUMBER_INVALID
           
 
Constructor Summary
VendorKeyConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR_VENDOR_TYPE_REQUIRES_TAX_NUMBER

public static final String ERROR_VENDOR_TYPE_REQUIRES_TAX_NUMBER
See Also:
Constant Field Values

ERROR_VENDOR_TAX_TYPE_AND_NUMBER_COMBO_EXISTS

public static final String ERROR_VENDOR_TAX_TYPE_AND_NUMBER_COMBO_EXISTS
See Also:
Constant Field Values

ERROR_VENDOR_NAME_REQUIRED

public static final String ERROR_VENDOR_NAME_REQUIRED
See Also:
Constant Field Values

ERROR_VENDOR_BOTH_NAME_REQUIRED

public static final String ERROR_VENDOR_BOTH_NAME_REQUIRED
See Also:
Constant Field Values

ERROR_VENDOR_NAME_INVALID

public static final String ERROR_VENDOR_NAME_INVALID
See Also:
Constant Field Values

VENDOR_SOLD_TO_NUMBER_INVALID

public static final String VENDOR_SOLD_TO_NUMBER_INVALID
See Also:
Constant Field Values

ERROR_VENDOR_MAX_MIN_ORDER_AMOUNT

public static final String ERROR_VENDOR_MAX_MIN_ORDER_AMOUNT
See Also:
Constant Field Values

ERROR_VENDOR_TAX_TYPE_CANNOT_BE_BLANK

public static final String ERROR_VENDOR_TAX_TYPE_CANNOT_BE_BLANK
See Also:
Constant Field Values

ERROR_VENDOR_TAX_TYPE_CANNOT_BE_SET

public static final String ERROR_VENDOR_TAX_TYPE_CANNOT_BE_SET
See Also:
Constant Field Values

ERROR_VENDOR_PARENT_NEEDS_CHANGED

public static final String ERROR_VENDOR_PARENT_NEEDS_CHANGED
See Also:
Constant Field Values

ERROR_TAX_NUMBER_INVALID

public static final String ERROR_TAX_NUMBER_INVALID
See Also:
Constant Field Values

ERROR_TAX_NUMBER_NOT_ALLOWED

public static final String ERROR_TAX_NUMBER_NOT_ALLOWED
See Also:
Constant Field Values

ERROR_OWNERSHIP_CATEGORY_CODE_NOT_ALLOWED

public static final String ERROR_OWNERSHIP_CATEGORY_CODE_NOT_ALLOWED
See Also:
Constant Field Values

ERROR_OWNERSHIP_TYPE_CODE_NOT_ALLOWED

public static final String ERROR_OWNERSHIP_TYPE_CODE_NOT_ALLOWED
See Also:
Constant Field Values

ERROR_INACTIVE_REASON_REQUIRED

public static final String ERROR_INACTIVE_REASON_REQUIRED
See Also:
Constant Field Values

ERROR_INACTIVE_REASON_NOT_ALLOWED

public static final String ERROR_INACTIVE_REASON_NOT_ALLOWED
See Also:
Constant Field Values

ERROR_RESTRICTED_REASON_REQUIRED

public static final String ERROR_RESTRICTED_REASON_REQUIRED
See Also:
Constant Field Values

ERROR_VENDOR_TAX_BEGIN_DATE_AFTER_END

public static final String ERROR_VENDOR_TAX_BEGIN_DATE_AFTER_END
See Also:
Constant Field Values

ERROR_VENDOR_W9_AND_W8_RECEIVED_INDICATOR_BOTH_TRUE

public static final String ERROR_VENDOR_W9_AND_W8_RECEIVED_INDICATOR_BOTH_TRUE
See Also:
Constant Field Values

MESSAGE_VENDOR_PARENT_TO_DIVISION

public static final String MESSAGE_VENDOR_PARENT_TO_DIVISION
See Also:
Constant Field Values

CONFIRM_VENDOR_CHANGE_TO_PARENT

public static final String CONFIRM_VENDOR_CHANGE_TO_PARENT
See Also:
Constant Field Values

ERROR_VENDOR_LOOKUP_NAME_TOO_SHORT

public static final String ERROR_VENDOR_LOOKUP_NAME_TOO_SHORT
See Also:
Constant Field Values

ERROR_VENDOR_LOOKUP_TAX_NUM_INVALID

public static final String ERROR_VENDOR_LOOKUP_TAX_NUM_INVALID
See Also:
Constant Field Values

ERROR_VENDOR_LOOKUP_VNDR_NUM_TOO_MANY_DASHES

public static final String ERROR_VENDOR_LOOKUP_VNDR_NUM_TOO_MANY_DASHES
See Also:
Constant Field Values

ERROR_VENDOR_LOOKUP_VNDR_NUM_DASHES_ONLY

public static final String ERROR_VENDOR_LOOKUP_VNDR_NUM_DASHES_ONLY
See Also:
Constant Field Values

ERROR_VENDOR_LOOKUP_VNDR_NUM_NUMERIC_DASH_SEPARATED

public static final String ERROR_VENDOR_LOOKUP_VNDR_NUM_NUMERIC_DASH_SEPARATED
See Also:
Constant Field Values

ERROR_US_REQUIRES_STATE

public static final String ERROR_US_REQUIRES_STATE
See Also:
Constant Field Values

ERROR_US_REQUIRES_ZIP

public static final String ERROR_US_REQUIRES_ZIP
See Also:
Constant Field Values

ERROR_POSTAL_CODE_INVALID

public static final String ERROR_POSTAL_CODE_INVALID
See Also:
Constant Field Values

ERROR_FAX_NUMBER

public static final String ERROR_FAX_NUMBER
See Also:
Constant Field Values

ERROR_ADDRESS_TYPE

public static final String ERROR_ADDRESS_TYPE
See Also:
Constant Field Values

ERROR_ADDRESS_TYPE_DIVISIONS

public static final String ERROR_ADDRESS_TYPE_DIVISIONS
See Also:
Constant Field Values

ERROR_ADDRESS_DEFAULT_CAMPUS

public static final String ERROR_ADDRESS_DEFAULT_CAMPUS
See Also:
Constant Field Values

ERROR_ADDRESS_DEFAULT_INDICATOR

public static final String ERROR_ADDRESS_DEFAULT_INDICATOR
See Also:
Constant Field Values

ERROR_ADDRESS_DEFAULT_CAMPUS_NOT_ALLOWED

public static final String ERROR_ADDRESS_DEFAULT_CAMPUS_NOT_ALLOWED
See Also:
Constant Field Values

ERROR_ADDRESS_DEFAULT_ADDRESS_NOT_ALLOWED

public static final String ERROR_ADDRESS_DEFAULT_ADDRESS_NOT_ALLOWED
See Also:
Constant Field Values

ERROR_VENDOR_CONTRACT_NO_APO_LIMIT

public static final String ERROR_VENDOR_CONTRACT_NO_APO_LIMIT
See Also:
Constant Field Values

ERROR_VENDOR_CONTRACT_BEGIN_DATE_AFTER_END

public static final String ERROR_VENDOR_CONTRACT_BEGIN_DATE_AFTER_END
See Also:
Constant Field Values

ERROR_VENDOR_CONTRACT_BEGIN_DATE_NO_END_DATE

public static final String ERROR_VENDOR_CONTRACT_BEGIN_DATE_NO_END_DATE
See Also:
Constant Field Values

ERROR_VENDOR_CONTRACT_END_DATE_NO_BEGIN_DATE

public static final String ERROR_VENDOR_CONTRACT_END_DATE_NO_BEGIN_DATE
See Also:
Constant Field Values

ERROR_VENDOR_CONTRACT_ORG_EXCLUDED_WITH_APO_LIMIT

public static final String ERROR_VENDOR_CONTRACT_ORG_EXCLUDED_WITH_APO_LIMIT
See Also:
Constant Field Values

ERROR_VENDOR_CONTRACT_ORG_NOT_EXCLUDED_NO_APO_LIMIT

public static final String ERROR_VENDOR_CONTRACT_ORG_NOT_EXCLUDED_NO_APO_LIMIT
See Also:
Constant Field Values

ERROR_VENDOR_CONTRACT_NOT_ALLOWED

public static final String ERROR_VENDOR_CONTRACT_NOT_ALLOWED
See Also:
Constant Field Values

ERROR_VENDOR_CONTRACT_B2B_LIMIT_EXCEEDED

public static final String ERROR_VENDOR_CONTRACT_B2B_LIMIT_EXCEEDED
See Also:
Constant Field Values

ERROR_VENDOR_CONTRACT_B2B_LIMIT_EXCEEDED_DB

public static final String ERROR_VENDOR_CONTRACT_B2B_LIMIT_EXCEEDED_DB
See Also:
Constant Field Values

ERROR_VENDOR_COMMODITY_CODE_REQUIRE_ONE_DEFAULT_IND

public static final String ERROR_VENDOR_COMMODITY_CODE_REQUIRE_ONE_DEFAULT_IND
See Also:
Constant Field Values

ERROR_VENDOR_COMMODITY_CODE_IS_REQUIRED_FOR_THIS_VENDOR_TYPE

public static final String ERROR_VENDOR_COMMODITY_CODE_IS_REQUIRED_FOR_THIS_VENDOR_TYPE
See Also:
Constant Field Values
Constructor Detail

VendorKeyConstants

public VendorKeyConstants()


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