@SystemSetup(extension="chineseaddressaddon") public class ChineseAddressAddonInitialDataSetup extends AbstractSystemSetup
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELECTRONICS |
static java.lang.String |
MARKETPLACE |
static java.lang.String |
POWERTOOLS |
BOOLEAN_FALSE, BOOLEAN_TRUE| Constructor and Description |
|---|
ChineseAddressAddonInitialDataSetup() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addImportData(java.util.List<ImportData> importDataList,
java.lang.String site)
add importData to importDatalist
|
void |
createEssentialData(SystemSetupContext context) |
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, setSetupSyncJobServicepublic static final java.lang.String ELECTRONICS
public static final java.lang.String MARKETPLACE
public static final java.lang.String POWERTOOLS
@SystemSetupParameterMethod public java.util.List<SystemSetupParameter> getInitializationOptions()
AbstractSystemSetupgetInitializationOptions in class AbstractSystemSetup@SystemSetup(type=PROJECT, process=ALL) public void createEssentialData(SystemSetupContext context)
protected void addImportData(java.util.List<ImportData> importDataList, java.lang.String site)
importDataList - is used for setting parameter of
ProductCatalogName,ContentCatalogName,StoreName. That is used
for import data.site - is parameter for chose which site's data should be import.Copyright © 2017 SAP SE. All Rights Reserved.