Interface UpdateableModelConverter
-
- All Superinterfaces:
ModelConverter
- All Known Implementing Classes:
ItemModelConverter,PrefetchAllModelConverter,VariantProductModelConverter
public interface UpdateableModelConverter extends ModelConverter
TODO: apidoc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddModelModificationListener(java.lang.Object model, ModelModificationListener listener)Adds the givenModelModificationListenerto the given model.voidremoveModelModificationListener(java.lang.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 Detail
-
addModelModificationListener
void addModelModificationListener(java.lang.Object model, ModelModificationListener listener)Adds the givenModelModificationListenerto the given model.
-
removeModelModificationListener
void removeModelModificationListener(java.lang.Object model, ModelModificationListener listener)Removes the ModelModificationListener from the given model.
-
-