Uses of Class
de.hybris.platform.patches.jalo.PatchExecutionUnit
-
Packages that use PatchExecutionUnit Package Description de.hybris.platform.patches.jalo -
-
Uses of PatchExecutionUnit in de.hybris.platform.patches.jalo
Fields in de.hybris.platform.patches.jalo with type parameters of type PatchExecutionUnit Modifier and Type Field Description protected static OneToManyHandler<PatchExecutionUnit>GeneratedPatchExecution. PATCHUNITSHANDLEROneToManyHandlerfor handling 1:n PATCHUNITS's relation attributes from 'many' side.Methods in de.hybris.platform.patches.jalo that return PatchExecutionUnit Modifier and Type Method Description PatchExecutionUnitGeneratedPatchesManager. createPatchExecutionUnit(SessionContext ctx, java.util.Map attributeValues)PatchExecutionUnitGeneratedPatchesManager. createPatchExecutionUnit(java.util.Map attributeValues)Methods in de.hybris.platform.patches.jalo that return types with arguments of type PatchExecutionUnit Modifier and Type Method Description java.util.Collection<PatchExecutionUnit>GeneratedPatchExecution. getPatchUnits()Generated method - Getter of thePatchExecution.patchUnitsattribute.java.util.Collection<PatchExecutionUnit>GeneratedPatchExecution. getPatchUnits(SessionContext ctx)Generated method - Getter of thePatchExecution.patchUnitsattribute.Methods in de.hybris.platform.patches.jalo with parameters of type PatchExecutionUnit Modifier and Type Method Description voidGeneratedPatchExecution. addToPatchUnits(SessionContext ctx, PatchExecutionUnit value)Generated method - Addsvalueto patchUnits.voidGeneratedPatchExecution. addToPatchUnits(PatchExecutionUnit value)Generated method - Addsvalueto patchUnits.voidGeneratedPatchExecution. removeFromPatchUnits(SessionContext ctx, PatchExecutionUnit value)Generated method - Removesvaluefrom patchUnits.voidGeneratedPatchExecution. removeFromPatchUnits(PatchExecutionUnit value)Generated method - Removesvaluefrom patchUnits.Method parameters in de.hybris.platform.patches.jalo with type arguments of type PatchExecutionUnit Modifier and Type Method Description voidGeneratedPatchExecution. setPatchUnits(SessionContext ctx, java.util.Collection<PatchExecutionUnit> value)Generated method - Setter of thePatchExecution.patchUnitsattribute.voidGeneratedPatchExecution. setPatchUnits(java.util.Collection<PatchExecutionUnit> value)Generated method - Setter of thePatchExecution.patchUnitsattribute.
-