Uses of Class
de.hybris.platform.patches.model.PatchExecutionUnitModel
Packages that use PatchExecutionUnitModel
Package
Description
Contains generated models for each type of de.hybris.platform.patches.jalo package.
-
Uses of PatchExecutionUnitModel in de.hybris.platform.patches.model
Methods in de.hybris.platform.patches.model that return types with arguments of type PatchExecutionUnitModelModifier and TypeMethodDescriptionPatchExecutionModel.getPatchUnits()Generated method - Getter of thePatchExecution.patchUnitsattribute defined at extensionpatches.Method parameters in de.hybris.platform.patches.model with type arguments of type PatchExecutionUnitModelModifier and TypeMethodDescriptionvoidPatchExecutionModel.setPatchUnits(Collection<PatchExecutionUnitModel> value) Generated method - Setter ofPatchExecution.patchUnitsattribute defined at extensionpatches. -
Uses of PatchExecutionUnitModel in de.hybris.platform.patches.strategies
Methods in de.hybris.platform.patches.strategies that return PatchExecutionUnitModelModifier and TypeMethodDescriptionPatchExecutionUnitTrackingStrategy.trackBeforePerform(PatchActionData patchActionData) Method executed before real method invocation.Methods in de.hybris.platform.patches.strategies with parameters of type PatchExecutionUnitModelModifier and TypeMethodDescriptionvoidPatchExecutionUnitTrackingStrategy.trackAfterPerform(PatchExecutionUnitModel patchExecutionUnit, PatchActionData patchActionData, Throwable ex) Method executed after real method invocation. -
Uses of PatchExecutionUnitModel in de.hybris.platform.patches.strategies.impl
Methods in de.hybris.platform.patches.strategies.impl that return PatchExecutionUnitModelModifier and TypeMethodDescriptionDefaultPatchExecutionUnitTrackingStrategy.trackBeforePerform(PatchActionData patchActionData) Methods in de.hybris.platform.patches.strategies.impl with parameters of type PatchExecutionUnitModelModifier and TypeMethodDescriptionvoidDefaultPatchExecutionUnitTrackingStrategy.trackAfterPerform(PatchExecutionUnitModel patchExecutionUnit, PatchActionData patchActionData, Throwable ex)