Interface UpdateableModelConverter
- All Superinterfaces:
ModelConverter
- All Known Implementing Classes:
ItemModelConverter,PrefetchAllModelConverter,VariantProductModelConverter
TODO: apidoc
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddModelModificationListener(Object model, ModelModificationListener listener) Adds the givenModelModificationListenerto the given model.voidremoveModelModificationListener(Object model, ModelModificationListener listener) Removes the ModelModificationListener from the given model.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
-
addModelModificationListener
Adds the givenModelModificationListenerto the given model. -
removeModelModificationListener
Removes the ModelModificationListener from the given model.
-