Uses of Class
de.hybris.platform.core.initialization.SystemSetup.Type
-
Packages that use SystemSetup.Type Package Description de.hybris.platform.core.initialization de.hybris.platform.patches -
-
Uses of SystemSetup.Type in de.hybris.platform.core.initialization
Methods in de.hybris.platform.core.initialization that return SystemSetup.Type Modifier and Type Method Description SystemSetup.TypeSystemSetupCollectorResult. getType()If the method has aSystemSetup.Typeattribute, it will be returned.SystemSetup.TypeSystemSetupContext. getType()SystemSetup.Typetype()The default value for parametertypeis ALL.static SystemSetup.TypeSystemSetup.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SystemSetup.Type[]SystemSetup.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.hybris.platform.core.initialization with parameters of type SystemSetup.Type Constructor Description SystemSetupContext(java.util.Map<java.lang.String,java.lang.String[]> parameterMap, SystemSetup.Type type, SystemSetup.Process process, java.lang.String extensionName)SystemSetupContext(java.util.Map<java.lang.String,java.lang.String[]> parameterMap, SystemSetup.Type type, java.lang.String extensionName)Deprecated.since ages - Use SystemSetupContext(final MapparameterMap, 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.Type Modifier and Type Method Description protected 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.
-