Uses of Interface
de.hybris.platform.patches.service.PatchExecutionService
-
Packages that use PatchExecutionService Package Description de.hybris.platform.patches de.hybris.platform.patches.aop de.hybris.platform.patches.service.impl de.hybris.platform.patches.strategies.impl -
-
Uses of PatchExecutionService in de.hybris.platform.patches
Methods in de.hybris.platform.patches with parameters of type PatchExecutionService Modifier and Type Method Description voidAbstractPatchesSystemSetup. setPatchExecutionService(PatchExecutionService patchExecutionService) -
Uses of PatchExecutionService in de.hybris.platform.patches.aop
Methods in de.hybris.platform.patches.aop with parameters of type PatchExecutionService Modifier and Type Method Description voidPatchExecutionUnitAspect. setPatchExecutionService(PatchExecutionService patchExecutionService) -
Uses of PatchExecutionService in de.hybris.platform.patches.service.impl
Classes in de.hybris.platform.patches.service.impl that implement PatchExecutionService Modifier and Type Class Description classDefaultPatchExecutionServiceImplementation ofPatchExecutionService. -
Uses of PatchExecutionService in de.hybris.platform.patches.strategies.impl
Fields in de.hybris.platform.patches.strategies.impl declared as PatchExecutionService Modifier and Type Field Description protected PatchExecutionServiceDefaultPatchExecutionUnitTrackingStrategy. patchExecutionServiceMethods in de.hybris.platform.patches.strategies.impl with parameters of type PatchExecutionService Modifier and Type Method Description voidDefaultPatchExecutionUnitTrackingStrategy. setPatchExecutionService(PatchExecutionService patchExecutionService)
-