Class InterceptorUnawareMigrationTaskDecorator
java.lang.Object
de.hybris.platform.ruleengineservices.setup.tasks.impl.InterceptorUnawareMigrationTaskDecorator
- All Implemented Interfaces:
MigrationTask
Decorator which disables prepare and validate interceptor during MigrationTask executions. Please notice that it can
be applied only for such a task that are executed in the same thread.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(SystemSetupContext systemSetupContext) Executes migration taskprotected MigrationTaskprotected SessionServicevoidsetSessionService(SessionService sessionService)
-
Constructor Details
-
InterceptorUnawareMigrationTaskDecorator
-
-
Method Details
-
execute
Description copied from interface:MigrationTaskExecutes migration task- Specified by:
executein interfaceMigrationTask- Parameters:
systemSetupContext- - setup context that gives a control over task execution
-
getMigrationTask
-
getSessionService
-
setSessionService
-