Uses of Class
de.hybris.platform.patches.jalo.PatchExecutionUnit
Packages that use PatchExecutionUnit
-
Uses of PatchExecutionUnit in de.hybris.platform.patches.jalo
Fields in de.hybris.platform.patches.jalo with type parameters of type PatchExecutionUnitModifier and TypeFieldDescriptionprotected static final OneToManyHandler<PatchExecutionUnit>GeneratedPatchExecution.PATCHUNITSHANDLEROneToManyHandlerfor handling 1:n PATCHUNITS's relation attributes from 'many' side.Methods in de.hybris.platform.patches.jalo that return PatchExecutionUnitModifier and TypeMethodDescriptionGeneratedPatchesManager.createPatchExecutionUnit(SessionContext ctx, Map attributeValues) GeneratedPatchesManager.createPatchExecutionUnit(Map attributeValues) Methods in de.hybris.platform.patches.jalo that return types with arguments of type PatchExecutionUnitModifier and TypeMethodDescriptionGeneratedPatchExecution.getPatchUnits()Generated method - Getter of thePatchExecution.patchUnitsattribute.GeneratedPatchExecution.getPatchUnits(SessionContext ctx) Generated method - Getter of thePatchExecution.patchUnitsattribute.Methods in de.hybris.platform.patches.jalo with parameters of type PatchExecutionUnitModifier and TypeMethodDescriptionvoidGeneratedPatchExecution.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 PatchExecutionUnitModifier and TypeMethodDescriptionvoidGeneratedPatchExecution.setPatchUnits(SessionContext ctx, Collection<PatchExecutionUnit> value) Generated method - Setter of thePatchExecution.patchUnitsattribute.voidGeneratedPatchExecution.setPatchUnits(Collection<PatchExecutionUnit> value) Generated method - Setter of thePatchExecution.patchUnitsattribute.