Interface NotifiedSpecialValueTranslator
-
- All Superinterfaces:
SpecialValueTranslator
- All Known Implementing Classes:
ClassificationAttributeTranslator,MarketplaceClassificationAttributeTranslator
public interface NotifiedSpecialValueTranslator extends SpecialValueTranslator
This type of special value translator is being notified after all value translators have been triggered.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyTranslationEnd(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 Detail
-
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
-
-