Class ValueLineMetaData
java.lang.Object
de.hybris.platform.impex.jalo.imp.ValueLineMetaData
ValueLineMetadata object represents first cell of a line which acts as a metadata for import process. It contains
following comma separated fields:
- typeCode - code of the type being imported.
- processedItemPk - pk of an existing item which was resolved during import process.
- unrecoverable - boolean flag. Marks ValueLine as unrecoverable.
- conflictingItemPk - pk of an existing item which is in conflict with the imported one in case of INSERT operation
- errorMessage - meaningful dump reason message
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ValueLineMetaData.Builderbuilder()dump()booleanstatic ValueLineMetaDatatoMetaData(String input)
-
Field Details
-
VALUE_ENTRY_ERROR_MSG_DELIM
- See Also:
-
VALUE_LINE_ERROR_MSG_DELIM
- See Also:
-
-
Constructor Details
-
ValueLineMetaData
protected ValueLineMetaData() -
ValueLineMetaData
-
-
Method Details
-
toMetaData
-
getTypeCode
-
getProcessedItemPK
-
isUnrecoverable
public boolean isUnrecoverable() -
getErrorMessage
-
getConflictingItemPk
-
dump
-
builder
-