Class UnifiedUIBackofficeServicesSystemSetup
java.lang.Object
de.hybris.platform.commerceservices.setup.AbstractSystemSetup
de.hybris.platform.unifieduibackofficeservices.setup.UnifiedUIBackofficeServicesSystemSetup
@SystemSetup(extension="unifieduibackofficeservices")
public class UnifiedUIBackofficeServicesSystemSetup
extends de.hybris.platform.commerceservices.setup.AbstractSystemSetup
The UnifiedUI Backoffice services system setup class to synchronize the ATPCO product during the initialization of the system.
-
Field Summary
Fields inherited from class de.hybris.platform.commerceservices.setup.AbstractSystemSetup
BOOLEAN_FALSE, BOOLEAN_TRUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ImportDatacreateImportData(String productCatalogName, List<String> sites) voidcreateProjectData(de.hybris.platform.core.initialization.SystemSetupContext context) This method will be called during the system initialization.List<de.hybris.platform.core.initialization.SystemSetupParameter>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
-
Constructor Details
-
UnifiedUIBackofficeServicesSystemSetup
public UnifiedUIBackofficeServicesSystemSetup()
-
-
Method Details
-
getInitializationOptions
- Specified by:
getInitializationOptionsin classde.hybris.platform.commerceservices.setup.AbstractSystemSetup
-
createProjectData
@SystemSetup(type=PROJECT, process=INIT) public void createProjectData(de.hybris.platform.core.initialization.SystemSetupContext context) This method will be called during the system initialization. It will run the unifiedUIUpdateATPCOServicesCronJob to synchronize the ATPCO services and ShoppingBaggageProducts in the system. After the synchronization the product references will be imported.- Parameters:
context- the context provides the selected parameters and values
-
createImportData
-