Interface NotifiedSpecialValueTranslator
- All Superinterfaces:
SpecialValueTranslator
- All Known Implementing Classes:
ClassificationAttributeTranslator,MarketplaceClassificationAttributeTranslator
This type of special value translator is being notified after all value translators have been triggered.
-
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyTranslationEnd(ValueLine line, HeaderDescriptor header, Item processedItem) Is called if allSpecialValueTranslators used in header have been triggered.Methods inherited from interface de.hybris.platform.impex.jalo.translators.SpecialValueTranslator
init, isEmpty, performExport, performImport, validate
-
Method Details
-
notifyTranslationEnd
void notifyTranslationEnd(ValueLine line, HeaderDescriptor header, Item processedItem) throws ImpExException Is called if allSpecialValueTranslators used in header have been triggered. Implement here special logic which has to be executed after end of overall translation.- Parameters:
line- current value lineheader- current headerprocessedItem- item which was created or updated- Throws:
ImpExException- an ImpEx specific problem has occur
-