Uses of Class
de.hybris.platform.patches.jalo.PatchExecution
Packages that use PatchExecution
-
Uses of PatchExecution in de.hybris.platform.patches.jalo
Methods in de.hybris.platform.patches.jalo that return PatchExecutionModifier and TypeMethodDescriptionGeneratedPatchesManager.createPatchExecution(SessionContext ctx, Map attributeValues) GeneratedPatchesManager.createPatchExecution(Map attributeValues) GeneratedPatchExecution.getNextExecution()Generated method - Getter of thePatchExecution.nextExecutionattribute.GeneratedPatchExecution.getNextExecution(SessionContext ctx) Generated method - Getter of thePatchExecution.nextExecutionattribute.GeneratedPatchExecutionUnit.getPatch()Generated method - Getter of thePatchExecutionUnit.patchattribute.GeneratedPatchExecutionUnit.getPatch(SessionContext ctx) Generated method - Getter of thePatchExecutionUnit.patchattribute.GeneratedPatchExecution.getPreviousExecution()Generated method - Getter of thePatchExecution.previousExecutionattribute.GeneratedPatchExecution.getPreviousExecution(SessionContext ctx) Generated method - Getter of thePatchExecution.previousExecutionattribute.Methods in de.hybris.platform.patches.jalo with parameters of type PatchExecutionModifier and TypeMethodDescriptionvoidGeneratedPatchExecution.setNextExecution(SessionContext ctx, PatchExecution value) Generated method - Setter of thePatchExecution.nextExecutionattribute.voidGeneratedPatchExecution.setNextExecution(PatchExecution value) Generated method - Setter of thePatchExecution.nextExecutionattribute.voidGeneratedPatchExecutionUnit.setPatch(SessionContext ctx, PatchExecution value) Generated method - Setter of thePatchExecutionUnit.patchattribute.voidGeneratedPatchExecutionUnit.setPatch(PatchExecution value) Generated method - Setter of thePatchExecutionUnit.patchattribute.voidGeneratedPatchExecution.setPreviousExecution(SessionContext ctx, PatchExecution value) Generated method - Setter of thePatchExecution.previousExecutionattribute.voidGeneratedPatchExecution.setPreviousExecution(PatchExecution value) Generated method - Setter of thePatchExecution.previousExecutionattribute.