Class DefaultSnIndexContext
java.lang.Object
de.hybris.platform.searchservices.core.service.impl.DefaultSnContext
de.hybris.platform.searchservices.index.service.impl.DefaultSnIndexContext
- All Implemented Interfaces:
SnContext,SnIndexContext
- Direct Known Subclasses:
DefaultSnIndexerContext,DefaultSnSearchContext,DefaultSnSuggestContext
Default implementation of
SnIndexContext.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the index id.voidsetIndexId(String indexId) Sets the index id.Methods inherited from class de.hybris.platform.searchservices.core.service.impl.DefaultSnContext
addException, getAttributes, getExceptions, getIndexConfiguration, getIndexType, getQualifiers, setIndexConfiguration, setIndexType, setQualifiersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.searchservices.core.service.SnContext
addException, getAttributes, getExceptions, getIndexConfiguration, getIndexType, getQualifiers
-
Constructor Details
-
DefaultSnIndexContext
public DefaultSnIndexContext()
-
-
Method Details
-
getIndexId
Description copied from interface:SnIndexContextReturns the index id.- Specified by:
getIndexIdin interfaceSnIndexContext- Returns:
- the index id
-
setIndexId
Description copied from interface:SnIndexContextSets the index id.- Specified by:
setIndexIdin interfaceSnIndexContext- Parameters:
indexId- - the index id
-