| Package | Description |
|---|---|
| de.hybris.platform.patches.actions | |
| de.hybris.platform.patches.strategies | |
| de.hybris.platform.patches.strategies.impl |
| Modifier and Type | Method and Description |
|---|---|
default java.lang.String |
PatchAction.getCustomizedName(PatchActionData data) |
void |
ImportPatchAction.perform(PatchActionData data) |
void |
PatchAction.perform(PatchActionData data) |
void |
SqlCommandPatchAction.perform(PatchActionData data) |
protected void |
ImportPatchAction.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PatchExecutionUnitTrackingStrategy.trackAfterPerform(PatchExecutionUnitModel patchExecutionUnit,
PatchActionData patchActionData,
java.lang.Throwable ex)
Method executed after real method invocation.
|
PatchExecutionUnitModel |
PatchExecutionUnitTrackingStrategy.trackBeforePerform(PatchActionData patchActionData)
Method executed before real method invocation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPatchExecutionUnitTrackingStrategy.trackAfterPerform(PatchExecutionUnitModel patchExecutionUnit,
PatchActionData patchActionData,
java.lang.Throwable ex) |
PatchExecutionUnitModel |
DefaultPatchExecutionUnitTrackingStrategy.trackBeforePerform(PatchActionData patchActionData) |
Copyright © 2018 SAP SE. All Rights Reserved.