Class DefaultAddOnSystemSetupSupport
java.lang.Object
de.hybris.platform.commerceservices.setup.AbstractSystemSetup
de.hybris.platform.addonsupport.setup.impl.DefaultAddOnSystemSetupSupport
- All Implemented Interfaces:
AddOnSystemSetupSupport
public class DefaultAddOnSystemSetupSupport
extends AbstractSystemSetup
implements AddOnSystemSetupSupport
-
Field Summary
Fields inherited from class de.hybris.platform.commerceservices.setup.AbstractSystemSetup
BOOLEAN_FALSE, BOOLEAN_TRUEFields inherited from interface de.hybris.platform.addonsupport.setup.AddOnSystemSetupSupport
ACTIVATE_SOLR_CRON_JOBS, IMPORT_SITES, IMPORT_SYNC_CATALOGS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBooleanSystemSetupParameter(SystemSetupContext context, String key) Helper method for checking setting of a Boolean setup parameter.Abstract method to be implemented in subclasses.booleansynchronizeContentCatalog(SystemSetupContext context, String catalogName) booleansynchronizeProductCatalog(SystemSetupContext context, String catalogName) Methods inherited from class de.hybris.platform.commerceservices.setup.AbstractSystemSetup
activateSolrIndexerCronJobs, createBooleanSystemSetupParameter, createContentCatalogSyncJob, createProductCatalogSyncJob, createSolrIndexerCronJobs, executeCatalogSyncJob, executeSolrIndexerCronJob, getCatalogSyncJob, getCatalogVersionService, getDefaultValueForBooleanSystemSetupParameter, getEventService, getSetupImpexService, getSetupSolrIndexerService, getSetupSyncJobService, importImpexFile, importImpexFile, importImpexFile, isSyncRerunNeeded, logError, logInfo, setCatalogVersionService, setEventService, setSetupImpexService, setSetupSolrIndexerService, setSetupSyncJobServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.addonsupport.setup.AddOnSystemSetupSupport
executeSolrIndexerCronJob
-
Constructor Details
-
DefaultAddOnSystemSetupSupport
public DefaultAddOnSystemSetupSupport()
-
-
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.
-
synchronizeContentCatalog
- Specified by:
synchronizeContentCatalogin interfaceAddOnSystemSetupSupport
-
synchronizeProductCatalog
- Specified by:
synchronizeProductCatalogin interfaceAddOnSystemSetupSupport
-
getBooleanSystemSetupParameter
Description copied from class:AbstractSystemSetupHelper method for checking setting of a Boolean setup parameter.- Specified by:
getBooleanSystemSetupParameterin interfaceAddOnSystemSetupSupport- Overrides:
getBooleanSystemSetupParameterin classAbstractSystemSetup- Returns:
- true if parameter is set to Yes
-