Interface TypeSystemAwareModelConverter
- All Superinterfaces:
ModelConverter
- All Known Implementing Classes:
ItemModelConverter,PrefetchAllModelConverter,VariantProductModelConverter
A
ModelConverter which likes to know about type system changes.-
Method Summary
Modifier and TypeMethodDescriptionvoidType 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
-
Method Details
-
typeSystemChanged
void typeSystemChanged()Type system was changed and converter will respect this changes.
-