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_TRUE
-
Fields inherited from interface de.hybris.platform.addonsupport.setup.AddOnSystemSetupSupport
ACTIVATE_SOLR_CRON_JOBS, IMPORT_SITES, IMPORT_SYNC_CATALOGS
-
-
Constructor Summary
Constructors Constructor Description DefaultAddOnSystemSetupSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetBooleanSystemSetupParameter(SystemSetupContext context, java.lang.String key)Helper method for checking setting of a Boolean setup parameter.java.util.List<SystemSetupParameter>getInitializationOptions()Abstract method to be implemented in subclasses.booleansynchronizeContentCatalog(SystemSetupContext context, java.lang.String catalogName)booleansynchronizeProductCatalog(SystemSetupContext context, java.lang.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, setSetupSyncJobService
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.addonsupport.setup.AddOnSystemSetupSupport
executeSolrIndexerCronJob
-
-
-
-
Method Detail
-
getInitializationOptions
public java.util.List<SystemSetupParameter> 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
public boolean synchronizeContentCatalog(SystemSetupContext context, java.lang.String catalogName)
- Specified by:
synchronizeContentCatalogin interfaceAddOnSystemSetupSupport
-
synchronizeProductCatalog
public boolean synchronizeProductCatalog(SystemSetupContext context, java.lang.String catalogName)
- Specified by:
synchronizeProductCatalogin interfaceAddOnSystemSetupSupport
-
getBooleanSystemSetupParameter
public boolean getBooleanSystemSetupParameter(SystemSetupContext context, java.lang.String key)
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
-
-