Uses of Class
de.hybris.platform.patches.model.PatchExecutionUnitModel
-
Packages that use PatchExecutionUnitModel Package Description de.hybris.platform.patches.model Contains generated models for each type of de.hybris.platform.patches.jalo package.de.hybris.platform.patches.strategies de.hybris.platform.patches.strategies.impl -
-
Uses of PatchExecutionUnitModel in de.hybris.platform.patches.model
Methods in de.hybris.platform.patches.model that return types with arguments of type PatchExecutionUnitModel Modifier and Type Method Description java.util.Collection<PatchExecutionUnitModel>PatchExecutionModel. getPatchUnits()Generated method - Getter of thePatchExecution.patchUnitsattribute defined at extensionpatches.Method parameters in de.hybris.platform.patches.model with type arguments of type PatchExecutionUnitModel Modifier and Type Method Description voidPatchExecutionModel. setPatchUnits(java.util.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 PatchExecutionUnitModel Modifier and Type Method Description PatchExecutionUnitModelPatchExecutionUnitTrackingStrategy. trackBeforePerform(PatchActionData patchActionData)Method executed before real method invocation.Methods in de.hybris.platform.patches.strategies with parameters of type PatchExecutionUnitModel Modifier and Type Method Description voidPatchExecutionUnitTrackingStrategy. trackAfterPerform(PatchExecutionUnitModel patchExecutionUnit, PatchActionData patchActionData, java.lang.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 PatchExecutionUnitModel Modifier and Type Method Description PatchExecutionUnitModelDefaultPatchExecutionUnitTrackingStrategy. trackBeforePerform(PatchActionData patchActionData)Methods in de.hybris.platform.patches.strategies.impl with parameters of type PatchExecutionUnitModel Modifier and Type Method Description voidDefaultPatchExecutionUnitTrackingStrategy. trackAfterPerform(PatchExecutionUnitModel patchExecutionUnit, PatchActionData patchActionData, java.lang.Throwable ex)
-