Class DefaultBackofficeSearchservicesImpexImportSystemSetup
- java.lang.Object
-
- com.hybris.backoffice.search.setup.impl.AbstractBackofficeSearchImpexImportSystemSetup
-
- com.hybris.backoffice.searchservices.setup.impl.DefaultBackofficeSearchservicesImpexImportSystemSetup
-
- All Implemented Interfaces:
BackofficeSearchImpexImportSystemSetup
@SystemSetup(extension="backofficesearchservices") public class DefaultBackofficeSearchservicesImpexImportSystemSetup extends AbstractBackofficeSearchImpexImportSystemSetup
-
-
Constructor Summary
Constructors Constructor Description DefaultBackofficeSearchservicesImpexImportSystemSetup(ImportService importService, CommonI18NService commonI18NService, ModelService modelService, CronJobService cronJobService, ConfigurationService configurationService, BackofficeSearchSystemSetupConfig backofficeSearchservicesSystemSetupConfig, 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
-
DefaultBackofficeSearchservicesImpexImportSystemSetup
public DefaultBackofficeSearchservicesImpexImportSystemSetup(ImportService importService, CommonI18NService commonI18NService, ModelService modelService, CronJobService cronJobService, ConfigurationService configurationService, BackofficeSearchSystemSetupConfig backofficeSearchservicesSystemSetupConfig, FileBasedImpExResourceFactory fileBasedImpExResourceFactory)
-
-
Method Detail
-
adjustIndexUpdatingCronjob
protected void adjustIndexUpdatingCronjob()
- Specified by:
adjustIndexUpdatingCronjobin classAbstractBackofficeSearchImpexImportSystemSetup
-
getLOG
protected org.slf4j.Logger getLOG()
- Specified by:
getLOGin classAbstractBackofficeSearchImpexImportSystemSetup
-
-