Uses of Enum Class
de.hybris.platform.core.initialization.SystemSetup.Type
Packages that use SystemSetup.Type
-
Uses of SystemSetup.Type in de.hybris.platform.core.initialization
Methods in de.hybris.platform.core.initialization that return SystemSetup.TypeModifier and TypeMethodDescriptionSystemSetupCollectorResult.getType()If the method has aSystemSetup.Typeattribute, it will be returned.SystemSetupContext.getType()static SystemSetup.TypeReturns the enum constant of this class with the specified name.static SystemSetup.Type[]SystemSetup.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.hybris.platform.core.initialization with parameters of type SystemSetup.TypeModifierConstructorDescriptionSystemSetupContext(Map<String, String[]> parameterMap, SystemSetup.Type type, SystemSetup.Process process, String extensionName) SystemSetupContext(Map<String, String[]> parameterMap, SystemSetup.Type type, String extensionName) Deprecated, for removal: This API element is subject to removal in a future version.since ages - Use SystemSetupContext(final Map<String, String[]> parameterMap, final Type type, final Process process, final String extensionName) instead -
Uses of SystemSetup.Type in de.hybris.platform.patches
Methods in de.hybris.platform.patches with parameters of type SystemSetup.TypeModifier and TypeMethodDescriptionprotected voidAbstractPatchesSystemSetup.executePatchBasedOnConfiguration(SystemSetup.Type type, Patch patch, boolean isInit) Method executes Patches based on configuration from Properties.protected voidAbstractPatchesSystemSetup.executePatchBasedOnDataType(SystemSetup.Type type, Patch patch) Method executes Patches based on data type (ESSENTIAL/PROJECT).protected voidAbstractPatchesSystemSetup.executePatchBasedOnNotSelectedProperty(SystemSetup.Type type, Patch patch) Helper method for executing Patch based onprotected voidAbstractPatchesSystemSetup.executePatches(SystemSetupContext setupContext, SystemSetup.Type type) Based on executionType kept in JaloSession different execution Patch method is called.protected voidAbstractPatchesSystemSetup.executePatchesBasedOnConfiguration(SystemSetup.Type type, boolean isInit) Method iterates through list of Patches and for each executes checking Patch configuration based on properties.protected voidAbstractPatchesSystemSetup.executePatchesBasedOnSetupContext(SystemSetupContext setupContext, SystemSetup.Type type) Method iterates through list of Patches and executes these which were setup inSystemSetupContext.