@SystemSetup(extension="c4ccustomer") public class DataSetup extends AbstractSystemSetup
BOOLEAN_FALSE, BOOLEAN_TRUE| Constructor and Description |
|---|
DataSetup() |
| Modifier and Type | Method and Description |
|---|---|
void |
createEssentialData()
Create essential data.
|
void |
createProjectData(SystemSetupContext context)
This method will be called during the system initialization.
|
protected void |
createScript(java.lang.String modelId,
java.lang.String scriptResource) |
java.util.List<SystemSetupParameter> |
getInitializationOptions()
Abstract method to be implemented in subclasses.
|
protected java.lang.String |
readFromResource(java.lang.String resource) |
void |
setFlexibleSearchService(FlexibleSearchService flexibleSearchService) |
void |
setModelService(ModelService modelService) |
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()
@SystemSetup(type=PROJECT, process=ALL) public void createProjectData(SystemSetupContext context)
context - the context providing selected parameters and valuesprotected void createScript(java.lang.String modelId,
java.lang.String scriptResource)
protected java.lang.String readFromResource(java.lang.String resource)
public void setModelService(ModelService modelService)
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
public java.util.List<SystemSetupParameter> getInitializationOptions()
AbstractSystemSetupgetInitializationOptions in class AbstractSystemSetupCopyright © 2018 SAP SE. All Rights Reserved.