Class DefaultSnContextFactory
java.lang.Object
de.hybris.platform.searchservices.core.service.impl.DefaultSnContextFactory
- All Implemented Interfaces:
SnContextFactory
- Direct Known Subclasses:
DefaultSnIndexContextFactory
Default implementation for
SnContextFactory.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Map<String,List<SnQualifier>> collectQualifiers(DefaultSnContext context) createContext(String indexTypeId) Creates a new instance ofSnContext.protected voidpopulateContext(DefaultSnContext context, String indexTypeId) voidsetSnIndexConfigurationService(SnIndexConfigurationService snIndexConfigurationService) voidsetSnIndexTypeService(SnIndexTypeService snIndexTypeService) voidsetSnQualifierTypeFactory(SnQualifierTypeFactory snQualifierTypeFactory)
-
Constructor Details
-
DefaultSnContextFactory
public DefaultSnContextFactory()
-
-
Method Details
-
createContext
Description copied from interface:SnContextFactoryCreates a new instance ofSnContext.- Specified by:
createContextin interfaceSnContextFactory- Parameters:
indexTypeId- - the index type id- Returns:
- the new instance of
SnContext
-
populateContext
-
collectQualifiers
-
getSnIndexConfigurationService
-
setSnIndexConfigurationService
-
getSnIndexTypeService
-
setSnIndexTypeService
-
getSnQualifierTypeFactory
-
setSnQualifierTypeFactory
-