Class ImportServiceHelper

java.lang.Object
de.hybris.platform.servicelayer.impex.impl.ImportServiceHelper

public final class ImportServiceHelper extends Object
This class is intended to be helper for removing stale import batch content items after successful completion of distributed import process executed from: DefaultImportService, DefaultDistributedImportProcessHandler
  • Method Details

    • clearImportBatchContent

      public static void clearImportBatchContent(ModelService modelService, DistributedProcessModel distributedProcessModel)
      Methods removes importBatchContent items related to distributedProcessModel
      Parameters:
      modelService - model service for item removing
      distributedProcessModel - distributedProcessModel for which the associated importBatchContent will be removed