Uses of Enum Class
de.hybris.platform.servicelayer.interceptor.PersistenceOperation
Packages that use PersistenceOperation
Package
Description
-
Uses of PersistenceOperation in de.hybris.platform.servicelayer.interceptor
Methods in de.hybris.platform.servicelayer.interceptor that return PersistenceOperationModifier and TypeMethodDescriptionstatic PersistenceOperationReturns the enum constant of this class with the specified name.static PersistenceOperation[]PersistenceOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.servicelayer.interceptor with parameters of type PersistenceOperationModifier and TypeMethodDescriptionbooleanInterceptorContext.contains(Object model, PersistenceOperation operation) Checks is the given model is already registered in this InterceptorContext with the given operation.InterceptorContext.getElementsRegisteredFor(PersistenceOperation operation) voidInterceptorContext.registerElementFor(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 PersistenceOperationMethods in de.hybris.platform.servicelayer.internal.model.impl with parameters of type PersistenceOperationModifier and TypeMethodDescriptionbooleanDefaultModelServiceInterceptorContext.contains(Object model, PersistenceOperation operation) booleanInterceptorContextAdapter.contains(Object model, PersistenceOperation operation) booleanInterceptorContextSnapshot.contains(Object model, PersistenceOperation operation) booleanSchedule.containsWrapperFor(Object model, PersistenceOperation operation) DefaultModelServiceInterceptorContext.elementsRegisteredFor(PersistenceOperation operation) static OperationOnModelInternalOperationOnModelInternal.from(PersistenceOperation persistenceOperation) InterceptorContextSnapshot.getElementsFor(PersistenceOperation operation) DefaultModelServiceInterceptorContext.getElementsRegisteredFor(PersistenceOperation operation) InterceptorContextAdapter.getElementsRegisteredFor(PersistenceOperation operation) voidDefaultModelServiceInterceptorContext.registerElementFor(Object model, PersistenceOperation operation) voidInterceptorContextAdapter.registerElementFor(Object model, PersistenceOperation operation) voidDefaultModelServiceInterceptorContext.registerWrappedElementsFor(Collection<ModelWrapper> wrappers, PersistenceOperation operation) DefaultModelServiceInterceptorContext.wrap(Collection<? extends Object> models, PersistenceOperation operation) Constructors in de.hybris.platform.servicelayer.internal.model.impl with parameters of type PersistenceOperationModifierConstructorDescriptionDefaultModelServiceInterceptorContext(DefaultModelService parent, PersistenceOperation defaultPersistenceOperation, Collection<? extends 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 PersistenceOperationModifier and TypeMethodDescriptionModelAndOperation.getOperation()ModelWrapper.getOperationToPerform()ModelState.getPersistenceOperation()Methods in de.hybris.platform.servicelayer.internal.model.impl.wrapper with parameters of type PersistenceOperationModifier and TypeMethodDescriptionbooleanWrapperRegistry.containsWrapperFor(Object model, PersistenceOperation operation) WrapperRegistry.createWrapper(Object model, PersistenceOperation operation) WrapperRegistry.getWrapperFor(Object model, PersistenceOperation operation) WrapperRegistry.wrap(Collection<? extends Object> models, PersistenceOperation persistenceOperation) Constructors in de.hybris.platform.servicelayer.internal.model.impl.wrapper with parameters of type PersistenceOperationModifierConstructorDescriptionModelAndOperation(Object model, PersistenceOperation operation) ModelWrapper(Object model, PersistenceOperation mode, ModelWrapperContext wrapperContext)