Class AbstractBackofficeSearchSystemSetupConfig
java.lang.Object
com.hybris.backoffice.search.setup.impl.AbstractBackofficeSearchSystemSetupConfig
- All Implemented Interfaces:
BackofficeSearchSystemSetupConfig
- Direct Known Subclasses:
DefaultBackofficeSearchservicesSystemSetupConfig,DefaultBackofficeSolrSearchSystemSetupConfig
public class AbstractBackofficeSearchSystemSetupConfig
extends Object
implements BackofficeSearchSystemSetupConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ConfigStringResolvergetConfigurationRoots(String configuredRootsKey) booleanisExtensionLoaded(String extensionNameToCheck) Checks whether target extension is loaded
-
Constructor Details
-
AbstractBackofficeSearchSystemSetupConfig
-
-
Method Details
-
getLocalizedRootNames
- Specified by:
getLocalizedRootNamesin interfaceBackofficeSearchSystemSetupConfig- Returns:
- Collection of fully qualified root names of localized impex files to import
-
getNonLocalizedRootNames
- Specified by:
getNonLocalizedRootNamesin interfaceBackofficeSearchSystemSetupConfig- Returns:
- Collection of fully qualified names of non localized impex files to import
-
getConfigurationRoots
-
getFileEncoding
- Specified by:
getFileEncodingin interfaceBackofficeSearchSystemSetupConfig- Returns:
- Configured file encoding for imported files
-
getRootNameLanguageSeparator
- Specified by:
getRootNameLanguageSeparatorin interfaceBackofficeSearchSystemSetupConfig- Returns:
- Literal for separation between root name and language code
-
getListSeparator
- Specified by:
getListSeparatorin interfaceBackofficeSearchSystemSetupConfig- Returns:
- Literal for separation of files in configuration
-
isExtensionLoaded
Checks whether target extension is loaded -
getConfigStringResolver
-