Uses of Class
de.hybris.platform.patches.enums.ExecutionUnitType
-
Packages that use ExecutionUnitType Package Description de.hybris.platform.patches.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.patches.model Contains generated models for each type of de.hybris.platform.patches.jalo package.de.hybris.platform.patches.strategies.impl -
-
Uses of ExecutionUnitType in de.hybris.platform.patches.enums
Methods in de.hybris.platform.patches.enums that return ExecutionUnitType Modifier and Type Method Description static ExecutionUnitTypeExecutionUnitType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExecutionUnitType[]ExecutionUnitType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ExecutionUnitType in de.hybris.platform.patches.model
Methods in de.hybris.platform.patches.model that return ExecutionUnitType Modifier and Type Method Description ExecutionUnitTypePatchExecutionUnitModel. getExecutionType()Generated method - Getter of thePatchExecutionUnit.executionTypeattribute defined at extensionpatches.Methods in de.hybris.platform.patches.model with parameters of type ExecutionUnitType Modifier and Type Method Description voidPatchExecutionUnitModel. setExecutionType(ExecutionUnitType value)Generated method - Setter ofPatchExecutionUnit.executionTypeattribute defined at extensionpatches.Constructors in de.hybris.platform.patches.model with parameters of type ExecutionUnitType Constructor Description PatchExecutionUnitModel(ExecutionUnitType _executionType, java.lang.String _idHash, java.lang.String _name, java.lang.Integer _orderNumber)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPatchExecutionUnitModel(ExecutionUnitType _executionType, java.lang.String _idHash, java.lang.String _name, java.lang.Integer _orderNumber, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ExecutionUnitType in de.hybris.platform.patches.strategies.impl
Fields in de.hybris.platform.patches.strategies.impl declared as ExecutionUnitType Modifier and Type Field Description protected ExecutionUnitTypeDefaultPatchExecutionUnitTrackingStrategy. executionUnitTypeMethods in de.hybris.platform.patches.strategies.impl with parameters of type ExecutionUnitType Modifier and Type Method Description voidDefaultPatchExecutionUnitTrackingStrategy. setExecutionUnitType(ExecutionUnitType executionUnitType)
-