Uses of Class
de.hybris.platform.patches.model.PatchExecutionModel
-
Packages that use PatchExecutionModel 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.service de.hybris.platform.patches.service.impl de.hybris.platform.patches.utils -
-
Uses of PatchExecutionModel in de.hybris.platform.patches.attribute
Methods in de.hybris.platform.patches.attribute with parameters of type PatchExecutionModel Modifier and Type Method Description java.lang.IntegerNumberOfErrorUnitsAttributeHandler. get(PatchExecutionModel model)java.lang.IntegerNumberOfUnitsAttributeHandler. get(PatchExecutionModel model) -
Uses of PatchExecutionModel in de.hybris.platform.patches.model
Methods in de.hybris.platform.patches.model that return PatchExecutionModel Modifier and Type Method Description PatchExecutionModelPatchExecutionModel. getNextExecution()Generated method - Getter of thePatchExecution.nextExecutionattribute defined at extensionpatches.PatchExecutionModelPatchExecutionUnitModel. getPatch()Generated method - Getter of thePatchExecutionUnit.patchattribute defined at extensionpatches.PatchExecutionModelPatchExecutionModel. getPreviousExecution()Generated method - Getter of thePatchExecution.previousExecutionattribute defined at extensionpatches.Methods in de.hybris.platform.patches.model with parameters of type PatchExecutionModel Modifier and Type Method Description voidPatchExecutionModel. 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 PatchExecutionModel Modifier and Type Method Description PatchExecutionModelPatchExecutionService. createPatchExecution(Patch patch)Creates patch execution for givenPatch.PatchExecutionModelPatchExecutionService. getLatestPatchExecutionById(java.lang.String patchId)Returns the latestPatchExecutionModelbased on the execution time.PatchExecutionModelPatchExecutionService. getPatchExecutionById(java.lang.String patchId)ReturnsPatchExecutionModelfor specific patch idPatchExecutionModelPatchExecutionService. getSessionPatchExecution()RetrievesPatchExecutionModelfrom Jalo session.Methods in de.hybris.platform.patches.service that return types with arguments of type PatchExecutionModel Modifier and Type Method Description java.util.List<PatchExecutionModel>PatchExecutionService. getExecutedPatches()Returns list of all executed patchesMethods in de.hybris.platform.patches.service with parameters of type PatchExecutionModel Modifier and Type Method Description voidPatchExecutionService. 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 PatchExecutionModel Modifier and Type Method Description PatchExecutionModelDefaultPatchExecutionService. createPatchExecution(Patch patch)PatchExecutionModelDefaultPatchExecutionService. getLatestPatchExecutionById(java.lang.String patchId)PatchExecutionModelDefaultPatchExecutionService. getPatchExecutionById(java.lang.String patchId)PatchExecutionModelDefaultPatchExecutionService. getSessionPatchExecution()Methods in de.hybris.platform.patches.service.impl that return types with arguments of type PatchExecutionModel Modifier and Type Method Description java.util.List<PatchExecutionModel>DefaultPatchExecutionService. getExecutedPatches()Methods in de.hybris.platform.patches.service.impl with parameters of type PatchExecutionModel Modifier and Type Method Description voidDefaultPatchExecutionService. registerPatchExecution(PatchExecutionModel patch)Method parameters in de.hybris.platform.patches.service.impl with type arguments of type PatchExecutionModel Modifier and Type Method Description voidDefaultPatchExecutionService. setPatchExecutionDao(DefaultGenericDao<PatchExecutionModel> patchExecutionDao) -
Uses of PatchExecutionModel in de.hybris.platform.patches.utils
Methods in de.hybris.platform.patches.utils with parameters of type PatchExecutionModel Modifier and Type Method Description static java.lang.StringPatchExecutionUnitUtils. generateHashId(java.lang.String name, ImportOrganisationUnit organisationUnit, PatchExecutionModel patchExecution)Generates a hash based on three passed parameters.static java.lang.StringPatchExecutionUnitUtils. generateHashId(java.lang.String name, java.lang.String organisationUnitRepresentation, PatchExecutionModel patchExecution)Generates a hash based on three passed parameters.static intPatchExecutionUnitUtils. getNextUnitNumber(PatchExecutionModel patchExecution)Returns a number of importedPatchExecutionUnitModelincremented by 1.
-