Uses of Class
de.hybris.platform.patches.actions.data.PatchActionData
Packages that use PatchActionData
Package
Description
-
Uses of PatchActionData in de.hybris.platform.patches.actions
Methods in de.hybris.platform.patches.actions with parameters of type PatchActionDataModifier and TypeMethodDescriptiondefault StringPatchAction.getCustomizedName(PatchActionData data) voidImportPatchAction.perform(PatchActionData data) voidPatchAction.perform(PatchActionData data) voidSqlCommandPatchAction.perform(PatchActionData data) protected voidImportPatchAction.updateImpexOptions(List<ImpexImportPack> importPackList, PatchActionData data) This method will update all ImpexImportUnits that belong to given importPackList with ImpexImportUnitOptions in case there were defined in data object. -
Uses of PatchActionData in de.hybris.platform.patches.strategies
Methods in de.hybris.platform.patches.strategies with parameters of type PatchActionDataModifier and TypeMethodDescriptionvoidPatchExecutionUnitTrackingStrategy.trackAfterPerform(PatchExecutionUnitModel patchExecutionUnit, PatchActionData patchActionData, Throwable ex) Method executed after real method invocation.PatchExecutionUnitTrackingStrategy.trackBeforePerform(PatchActionData patchActionData) Method executed before real method invocation. -
Uses of PatchActionData in de.hybris.platform.patches.strategies.impl
Methods in de.hybris.platform.patches.strategies.impl with parameters of type PatchActionDataModifier and TypeMethodDescriptionvoidDefaultPatchExecutionUnitTrackingStrategy.trackAfterPerform(PatchExecutionUnitModel patchExecutionUnit, PatchActionData patchActionData, Throwable ex) DefaultPatchExecutionUnitTrackingStrategy.trackBeforePerform(PatchActionData patchActionData)