Class AbstractAttributesModificationAwareInterceptor
java.lang.Object
de.hybris.platform.order.interceptors.AbstractAttributesModificationAwareInterceptor
- Direct Known Subclasses:
DefaultAbstractOrderEntryPreparer,DefaultAbstractOrderPrepareInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.apache.log4j.Loggerprotected booleanisAttributeModified(ItemModel order, String attribute, InterceptorContext ctx) protected booleanisOneOfAttributesModified(ItemModel order, Collection<String> attributes, InterceptorContext ctx)
-
Constructor Details
-
AbstractAttributesModificationAwareInterceptor
public AbstractAttributesModificationAwareInterceptor()
-
-
Method Details
-
isOneOfAttributesModified
protected boolean isOneOfAttributesModified(ItemModel order, Collection<String> attributes, InterceptorContext ctx) -
isAttributeModified
-
getLogger
public abstract org.apache.log4j.Logger getLogger()
-