Package de.hybris.platform.core.initialization
-
Interface Summary Interface Description SystemSetupAuditDAO DAO responsible for SystemPatch related reads/writes.SystemSetupCollector TheSystemSetupCollectorcollects all classes and methods which will be used during init/update process of the platform according to the usedSystemSetupannotation. -
Class Summary Class Description SystemSetupCollectorResult This class stores everything which is needed to call the hooked methodSystemSetupCollectorTest SystemSetupContext This class represents the context of the current SystemSetup which is usedSystemSetupContextTest SystemSetupParameter This class represents a single parameter used by theSystemSetupSystemSetupParameterTest SystemSetupTypeProcessTest -
Enum Summary Enum Description SystemSetup.Process Describes, when the method should be called.SystemSetup.Type Describes, at which point the method should be called. -
Annotation Types Summary Annotation Type Description SystemSetup The@SystemSetupis an annotation (as a hock-in mechanism) for executing methods during the init/update process for given extensions.SystemSetupParameterMethod This annotation can be used to annotate a class that it returns a Map ofSystemSetupParameter