Class DefaultBackofficeSolrSearchImpexImportSystemSetup
- java.lang.Object
-
- com.hybris.backoffice.search.setup.impl.AbstractBackofficeSearchImpexImportSystemSetup
-
- com.hybris.backoffice.solrsearch.setup.impl.DefaultBackofficeSolrSearchImpexImportSystemSetup
-
- All Implemented Interfaces:
BackofficeSearchImpexImportSystemSetup
@SystemSetup(extension="backofficesolrsearch") public class DefaultBackofficeSolrSearchImpexImportSystemSetup extends AbstractBackofficeSearchImpexImportSystemSetup
-
-
Constructor Summary
Constructors Constructor Description DefaultBackofficeSolrSearchImpexImportSystemSetup(ImportService importService, CommonI18NService commonI18NService, ModelService modelService, CronJobService cronJobService, ConfigurationService configurationService, BackofficeSearchSystemSetupConfig backofficeSolrSearchSystemSetupConfig, FileBasedImpExResourceFactory fileBasedImpExResourceFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidadjustIndexUpdatingCronjob()protected org.slf4j.LoggergetLOG()-
Methods inherited from class com.hybris.backoffice.search.setup.impl.AbstractBackofficeSearchImpexImportSystemSetup
getCommonI18NService, getConfig, getConfigurationService, getCronJobService, getFileBasedImpExResourceFactory, getImportService, getModelService, importImpex, importImpexFileWithLogging, importLocalizedImpexFiles, resolveLocalizedFilePath, tryToImportImpexFile
-
-
-
-
Constructor Detail
-
DefaultBackofficeSolrSearchImpexImportSystemSetup
public DefaultBackofficeSolrSearchImpexImportSystemSetup(ImportService importService, CommonI18NService commonI18NService, ModelService modelService, CronJobService cronJobService, ConfigurationService configurationService, BackofficeSearchSystemSetupConfig backofficeSolrSearchSystemSetupConfig, FileBasedImpExResourceFactory fileBasedImpExResourceFactory)
-
-
Method Detail
-
adjustIndexUpdatingCronjob
protected void adjustIndexUpdatingCronjob()
- Specified by:
adjustIndexUpdatingCronjobin classAbstractBackofficeSearchImpexImportSystemSetup
-
getLOG
protected org.slf4j.Logger getLOG()
- Specified by:
getLOGin classAbstractBackofficeSearchImpexImportSystemSetup
-
-