Class ImportServiceHelper
java.lang.Object
de.hybris.platform.servicelayer.impex.impl.ImportServiceHelper
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 Summary
Modifier and TypeMethodDescriptionstatic voidclearImportBatchContent(ModelService modelService, DistributedProcessModel distributedProcessModel) Methods removes importBatchContent items related to distributedProcessModel
-
Method Details
-
clearImportBatchContent
public static void clearImportBatchContent(ModelService modelService, DistributedProcessModel distributedProcessModel) Methods removes importBatchContent items related to distributedProcessModel- Parameters:
modelService- model service for item removingdistributedProcessModel- distributedProcessModel for which the associated importBatchContent will be removed
-