Class InterceptorContextSnapshot
- java.lang.Object
-
- de.hybris.platform.servicelayer.internal.model.impl.InterceptorContextSnapshot
-
public class InterceptorContextSnapshot extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InterceptorContextSnapshot()InterceptorContextSnapshot(DefaultModelServiceInterceptorContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(java.lang.Object model, PersistenceOperation operation)java.util.CollectiongetElementsFor(PersistenceOperation operation)
-
-
-
Constructor Detail
-
InterceptorContextSnapshot
public InterceptorContextSnapshot()
-
InterceptorContextSnapshot
public InterceptorContextSnapshot(DefaultModelServiceInterceptorContext ctx)
-
-
Method Detail
-
getElementsFor
public java.util.Collection getElementsFor(PersistenceOperation operation)
-
contains
public boolean contains(java.lang.Object model, PersistenceOperation operation)
-
-