Uses of Class
de.hybris.platform.patches.data.ImpexImportUnitResult
Packages that use ImpexImportUnitResult
Package
Description
-
Uses of ImpexImportUnitResult in de.hybris.platform.patches.aop
Methods in de.hybris.platform.patches.aop that return ImpexImportUnitResultModifier and TypeMethodDescriptionPatchExecutionUnitAspect.handleImportPatch(org.aspectj.lang.ProceedingJoinPoint joinPoint) Method that performs a tracking activity for DefaultPatchImportService.importImpexUnit(..) method calls. -
Uses of ImpexImportUnitResult in de.hybris.platform.patches.service
Methods in de.hybris.platform.patches.service that return ImpexImportUnitResultModifier and TypeMethodDescriptionPatchImportService.importImpexUnit(ImpexImportUnit impexImportUnit) Method for importing impex data based on ImpexImportUnit.PatchImportService.importImpexUnitWithoutTracking(ImpexImportUnit impexImportUnit) Method is workaround not to execute the aspect. -
Uses of ImpexImportUnitResult in de.hybris.platform.patches.service.impl
Methods in de.hybris.platform.patches.service.impl that return ImpexImportUnitResultModifier and TypeMethodDescriptionDefaultPatchImportService.importImpexUnit(ImpexImportUnit impexImportUnit) DefaultPatchImportService.importImpexUnitWithoutTracking(ImpexImportUnit impexImportUnit)