Uses of Class
de.hybris.platform.patches.actions.data.PatchActionData
-
Packages that use PatchActionData Package Description de.hybris.platform.patches.actions de.hybris.platform.patches.strategies de.hybris.platform.patches.strategies.impl -
-
Uses of PatchActionData in de.hybris.platform.patches.actions
Methods in de.hybris.platform.patches.actions with parameters of type PatchActionData Modifier and Type Method Description default java.lang.StringPatchAction. getCustomizedName(PatchActionData data)voidImportPatchAction. perform(PatchActionData data)voidPatchAction. perform(PatchActionData data)voidSqlCommandPatchAction. perform(PatchActionData data)protected voidImportPatchAction. updateImpexOptions(java.util.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 PatchActionData Modifier and Type Method Description voidPatchExecutionUnitTrackingStrategy. trackAfterPerform(PatchExecutionUnitModel patchExecutionUnit, PatchActionData patchActionData, java.lang.Throwable ex)Method executed after real method invocation.PatchExecutionUnitModelPatchExecutionUnitTrackingStrategy. 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 PatchActionData Modifier and Type Method Description voidDefaultPatchExecutionUnitTrackingStrategy. trackAfterPerform(PatchExecutionUnitModel patchExecutionUnit, PatchActionData patchActionData, java.lang.Throwable ex)PatchExecutionUnitModelDefaultPatchExecutionUnitTrackingStrategy. trackBeforePerform(PatchActionData patchActionData)
-