| Package | Description |
|---|---|
| de.hybris.platform.patches.attribute | |
| 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.service | |
| de.hybris.platform.patches.service.impl | |
| de.hybris.platform.patches.utils |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
NumberOfErrorUnitsAttributeHandler.get(PatchExecutionModel model) |
java.lang.Integer |
NumberOfUnitsAttributeHandler.get(PatchExecutionModel model) |
| Modifier and Type | Method and Description |
|---|---|
PatchExecutionModel |
PatchExecutionModel.getNextExecution()
Generated method - Getter of the
PatchExecution.nextExecution attribute defined at extension patches. |
PatchExecutionModel |
PatchExecutionUnitModel.getPatch()
Generated method - Getter of the
PatchExecutionUnit.patch attribute defined at extension patches. |
PatchExecutionModel |
PatchExecutionModel.getPreviousExecution()
Generated method - Getter of the
PatchExecution.previousExecution attribute defined at extension patches. |
| Modifier and Type | Method and Description |
|---|---|
void |
PatchExecutionModel.setNextExecution(PatchExecutionModel value)
Generated method - Setter of
PatchExecution.nextExecution attribute defined at extension patches. |
void |
PatchExecutionUnitModel.setPatch(PatchExecutionModel value)
Generated method - Setter of
PatchExecutionUnit.patch attribute defined at extension patches. |
void |
PatchExecutionModel.setPreviousExecution(PatchExecutionModel value)
Generated method - Setter of
PatchExecution.previousExecution attribute defined at extension patches. |
| Modifier and Type | Method and Description |
|---|---|
PatchExecutionModel |
PatchExecutionResource.getPatchExecutionModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected PatchExecutionModel |
PatchExecutionResource.readResource(java.lang.String resourceId)
Gets the
PatchExecutionModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PatchExecutionModel> |
PatchExecutionsResource.getPatchExecutionsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
PatchExecutionResource.setPatchExecutionModel(PatchExecutionModel value)
Convenience method which just delegates to
#setResourceValue(PatchExecutionModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
PatchExecutionsResource.setPatchExecutionsCollection(java.util.Collection<PatchExecutionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
PatchExecutionModel |
PatchExecutionService.createPatchExecution(Patch patch)
Creates patch execution for given
Patch. |
PatchExecutionModel |
PatchExecutionService.getLatestPatchExecutionById(java.lang.String patchId)
Returns the latest
PatchExecutionModel based on the execution time. |
PatchExecutionModel |
PatchExecutionService.getPatchExecutionById(java.lang.String patchId)
Returns
PatchExecutionModel for specific patch id |
PatchExecutionModel |
PatchExecutionService.getSessionPatchExecution()
Retrieves
PatchExecutionModel from Jalo session. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PatchExecutionModel> |
PatchExecutionService.getExecutedPatches()
Returns list of all executed patches
|
| Modifier and Type | Method and Description |
|---|---|
void |
PatchExecutionService.registerPatchExecution(PatchExecutionModel patch)
Sets execution time and status for patch execution and saves the
PatchExecutionModel. |
| Modifier and Type | Method and Description |
|---|---|
PatchExecutionModel |
DefaultPatchExecutionService.createPatchExecution(Patch patch) |
PatchExecutionModel |
DefaultPatchExecutionService.getLatestPatchExecutionById(java.lang.String patchId) |
PatchExecutionModel |
DefaultPatchExecutionService.getPatchExecutionById(java.lang.String patchId) |
PatchExecutionModel |
DefaultPatchExecutionService.getSessionPatchExecution() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PatchExecutionModel> |
DefaultPatchExecutionService.getExecutedPatches() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPatchExecutionService.registerPatchExecution(PatchExecutionModel patch) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPatchExecutionService.setPatchExecutionDao(DefaultGenericDao<PatchExecutionModel> patchExecutionDao) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
PatchExecutionUnitUtils.generateHashId(java.lang.String name,
ImportOrganisationUnit organisationUnit,
PatchExecutionModel patchExecution)
Generates a hash based on three passed parameters.
|
static java.lang.String |
PatchExecutionUnitUtils.generateHashId(java.lang.String name,
java.lang.String organisationUnitRepresentation,
PatchExecutionModel patchExecution)
Generates a hash based on three passed parameters.
|
static int |
PatchExecutionUnitUtils.getNextUnitNumber(PatchExecutionModel patchExecution)
Returns a number of imported
PatchExecutionUnitModel incremented by 1. |
Copyright © 2018 SAP SE. All Rights Reserved.