Uses of Class
de.hybris.platform.servicelayer.interceptor.PersistenceOperation
-
-
Uses of PersistenceOperation in de.hybris.platform.servicelayer.interceptor
Methods in de.hybris.platform.servicelayer.interceptor that return PersistenceOperation Modifier and Type Method Description static PersistenceOperationPersistenceOperation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PersistenceOperation[]PersistenceOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.servicelayer.interceptor with parameters of type PersistenceOperation Modifier and Type Method Description booleanInterceptorContext. contains(java.lang.Object model, PersistenceOperation operation)Checks is the given model is already registered in this InterceptorContext with the given operation.java.util.Set<java.lang.Object>InterceptorContext. getElementsRegisteredFor(PersistenceOperation operation)voidInterceptorContext. registerElementFor(java.lang.Object model, PersistenceOperation operation)Register the givenmodelto this InterceptorContext using the given operation. -
Uses of PersistenceOperation in de.hybris.platform.servicelayer.internal.model.impl
Methods in de.hybris.platform.servicelayer.internal.model.impl that return PersistenceOperation Modifier and Type Method Description PersistenceOperationOperationOnModelInternal. toOperationOnModelExternal()Methods in de.hybris.platform.servicelayer.internal.model.impl with parameters of type PersistenceOperation Modifier and Type Method Description booleanDefaultModelServiceInterceptorContext. contains(java.lang.Object model, PersistenceOperation operation)booleanInterceptorContextAdapter. contains(java.lang.Object model, PersistenceOperation operation)booleanInterceptorContextSnapshot. contains(java.lang.Object model, PersistenceOperation operation)booleanSchedule. containsWrapperFor(java.lang.Object model, PersistenceOperation operation)RegisteredElementsDefaultModelServiceInterceptorContext. elementsRegisteredFor(PersistenceOperation operation)static OperationOnModelInternalOperationOnModelInternal. from(PersistenceOperation persistenceOperation)java.util.CollectionInterceptorContextSnapshot. getElementsFor(PersistenceOperation operation)java.util.Set<java.lang.Object>DefaultModelServiceInterceptorContext. getElementsRegisteredFor(PersistenceOperation operation)java.util.Set<java.lang.Object>InterceptorContextAdapter. getElementsRegisteredFor(PersistenceOperation operation)voidDefaultModelServiceInterceptorContext. registerElementFor(java.lang.Object model, PersistenceOperation operation)voidInterceptorContextAdapter. registerElementFor(java.lang.Object model, PersistenceOperation operation)voidDefaultModelServiceInterceptorContext. registerWrappedElementsFor(java.util.Collection<ModelWrapper> wrappers, PersistenceOperation operation)java.util.Collection<ModelWrapper>DefaultModelServiceInterceptorContext. wrap(java.util.Collection<? extends java.lang.Object> models, PersistenceOperation operation)Constructors in de.hybris.platform.servicelayer.internal.model.impl with parameters of type PersistenceOperation Constructor Description DefaultModelServiceInterceptorContext(DefaultModelService parent, PersistenceOperation defaultPersistenceOperation, java.util.Collection<? extends java.lang.Object> initialElements, ModelWrapperContext wrapperContext) -
Uses of PersistenceOperation in de.hybris.platform.servicelayer.internal.model.impl.wrapper
Methods in de.hybris.platform.servicelayer.internal.model.impl.wrapper that return PersistenceOperation Modifier and Type Method Description PersistenceOperationModelAndOperation. getOperation()PersistenceOperationModelWrapper. getOperationToPerform()PersistenceOperationModelState. getPersistenceOperation()Methods in de.hybris.platform.servicelayer.internal.model.impl.wrapper with parameters of type PersistenceOperation Modifier and Type Method Description booleanWrapperRegistry. containsWrapperFor(java.lang.Object model, PersistenceOperation operation)ModelWrapperWrapperRegistry. createWrapper(java.lang.Object model, PersistenceOperation operation)ModelWrapperWrapperRegistry. getWrapperFor(java.lang.Object model, PersistenceOperation operation)java.util.Collection<ModelWrapper>WrapperRegistry. wrap(java.util.Collection<? extends java.lang.Object> models, PersistenceOperation persistenceOperation)Constructors in de.hybris.platform.servicelayer.internal.model.impl.wrapper with parameters of type PersistenceOperation Constructor Description ModelAndOperation(java.lang.Object model, PersistenceOperation operation)ModelWrapper(java.lang.Object model, PersistenceOperation mode, ModelWrapperContext wrapperContext)
-