| AbstractLineValidationError |
Abstract superclass of all specific validation error types that implements
a commonly used constructor.
|
| AbstractMappingValidationError |
Abstract supertype of validation errors that refer to the mapping as a whole.
|
| AbstractValidationError |
Abstract superclass of all specific validation error types that implements some
of the methods defined in ValidationError
|
| CollectionValidationError |
Validation error for collection mapping lines: comes when the collection elements
are referenced through different sets of attributes.
|
| ComposedValidationError |
Validation error for composed mapping lines: comes when no sub lines (children)
are specified.
|
| EnumerationValidationError |
Validation error for enumeration mapping lines: comes when the specified
enumeration value does not exist in the hybris system.
|
| LocalizedValidationError |
Validation error for localized mapping lines: comes when none of the localized/language
options is filled or mapped to a source column (no values for none of the languages specified).
|
| MappedSourceError |
Validation error of the mapped source column: comes when the mapped source column
does not exist in the source file any more.
|
| MissingMandatoryLineError |
Validation error that comes when a mandatory mapping mappingLineModel for a mandatory attribute
is missing.
|
| MissingUniqueKeysError |
Validation error for the mapping: comes when no mapping mappingLineModel has been selected as unique
although the import impexImportMode UPDATE or INSERT_UPDATE has been selected.
|
| NoChildrenValidationError |
|
| UnmappedMandatoryLineError |
Validation error for a mapping mappingLineModel: comes when the mappingLineModel is mandatory but
has not been mapped AND no constant value has been defined.
|
| ValidationResult |
Result of mapping validation: stores the validation status (OK or FAILED) and
a list of the validation errors.
|