Class DataInitializerManager
java.lang.Object
com.broadleafcommerce.adminuser.data.DataInitializerManager
- All Implemented Interfaces:
org.springframework.context.Lifecycle,org.springframework.context.Phased,org.springframework.context.SmartLifecycle
@Deprecated(forRemoval=true,
since="1.9.0")
public class DataInitializerManager
extends Object
implements org.springframework.context.SmartLifecycle
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated in favor of liquibase insert pattern (see
adminuser.starter.required.data.changelog.xml)
Responsible for injecting the data initializers and actually invoking their
DataInitializer.initialize() methods.-
Field Summary
Fields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
ConstructorsConstructorDescriptionDataInitializerManager(List<DataInitializer> dataInitializers) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionintgetPhase()Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.voidstart()Deprecated, for removal: This API element is subject to removal in a future version.voidstop()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.SmartLifecycle
isAutoStartup, stop
-
Constructor Details
-
DataInitializerManager
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
start
public void start()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
startin interfaceorg.springframework.context.Lifecycle
-
getPhase
public int getPhase()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getPhasein interfaceorg.springframework.context.Phased- Specified by:
getPhasein interfaceorg.springframework.context.SmartLifecycle
-
stop
public void stop()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
stopin interfaceorg.springframework.context.Lifecycle
-
isRunning
public boolean isRunning()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isRunningin interfaceorg.springframework.context.Lifecycle
-
initializeAllInThread
public void initializeAllInThread()Deprecated, for removal: This API element is subject to removal in a future version.
-