Class InterceptorUnawareMigrationTaskDecorator

java.lang.Object
de.hybris.platform.ruleengineservices.setup.tasks.impl.InterceptorUnawareMigrationTaskDecorator
All Implemented Interfaces:
MigrationTask

public class InterceptorUnawareMigrationTaskDecorator extends Object implements 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 Details

    • InterceptorUnawareMigrationTaskDecorator

      public InterceptorUnawareMigrationTaskDecorator(MigrationTask migrationTask)
  • Method Details

    • execute

      public void execute(SystemSetupContext systemSetupContext)
      Description copied from interface: MigrationTask
      Executes migration task
      Specified by:
      execute in interface MigrationTask
      Parameters:
      systemSetupContext - - setup context that gives a control over task execution
    • getMigrationTask

      protected MigrationTask getMigrationTask()
    • getSessionService

      protected SessionService getSessionService()
    • setSessionService

      public void setSessionService(SessionService sessionService)