Uses of Interface
de.hybris.platform.patches.Patch
Packages that use Patch
Package
Description
-
Uses of Patch in de.hybris.platform.patches
Classes in de.hybris.platform.patches that implement PatchMethods in de.hybris.platform.patches with parameters of type PatchModifier and TypeMethodDescriptionprotected 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 PatchModifier and TypeMethodDescriptionvoidAbstractPatchesSystemSetup.setPatches(List<Patch> patches) -
Uses of Patch in de.hybris.platform.patches.actions
Methods in de.hybris.platform.patches.actions with parameters of type PatchModifier and TypeMethodDescriptionprotected StringAbstractImportPatchAction.getBasePath(Patch patch) Create base path that is common for all impexes, in example:
/patchesdemo/releases/release01/patch_01_00protected 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 PatchMethods in de.hybris.platform.patches.actions.data that return PatchMethods in de.hybris.platform.patches.actions.data with parameters of type PatchConstructors in de.hybris.platform.patches.actions.data with parameters of type Patch -
Uses of Patch in de.hybris.platform.patches.service
Methods in de.hybris.platform.patches.service with parameters of type PatchModifier and TypeMethodDescriptionPatchExecutionService.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 -
Uses of Patch in de.hybris.platform.patchesdemo.release
Subinterfaces of Patch in de.hybris.platform.patchesdemo.releaseModifier and TypeInterfaceDescriptioninterfacePatches demo specific interface.interfacePatches demo specific interface, which provides default empty implementation for methods declared inDemoPatchinterface.Classes in de.hybris.platform.patchesdemo.release that implement PatchModifier and TypeClassDescriptionclassProject specific parent class for all patches.classExample patch which is switched off by default as it throws major exception, which stops whole init/update process.classExample patch which is switched off by default as it is containing broken actions which cause errors.classExample patch which imports example shop and country data.classExample patch which runs previous patches.classExample patch doing nothing at all.