Package de.hybris.platform.impex.jalo.translators
package de.hybris.platform.impex.jalo.translators
-
ClassDescriptionAbstract implementation of
SpecialValueTranslatorwith default method implementations.Base class for all TypeTranslators.Base class of all value translator instances.Special translator for alternative item reference expressions:See: https://jira.hybris.com/browse/PLA-10543
This translator expects a 'plaintext' password and will store it, based on the specified encoding.Translates a discount value from jalo to a String representation and vice versa.Example:INSERT_UPDATE SavedQuery; code[unique=true];query;resulttype(code);params(key,value(code)) ;test;SELECT * from {Item};Item;"bla->Media;bla2->Item"This type of special value translator is being notified after all value translators have been triggered.Base class of all translator translating single attribute values.This translator class represents a special translator which is only used bySpecialColumnDescriptors, similar to theAbstractValueTranslatorwhich is used byStandardColumnDescriptor.Special translator for importing/exporting user passwords.