@SystemSetup(extension="powertoolsstore") public class PowertoolsStoreSystemSetup extends AbstractSystemSetup
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
POWERTOOLS |
BOOLEAN_FALSE, BOOLEAN_TRUE| Constructor and Description |
|---|
PowertoolsStoreSystemSetup() |
| Modifier and Type | Method and Description |
|---|---|
void |
createProjectData(SystemSetupContext context)
This method will be called during the system initialization.
|
java.util.List<SystemSetupParameter> |
getInitializationOptions()
Abstract method to be implemented in subclasses.
|
PowertoolsCoreDataImportService |
getPowertoolsCoreDataImportService() |
PowertoolsSampleDataImportService |
getPowertoolsSampleDataImportService() |
void |
setPowertoolsCoreDataImportService(PowertoolsCoreDataImportService powertoolsCoreDataImportService) |
void |
setPowertoolsSampleDataImportService(PowertoolsSampleDataImportService powertoolsSampleDataImportService) |
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 POWERTOOLS
@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 valuespublic PowertoolsCoreDataImportService getPowertoolsCoreDataImportService()
public void setPowertoolsCoreDataImportService(PowertoolsCoreDataImportService powertoolsCoreDataImportService)
public PowertoolsSampleDataImportService getPowertoolsSampleDataImportService()
public void setPowertoolsSampleDataImportService(PowertoolsSampleDataImportService powertoolsSampleDataImportService)
Copyright © 2018 SAP SE. All Rights Reserved.