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
public class DefaultSnIndexContext extends DefaultSnContext implements SnIndexContext
Default implementation ofSnIndexContext.
-
-
Constructor Summary
Constructors Constructor Description DefaultSnIndexContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetIndexId()Returns the index id.voidsetIndexId(java.lang.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, setQualifiers
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.searchservices.core.service.SnContext
addException, getAttributes, getExceptions, getIndexConfiguration, getIndexType, getQualifiers
-
-
-
-
Method Detail
-
getIndexId
public java.lang.String getIndexId()
Description copied from interface:SnIndexContextReturns the index id.- Specified by:
getIndexIdin interfaceSnIndexContext- Returns:
- the index id
-
setIndexId
public void setIndexId(java.lang.String indexId)
Description copied from interface:SnIndexContextSets the index id.- Specified by:
setIndexIdin interfaceSnIndexContext- Parameters:
indexId- - the index id
-
-