| Package | Description |
|---|---|
| de.hybris.platform.patches.model |
Contains generated models for each type of de.hybris.platform.patches.jalo package.
|
| de.hybris.platform.patches.resource | |
| de.hybris.platform.patches.strategies | |
| de.hybris.platform.patches.strategies.impl |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PatchExecutionUnitModel> |
PatchExecutionModel.getPatchUnits()
Generated method - Getter of the
PatchExecution.patchUnits attribute defined at extension patches. |
| Modifier and Type | Method and Description |
|---|---|
void |
PatchExecutionModel.setPatchUnits(java.util.Collection<PatchExecutionUnitModel> value)
Generated method - Setter of
PatchExecution.patchUnits attribute defined at extension patches. |
| Modifier and Type | Method and Description |
|---|---|
PatchExecutionUnitModel |
PatchExecutionUnitResource.getPatchExecutionUnitModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected PatchExecutionUnitModel |
PatchExecutionUnitResource.readResource(java.lang.String resourceId)
Gets the
PatchExecutionUnitModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PatchExecutionUnitModel> |
PatchExecutionUnitsResource.getPatchExecutionUnitsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
PatchExecutionUnitResource.setPatchExecutionUnitModel(PatchExecutionUnitModel value)
Convenience method which just delegates to
#setResourceValue(PatchExecutionUnitModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
PatchExecutionUnitsResource.setPatchExecutionUnitsCollection(java.util.Collection<PatchExecutionUnitModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
PatchExecutionUnitModel |
PatchExecutionUnitTrackingStrategy.trackBeforePerform(PatchActionData patchActionData)
Method executed before real method invocation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PatchExecutionUnitTrackingStrategy.trackAfterPerform(PatchExecutionUnitModel patchExecutionUnit,
PatchActionData patchActionData,
java.lang.Throwable ex)
Method executed after real method invocation.
|
| Modifier and Type | Method and Description |
|---|---|
PatchExecutionUnitModel |
DefaultPatchExecutionUnitTrackingStrategy.trackBeforePerform(PatchActionData patchActionData) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPatchExecutionUnitTrackingStrategy.trackAfterPerform(PatchExecutionUnitModel patchExecutionUnit,
PatchActionData patchActionData,
java.lang.Throwable ex) |
Copyright © 2018 SAP SE. All Rights Reserved.