Uses of Interface
de.hybris.platform.patches.Patch
-
-
Uses of Patch in de.hybris.platform.patches
Classes in de.hybris.platform.patches that implement Patch Modifier and Type Class Description classAbstractPatchBase class for all new patches.Methods in de.hybris.platform.patches with parameters of type Patch Modifier and Type Method Description protected SystemSetupParameterAbstractPatchesSystemSetup. createSystemSetupParameterBasedOnExecutionInfo(Patch patch, boolean rerunableEnabled)Helper method for creating a system setup parameter for Update process type based on rerunable functionality.protected SystemSetupParameterAbstractPatchesSystemSetup. createSystemSetupParameterBasedOnNotSelectedProperty(Patch patch)Helper method for creating a Boolean system setup parameter based onprotected 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. executeVersionOnPatch(Patch patch)This method executes given Patch with given version.protected booleanAbstractPatchesSystemSetup. isPatchRerunable(Patch patch)Checks if specified patch is re runnable.Method parameters in de.hybris.platform.patches with type arguments of type Patch Modifier and Type Method Description voidAbstractPatchesSystemSetup. setPatches(java.util.List<Patch> patches) -
Uses of Patch in de.hybris.platform.patches.actions
Methods in de.hybris.platform.patches.actions with parameters of type Patch Modifier and Type Method Description protected java.lang.StringAbstractImportPatchAction. getBasePath(Patch patch)Create base path that is common for all impexes, in example:
/patchesdemo/releases/release01/patch_01_00protected java.lang.StringAbstractImportPatchAction. getPatchPath(Patch patch)Create part of file path to impexes.
In example:
/patch -
Uses of Patch in de.hybris.platform.patches.actions.data
Fields in de.hybris.platform.patches.actions.data declared as Patch Modifier and Type Field Description protected PatchPatchActionData. patchMethods in de.hybris.platform.patches.actions.data that return Patch Modifier and Type Method Description PatchPatchActionData. getPatch()Methods in de.hybris.platform.patches.actions.data with parameters of type Patch Modifier and Type Method Description voidPatchActionData. setPatch(Patch patch)Constructors in de.hybris.platform.patches.actions.data with parameters of type Patch Constructor Description PatchActionData(java.lang.String actionName, Patch patch) -
Uses of Patch in de.hybris.platform.patches.service
Methods in de.hybris.platform.patches.service with parameters of type Patch Modifier and Type Method Description PatchExecutionModelPatchExecutionService. createPatchExecution(Patch patch)Creates patch execution for givenPatch. -
Uses of Patch in de.hybris.platform.patches.service.impl
Methods in de.hybris.platform.patches.service.impl with parameters of type Patch Modifier and Type Method Description PatchExecutionModelDefaultPatchExecutionService. createPatchExecution(Patch patch) -
Uses of Patch in de.hybris.platform.patchesdemo.release
Subinterfaces of Patch in de.hybris.platform.patchesdemo.release Modifier and Type Interface Description interfaceDemoPatchPatches demo specific interface.interfaceSimpleDemoPatchPatches demo specific interface, which provides default empty implementation for methods declared inDemoPatchinterface.Classes in de.hybris.platform.patchesdemo.release that implement Patch Modifier and Type Class Description classAbstractDemoPatchProject specific parent class for all patches.classMajorErrorPatchExample patch which is switched off by default as it throws major exception, which stops whole init/update process.classMinorErrorPatchExample patch which is switched off by default as it is containing broken actions which cause errors.classPatch1x0Example patch which imports example shop and country data.classPatch2x0Example patch which runs previous patches.classPatch2x1Example patch doing nothing at all.
-