Uses of Class
de.hybris.platform.patches.data.ImpexImportUnitResult
-
Packages that use ImpexImportUnitResult Package Description de.hybris.platform.patches.aop de.hybris.platform.patches.service de.hybris.platform.patches.service.impl -
-
Uses of ImpexImportUnitResult in de.hybris.platform.patches.aop
Methods in de.hybris.platform.patches.aop that return ImpexImportUnitResult Modifier and Type Method Description ImpexImportUnitResultPatchExecutionUnitAspect. 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 ImpexImportUnitResult Modifier and Type Method Description ImpexImportUnitResultPatchImportService. importImpexUnit(ImpexImportUnit impexImportUnit)Method for importing impex data based on ImpexImportUnit.ImpexImportUnitResultPatchImportService. 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 ImpexImportUnitResult Modifier and Type Method Description ImpexImportUnitResultDefaultPatchImportService. importImpexUnit(ImpexImportUnit impexImportUnit)ImpexImportUnitResultDefaultPatchImportService. importImpexUnitWithoutTracking(ImpexImportUnit impexImportUnit)
-