Uses of Class
de.hybris.platform.searchservices.enums.SnIndexerOperationStatus
-
Packages that use SnIndexerOperationStatus Package Description de.hybris.platform.searchprovidercssearchservices.spi.service.impl de.hybris.platform.searchservices.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.searchservices.indexer.data de.hybris.platform.searchservices.indexer.service.impl de.hybris.platform.searchservices.spi.service -
-
Uses of SnIndexerOperationStatus in de.hybris.platform.searchprovidercssearchservices.spi.service.impl
Methods in de.hybris.platform.searchprovidercssearchservices.spi.service.impl that return SnIndexerOperationStatus Modifier and Type Method Description protected SnIndexerOperationStatusCSSearchSnSearchProvider. convertIndexerOperationStatus(IndexerOperationStatusDTO source)Methods in de.hybris.platform.searchprovidercssearchservices.spi.service.impl with parameters of type SnIndexerOperationStatus Modifier and Type Method Description protected IndexerOperationStatusDTOCSSearchSnSearchProvider. convertIndexerOperationStatus(SnIndexerOperationStatus source)SnIndexerOperationCSSearchSnSearchProvider. updateIndexerOperationStatus(SnContext context, java.lang.String indexerOperationId, SnIndexerOperationStatus status, java.lang.String errorMessage) -
Uses of SnIndexerOperationStatus in de.hybris.platform.searchservices.enums
Methods in de.hybris.platform.searchservices.enums that return SnIndexerOperationStatus Modifier and Type Method Description static SnIndexerOperationStatusSnIndexerOperationStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SnIndexerOperationStatus[]SnIndexerOperationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SnIndexerOperationStatus in de.hybris.platform.searchservices.indexer.data
Methods in de.hybris.platform.searchservices.indexer.data that return SnIndexerOperationStatus Modifier and Type Method Description SnIndexerOperationStatusSnIndexerOperation. getStatus()Methods in de.hybris.platform.searchservices.indexer.data with parameters of type SnIndexerOperationStatus Modifier and Type Method Description voidSnIndexerOperation. setStatus(SnIndexerOperationStatus status) -
Uses of SnIndexerOperationStatus in de.hybris.platform.searchservices.indexer.service.impl
Methods in de.hybris.platform.searchservices.indexer.service.impl with parameters of type SnIndexerOperationStatus Modifier and Type Method Description protected voidDefaultSnIndexerStrategy. updateIndexerOperationStatusQuietly(SnIndexerContext indexerContext, SnIndexerOperationStatus status, java.lang.Exception exception) -
Uses of SnIndexerOperationStatus in de.hybris.platform.searchservices.spi.service
Methods in de.hybris.platform.searchservices.spi.service with parameters of type SnIndexerOperationStatus Modifier and Type Method Description SnIndexerOperationSnSearchProvider. updateIndexerOperationStatus(SnContext context, java.lang.String indexerOperationId, SnIndexerOperationStatus status, java.lang.String errorMessage)Updates the status of an indexer operation.
-