Interface AddOnSystemSetupSupport
-
- All Known Implementing Classes:
DefaultAddOnSystemSetupSupport
public interface AddOnSystemSetupSupport
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringACTIVATE_SOLR_CRON_JOBSstatic java.lang.StringIMPORT_SITESstatic java.lang.StringIMPORT_SYNC_CATALOGS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecuteSolrIndexerCronJob(java.lang.String solrFacetSearchConfigName, boolean fullReIndex)booleangetBooleanSystemSetupParameter(SystemSetupContext context, java.lang.String key)booleansynchronizeContentCatalog(SystemSetupContext context, java.lang.String catalogName)booleansynchronizeProductCatalog(SystemSetupContext context, java.lang.String catalogName)
-
-
-
Field Detail
-
IMPORT_SITES
static final java.lang.String IMPORT_SITES
- See Also:
- Constant Field Values
-
IMPORT_SYNC_CATALOGS
static final java.lang.String IMPORT_SYNC_CATALOGS
- See Also:
- Constant Field Values
-
ACTIVATE_SOLR_CRON_JOBS
static final java.lang.String ACTIVATE_SOLR_CRON_JOBS
- See Also:
- Constant Field Values
-
-
Method Detail
-
synchronizeContentCatalog
boolean synchronizeContentCatalog(SystemSetupContext context, java.lang.String catalogName)
-
synchronizeProductCatalog
boolean synchronizeProductCatalog(SystemSetupContext context, java.lang.String catalogName)
-
getBooleanSystemSetupParameter
boolean getBooleanSystemSetupParameter(SystemSetupContext context, java.lang.String key)
-
executeSolrIndexerCronJob
void executeSolrIndexerCronJob(java.lang.String solrFacetSearchConfigName, boolean fullReIndex)
-
-