Uses of Class
de.hybris.platform.patches.model.PatchExecutionModel
Packages that use PatchExecutionModel
Package
Description
Contains generated models for each type of de.hybris.platform.patches.jalo package.
-
Uses of PatchExecutionModel in de.hybris.platform.patches.attribute
Methods in de.hybris.platform.patches.attribute with parameters of type PatchExecutionModelModifier and TypeMethodDescriptionNumberOfErrorUnitsAttributeHandler.get(PatchExecutionModel model) NumberOfUnitsAttributeHandler.get(PatchExecutionModel model) -
Uses of PatchExecutionModel in de.hybris.platform.patches.model
Methods in de.hybris.platform.patches.model that return PatchExecutionModelModifier and TypeMethodDescriptionPatchExecutionModel.getNextExecution()Generated method - Getter of thePatchExecution.nextExecutionattribute defined at extensionpatches.PatchExecutionUnitModel.getPatch()Generated method - Getter of thePatchExecutionUnit.patchattribute defined at extensionpatches.PatchExecutionModel.getPreviousExecution()Generated method - Getter of thePatchExecution.previousExecutionattribute defined at extensionpatches.Methods in de.hybris.platform.patches.model with parameters of type PatchExecutionModelModifier and TypeMethodDescriptionvoidPatchExecutionModel.setNextExecution(PatchExecutionModel value) Generated method - Setter ofPatchExecution.nextExecutionattribute defined at extensionpatches.voidPatchExecutionUnitModel.setPatch(PatchExecutionModel value) Generated method - Setter ofPatchExecutionUnit.patchattribute defined at extensionpatches.voidPatchExecutionModel.setPreviousExecution(PatchExecutionModel value) Generated method - Setter ofPatchExecution.previousExecutionattribute defined at extensionpatches. -
Uses of PatchExecutionModel in de.hybris.platform.patches.service
Methods in de.hybris.platform.patches.service that return PatchExecutionModelModifier and TypeMethodDescriptionPatchExecutionService.createPatchExecution(Patch patch) Creates patch execution for givenPatch.PatchExecutionService.getLatestPatchExecutionById(String patchId) Returns the latestPatchExecutionModelbased on the execution time.PatchExecutionService.getPatchExecutionById(String patchId) ReturnsPatchExecutionModelfor specific patch idPatchExecutionService.getSessionPatchExecution()RetrievesPatchExecutionModelfrom Jalo session.Methods in de.hybris.platform.patches.service that return types with arguments of type PatchExecutionModelModifier and TypeMethodDescriptionPatchExecutionService.getExecutedPatches()Returns list of all executed patchesMethods in de.hybris.platform.patches.service with parameters of type PatchExecutionModelModifier and TypeMethodDescriptionvoidPatchExecutionService.registerPatchExecution(PatchExecutionModel patch) Sets execution time and status for patch execution and saves thePatchExecutionModel. -
Uses of PatchExecutionModel in de.hybris.platform.patches.service.impl
Methods in de.hybris.platform.patches.service.impl that return PatchExecutionModelModifier and TypeMethodDescriptionDefaultPatchExecutionService.createPatchExecution(Patch patch) DefaultPatchExecutionService.getLatestPatchExecutionById(String patchId) DefaultPatchExecutionService.getPatchExecutionById(String patchId) DefaultPatchExecutionService.getSessionPatchExecution()Methods in de.hybris.platform.patches.service.impl that return types with arguments of type PatchExecutionModelMethods in de.hybris.platform.patches.service.impl with parameters of type PatchExecutionModelModifier and TypeMethodDescriptionvoidDefaultPatchExecutionService.registerPatchExecution(PatchExecutionModel patch) Method parameters in de.hybris.platform.patches.service.impl with type arguments of type PatchExecutionModelModifier and TypeMethodDescriptionvoidDefaultPatchExecutionService.setPatchExecutionDao(DefaultGenericDao<PatchExecutionModel> patchExecutionDao) -
Uses of PatchExecutionModel in de.hybris.platform.patches.utils
Methods in de.hybris.platform.patches.utils with parameters of type PatchExecutionModelModifier and TypeMethodDescriptionstatic StringPatchExecutionUnitUtils.generateHashId(String name, ImportOrganisationUnit organisationUnit, PatchExecutionModel patchExecution) Generates a hash based on three passed parameters.static StringPatchExecutionUnitUtils.generateHashId(String name, String organisationUnitRepresentation, PatchExecutionModel patchExecution) Generates a hash based on three passed parameters.static intPatchExecutionUnitUtils.getNextUnitNumber(PatchExecutionModel patchExecution) Returns a number of importedPatchExecutionUnitModelincremented by 1.