Package de.hybris.platform.patchesdemo.release
-
Interface Summary Interface Description DemoPatch Patches demo specific interface.SimpleDemoPatch Patches demo specific interface, which provides default empty implementation for methods declared inDemoPatchinterface. -
Class Summary Class Description AbstractDemoPatch Project specific parent class for all patches.MajorErrorPatch Example patch which is switched off by default as it throws major exception, which stops whole init/update process.MinorErrorPatch Example patch which is switched off by default as it is containing broken actions which cause errors.Patch1x0 Example patch which imports example shop and country data.Patch2x0 Example patch which runs previous patches.Patch2x1 Example patch doing nothing at all.