Class ModelOnChangeExecutionTemplate<T extends AbstractItemModel>
java.lang.Object
de.hybris.platform.servicelayer.user.interceptors.ModelOnChangeExecutionTemplate<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final InterceptorContextprotected final Tprotected final ItemModelContextprotected final ModelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected abstract voidprotected <T> TgetOriginal(String attributeQualifier) protected abstract boolean
-
Field Details
-
model
-
ctx
-
modelService
-
modelContext
-
-
Constructor Details
-
ModelOnChangeExecutionTemplate
-
-
Method Details
-
modelHasChanged
protected abstract boolean modelHasChanged() -
executeOnChange
protected abstract void executeOnChange() -
executeIfContentChanged
public void executeIfContentChanged() -
getOriginal
-