Uses of Class
de.hybris.platform.searchservices.indexer.data.SnIndexerOperation
-
Packages that use SnIndexerOperation Package Description de.hybris.platform.searchprovidercssearchservices.spi.service.impl de.hybris.platform.searchservices.spi.service -
-
Uses of SnIndexerOperation in de.hybris.platform.searchprovidercssearchservices.spi.service.impl
Methods in de.hybris.platform.searchprovidercssearchservices.spi.service.impl that return SnIndexerOperation Modifier and Type Method Description protected SnIndexerOperationCSSearchSnSearchProvider. convertIndexerOperation(IndexerOperationDTO source)SnIndexerOperationCSSearchSnSearchProvider. createIndexerOperation(SnContext context, SnIndexerOperationType indexerOperationType, int totalItems)SnIndexerOperationCSSearchSnSearchProvider. updateIndexerOperationStatus(SnContext context, java.lang.String indexerOperationId, SnIndexerOperationStatus status, java.lang.String errorMessage) -
Uses of SnIndexerOperation in de.hybris.platform.searchservices.spi.service
Methods in de.hybris.platform.searchservices.spi.service that return SnIndexerOperation Modifier and Type Method Description SnIndexerOperationSnSearchProvider. createIndexerOperation(SnContext context, SnIndexerOperationType indexerOperationType, int totalItems)Creates a new indexer operation.SnIndexerOperationSnSearchProvider. updateIndexerOperationStatus(SnContext context, java.lang.String indexerOperationId, SnIndexerOperationStatus status, java.lang.String errorMessage)Updates the status of an indexer operation.
-