| Package | Description |
|---|---|
| de.hybris.platform.patches.jalo |
| Modifier and Type | Field and Description |
|---|---|
protected static OneToManyHandler<PatchExecutionUnit> |
GeneratedPatchExecution.PATCHUNITSHANDLER
OneToManyHandler for handling 1:n PATCHUNITS's relation attributes from 'many' side. |
| Modifier and Type | Method and Description |
|---|---|
PatchExecutionUnit |
GeneratedPatchesManager.createPatchExecutionUnit(java.util.Map attributeValues) |
PatchExecutionUnit |
GeneratedPatchesManager.createPatchExecutionUnit(SessionContext ctx,
java.util.Map attributeValues) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PatchExecutionUnit> |
GeneratedPatchExecution.getPatchUnits()
Generated method - Getter of the
PatchExecution.patchUnits attribute. |
java.util.Collection<PatchExecutionUnit> |
GeneratedPatchExecution.getPatchUnits(SessionContext ctx)
Generated method - Getter of the
PatchExecution.patchUnits attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedPatchExecution.addToPatchUnits(PatchExecutionUnit value)
Generated method - Adds
value to patchUnits. |
void |
GeneratedPatchExecution.addToPatchUnits(SessionContext ctx,
PatchExecutionUnit value)
Generated method - Adds
value to patchUnits. |
void |
GeneratedPatchExecution.removeFromPatchUnits(PatchExecutionUnit value)
Generated method - Removes
value from patchUnits. |
void |
GeneratedPatchExecution.removeFromPatchUnits(SessionContext ctx,
PatchExecutionUnit value)
Generated method - Removes
value from patchUnits. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedPatchExecution.setPatchUnits(java.util.Collection<PatchExecutionUnit> value)
Generated method - Setter of the
PatchExecution.patchUnits attribute. |
void |
GeneratedPatchExecution.setPatchUnits(SessionContext ctx,
java.util.Collection<PatchExecutionUnit> value)
Generated method - Setter of the
PatchExecution.patchUnits attribute. |
Copyright © 2018 SAP SE. All Rights Reserved.