Class PowertoolsStoreSystemSetup
java.lang.Object
de.hybris.platform.commerceservices.setup.AbstractSystemSetup
de.hybris.platform.powertoolsstore.setup.PowertoolsStoreSystemSetup
@SystemSetup(extension="powertoolsstore")
public class PowertoolsStoreSystemSetup
extends AbstractSystemSetup
-
Field Summary
FieldsFields inherited from class de.hybris.platform.commerceservices.setup.AbstractSystemSetup
BOOLEAN_FALSE, BOOLEAN_TRUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateProjectData(SystemSetupContext context) This method will be called during the system initialization.Abstract method to be implemented in subclasses.voidsetCoreDataImportService(CoreDataImportService coreDataImportService) voidsetPowertoolsSampleDataImportService(PowertoolsSampleDataImportService powertoolsSampleDataImportService) Methods inherited from class de.hybris.platform.commerceservices.setup.AbstractSystemSetup
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
-
Field Details
-
POWERTOOLS
- See Also:
-
POWERTOOLS_STANDALONE
- See Also:
-
-
Constructor Details
-
PowertoolsStoreSystemSetup
public PowertoolsStoreSystemSetup()
-
-
Method Details
-
getInitializationOptions
Description copied from class:AbstractSystemSetupAbstract method to be implemented in subclasses.- Specified by:
getInitializationOptionsin classAbstractSystemSetup- Returns:
- the list of SystemSetupParameters for the SystemSetup class.
-
createProjectData
This method will be called during the system initialization.- Parameters:
context- the context provides the selected parameters and values
-
getCoreDataImportService
-
setCoreDataImportService
-
getPowertoolsSampleDataImportService
-
setPowertoolsSampleDataImportService
public void setPowertoolsSampleDataImportService(PowertoolsSampleDataImportService powertoolsSampleDataImportService)
-