Uses of Class
de.hybris.platform.patches.jalo.PatchExecution
-
Packages that use PatchExecution Package Description de.hybris.platform.patches.jalo -
-
Uses of PatchExecution in de.hybris.platform.patches.jalo
Methods in de.hybris.platform.patches.jalo that return PatchExecution Modifier and Type Method Description PatchExecutionGeneratedPatchesManager. createPatchExecution(SessionContext ctx, java.util.Map attributeValues)PatchExecutionGeneratedPatchesManager. createPatchExecution(java.util.Map attributeValues)PatchExecutionGeneratedPatchExecution. getNextExecution()Generated method - Getter of thePatchExecution.nextExecutionattribute.PatchExecutionGeneratedPatchExecution. getNextExecution(SessionContext ctx)Generated method - Getter of thePatchExecution.nextExecutionattribute.PatchExecutionGeneratedPatchExecutionUnit. getPatch()Generated method - Getter of thePatchExecutionUnit.patchattribute.PatchExecutionGeneratedPatchExecutionUnit. getPatch(SessionContext ctx)Generated method - Getter of thePatchExecutionUnit.patchattribute.PatchExecutionGeneratedPatchExecution. getPreviousExecution()Generated method - Getter of thePatchExecution.previousExecutionattribute.PatchExecutionGeneratedPatchExecution. getPreviousExecution(SessionContext ctx)Generated method - Getter of thePatchExecution.previousExecutionattribute.Methods in de.hybris.platform.patches.jalo with parameters of type PatchExecution Modifier and Type Method Description voidGeneratedPatchExecution. 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.
-