Uses of Class
de.hybris.platform.searchservices.index.SnIndexException
-
Packages that use SnIndexException Package Description de.hybris.platform.searchservices.index.service de.hybris.platform.searchservices.index.service.impl -
-
Uses of SnIndexException in de.hybris.platform.searchservices.index.service
Methods in de.hybris.platform.searchservices.index.service that throw SnIndexException Modifier and Type Method Description SnIndexContextSnIndexContextFactory. createIndexContext(java.lang.String indexTypeId)Creates a new instance ofSnIndexContext.voidSnIndexService. deleteIndexForId(java.lang.String indexTypeId, java.lang.String indexId)Deletes the index with the given id.java.lang.StringSnIndexService. getDefaultIndexId(java.lang.String indexTypeId)Returns the default index id for the given index type id. -
Uses of SnIndexException in de.hybris.platform.searchservices.index.service.impl
Methods in de.hybris.platform.searchservices.index.service.impl that throw SnIndexException Modifier and Type Method Description voidDefaultSnIndexService. deleteIndexForId(java.lang.String indexTypeId, java.lang.String indexId)java.lang.StringDefaultSnIndexService. getDefaultIndexId(java.lang.String indexTypeId)
-