@SystemSetup(extension="ordermanagementaddon") public class OrderManagementAddonSetup extends AbstractSystemSetup
BOOLEAN_FALSE, BOOLEAN_TRUE| Constructor and Description |
|---|
OrderManagementAddonSetup() |
| Modifier and Type | Method and Description |
|---|---|
void |
createEssentialData(SystemSetupContext context)
This method will be called by system creator during initialization and system update.
|
void |
createProjectData(SystemSetupContext context)
This method will be called during the system initialization.
|
protected java.util.List<java.lang.String> |
getExtensionNames() |
java.util.List<SystemSetupParameter> |
getInitializationOptions()
Abstract method to be implemented in subclasses.
|
activateSolrIndexerCronJobs, createBooleanSystemSetupParameter, createContentCatalogSyncJob, createProductCatalogSyncJob, createSolrIndexerCronJobs, executeCatalogSyncJob, executeSolrIndexerCronJob, getBooleanSystemSetupParameter, getCatalogSyncJob, getCatalogVersionService, getDefaultValueForBooleanSystemSetupParameter, getEventService, getSetupImpexService, getSetupSolrIndexerService, getSetupSyncJobService, importImpexFile, importImpexFile, importImpexFile, isSyncRerunNeeded, logError, logInfo, setCatalogVersionService, setEventService, setSetupImpexService, setSetupSolrIndexerService, setSetupSyncJobService@SystemSetup(type=ESSENTIAL, process=ALL) public void createEssentialData(SystemSetupContext context)
context - the context provides the selected parameters and values@SystemSetupParameterMethod public java.util.List<SystemSetupParameter> getInitializationOptions()
AbstractSystemSetupgetInitializationOptions in class AbstractSystemSetup@SystemSetup(type=PROJECT, process=ALL) public void createProjectData(SystemSetupContext context)
context - the context provides the selected parameters and valuesprotected java.util.List<java.lang.String> getExtensionNames()
Copyright © 2018 SAP SE. All Rights Reserved.