Uses of Interface
de.hybris.platform.patches.service.PatchImportService
-
Packages that use PatchImportService Package Description de.hybris.platform.patches.actions de.hybris.platform.patches.aop de.hybris.platform.patches.service.impl -
-
Uses of PatchImportService in de.hybris.platform.patches.actions
Methods in de.hybris.platform.patches.actions with parameters of type PatchImportService Modifier and Type Method Description voidImportPatchAction. setPatchImportService(PatchImportService patchImportService) -
Uses of PatchImportService in de.hybris.platform.patches.aop
Methods in de.hybris.platform.patches.aop with parameters of type PatchImportService Modifier and Type Method Description voidPatchExecutionUnitAspect. setPatchImportService(PatchImportService patchImportService) -
Uses of PatchImportService in de.hybris.platform.patches.service.impl
Classes in de.hybris.platform.patches.service.impl that implement PatchImportService Modifier and Type Class Description classDefaultPatchImportServiceImplementation of patches specific import service.
-