Class AbstractAttributesModificationAwareInterceptor
- java.lang.Object
-
- de.hybris.platform.order.interceptors.AbstractAttributesModificationAwareInterceptor
-
- Direct Known Subclasses:
DefaultAbstractOrderEntryPreparer,DefaultAbstractOrderPrepareInterceptor
public abstract class AbstractAttributesModificationAwareInterceptor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AbstractAttributesModificationAwareInterceptor()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract org.apache.log4j.LoggergetLogger()protected booleanisAttributeModified(ItemModel order, java.lang.String attribute, InterceptorContext ctx)protected booleanisOneOfAttributesModified(ItemModel order, java.util.Collection<java.lang.String> attributes, InterceptorContext ctx)
-
-
-
Method Detail
-
isOneOfAttributesModified
protected boolean isOneOfAttributesModified(ItemModel order, java.util.Collection<java.lang.String> attributes, InterceptorContext ctx)
-
isAttributeModified
protected boolean isAttributeModified(ItemModel order, java.lang.String attribute, InterceptorContext ctx)
-
getLogger
public abstract org.apache.log4j.Logger getLogger()
-
-