Class ValidationConstants.RegistryValidationConstants
java.lang.Object
com.bluebell.greenhouse.platform.constants.validation.ValidationConstants.RegistryValidationConstants
- Enclosing class:
ValidationConstants
Registry validation messages.
- Version:
- 3.0.5
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringValidation message used when a registry category isnull.static final StringValidation message used when an exchange registry alias is null or empty.static final StringValidation message used when exchange registry entries arenull.static final StringValidation message used when an exchange registry entry isnull.static final StringValidation message used when an exchange registry entry cannot be found by alias.static final StringValidation message used when an exchange registry entry cannot be found by MIC.static final StringValidation message used when an exchange registry MIC is null or empty.static final StringValidation message used when the exchange registry path dependency isnull.static final StringValidation message used when the exchange registry file cannot be read.static final StringValidation message used when the symbol registry file cannot be read.static final StringValidation message used when the symbol registry file cannot be written.static final StringValidation message used when a registry category is invalid.static final StringValidation message used when the exchange registry array is missing or not a JSON array.static final StringValidation message used when the exchange registry root is not a JSON object.static final StringValidation message used when a registry category node is missing or not a JSON array.static final StringValidation message used when the symbol registry root is not a JSON object.static final StringValidation message used when more than one exchange registry entry matches an alias.static final StringValidation message used when more than one exchange registry entry matches a MIC.static final StringValidation message used when more than one symbol registry entry matches an id.static final StringValidation message used when more than one symbol registry entry matches an identity.static final StringValidation message used when more than one symbol registry entry matches a ticker.static final StringValidation message used when the shared object mapper dependency isnull.static final StringValidation message used when a symbol registry alias already exists.static final StringValidation message used when a symbol registry alias isnull.static final StringValidation message used when a symbol registry alias cannot be found.static final StringValidation message used when symbol registry entries arenull.static final StringValidation message used when a symbol registry entry already exists for an id.static final StringValidation message used when a symbol registry entry already exists for a ticker.static final StringValidation message used when a symbol registry entry isnull.static final StringValidation message used when a symbol registry entry id is null or empty.static final StringValidation message used when a symbol registry entry cannot be found by id.static final StringValidation message used when a symbol registry entry cannot be found by identity.static final StringValidation message used when a symbol registry entry cannot be found by ticker.static final StringValidation message used when the symbol registry path dependency isnull. -
Method Summary
-
Field Details
-
CATEGORY_CANNOT_BE_NULL
Validation message used when a registry category isnull.- See Also:
-
INVALID_CATEGORY
Validation message used when a registry category is invalid.- See Also:
-
OBJECT_MAPPER_CANNOT_BE_NULL
Validation message used when the shared object mapper dependency isnull.- See Also:
-
SYMBOL_REGISTRY_PATH_CANNOT_BE_NULL
Validation message used when the symbol registry path dependency isnull.- See Also:
-
EXCHANGE_REGISTRY_PATH_CANNOT_BE_NULL
Validation message used when the exchange registry path dependency isnull.- See Also:
-
SYMBOL_REGISTRY_ENTRIES_CANNOT_BE_NULL
Validation message used when symbol registry entries arenull.- See Also:
-
SYMBOL_REGISTRY_ENTRY_CANNOT_BE_NULL
Validation message used when a symbol registry entry isnull.- See Also:
-
SYMBOL_REGISTRY_ALIAS_CANNOT_BE_NULL
Validation message used when a symbol registry alias isnull.- See Also:
-
EXCHANGE_REGISTRY_ENTRIES_CANNOT_BE_NULL
Validation message used when exchange registry entries arenull.- See Also:
-
EXCHANGE_REGISTRY_ENTRY_CANNOT_BE_NULL
Validation message used when an exchange registry entry isnull.- See Also:
-
EXCHANGE_REGISTRY_MIC_CANNOT_BE_NULL
Validation message used when an exchange registry MIC is null or empty.- See Also:
-
EXCHANGE_REGISTRY_ALIAS_CANNOT_BE_NULL
Validation message used when an exchange registry alias is null or empty.- See Also:
-
INVALID_SYMBOL_REGISTRY_CATEGORY_ARRAY
Validation message used when a registry category node is missing or not a JSON array.- See Also:
-
INVALID_EXCHANGE_REGISTRY_ARRAY
Validation message used when the exchange registry array is missing or not a JSON array.- See Also:
-
INVALID_SYMBOL_REGISTRY_OBJECT
Validation message used when the symbol registry root is not a JSON object.- See Also:
-
INVALID_EXCHANGE_REGISTRY_OBJECT
Validation message used when the exchange registry root is not a JSON object.- See Also:
-
FAILED_TO_READ_SYMBOL_REGISTRY
Validation message used when the symbol registry file cannot be read.- See Also:
-
FAILED_TO_READ_EXCHANGE_REGISTRY
Validation message used when the exchange registry file cannot be read.- See Also:
-
EXCHANGE_REGISTRY_ENTRY_NOT_FOUND_FOR_MIC
Validation message used when an exchange registry entry cannot be found by MIC.- See Also:
-
MULTIPLE_EXCHANGE_REGISTRY_ENTRIES_FOUND_FOR_MIC
Validation message used when more than one exchange registry entry matches a MIC.- See Also:
-
EXCHANGE_REGISTRY_ENTRY_NOT_FOUND_FOR_ALIAS
Validation message used when an exchange registry entry cannot be found by alias.- See Also:
-
MULTIPLE_EXCHANGE_REGISTRY_ENTRIES_FOUND_FOR_ALIAS
Validation message used when more than one exchange registry entry matches an alias.- See Also:
-
FAILED_TO_WRITE_SYMBOL_REGISTRY
Validation message used when the symbol registry file cannot be written.- See Also:
-
SYMBOL_REGISTRY_ENTRY_NOT_FOUND_FOR_TICKER
Validation message used when a symbol registry entry cannot be found by ticker.- See Also:
-
SYMBOL_REGISTRY_ENTRY_NOT_FOUND_FOR_IDENTITY
Validation message used when a symbol registry entry cannot be found by identity.- See Also:
-
SYMBOL_REGISTRY_ENTRY_ALREADY_EXISTS_FOR_TICKER
Validation message used when a symbol registry entry already exists for a ticker.- See Also:
-
MULTIPLE_SYMBOL_REGISTRY_ENTRIES_FOUND_FOR_TICKER
Validation message used when more than one symbol registry entry matches a ticker.- See Also:
-
MULTIPLE_SYMBOL_REGISTRY_ENTRIES_FOUND_FOR_IDENTITY
Validation message used when more than one symbol registry entry matches an identity.- See Also:
-
SYMBOL_REGISTRY_ENTRY_NOT_FOUND_FOR_ID
Validation message used when a symbol registry entry cannot be found by id.- See Also:
-
SYMBOL_REGISTRY_ENTRY_ALREADY_EXISTS_FOR_ID
Validation message used when a symbol registry entry already exists for an id.- See Also:
-
SYMBOL_REGISTRY_ALIAS_NOT_FOUND
Validation message used when a symbol registry alias cannot be found.- See Also:
-
SYMBOL_REGISTRY_ALIAS_ALREADY_EXISTS
Validation message used when a symbol registry alias already exists.- See Also:
-
MULTIPLE_SYMBOL_REGISTRY_ENTRIES_FOUND_FOR_ID
Validation message used when more than one symbol registry entry matches an id.- See Also:
-
SYMBOL_REGISTRY_ENTRY_ID_CANNOT_BE_NULL
Validation message used when a symbol registry entry id is null or empty.- See Also:
-