Interface TypeSystemAwareModelConverter
-
- All Superinterfaces:
ModelConverter
- All Known Implementing Classes:
ItemModelConverter
,PrefetchAllModelConverter
,VariantProductModelConverter
public interface TypeSystemAwareModelConverter extends ModelConverter
AModelConverter
which likes to know about type system changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
typeSystemChanged()
Type system was changed and converter will respect this changes.-
Methods inherited from interface de.hybris.platform.servicelayer.internal.converter.ModelConverter
afterDetach, beforeAttach, create, exists, getAttributeValue, getDirtyAttributes, getLocalizedAttributeValue, getPartOfAttributes, getPersistenceSource, getSource, getType, getWritablePartOfAttributes, init, isModified, isModified, isModified, isNew, isRemoved, isUpToDate, load, reload, remove, save, setAttributeValue
-
-