Uses of Enum Class
de.hybris.platform.searchservices.enums.SnIndexerOperationType
Packages that use SnIndexerOperationType
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
-
Uses of SnIndexerOperationType in de.hybris.platform.searchprovidercssearchservices.spi.service.impl
Methods in de.hybris.platform.searchprovidercssearchservices.spi.service.impl that return SnIndexerOperationTypeModifier and TypeMethodDescriptionprotected SnIndexerOperationTypeCSSearchSnSearchProvider.convertIndexerOperationType(IndexerOperationTypeDTO source) Methods in de.hybris.platform.searchprovidercssearchservices.spi.service.impl with parameters of type SnIndexerOperationTypeModifier and TypeMethodDescriptionprotected IndexerOperationTypeDTOCSSearchSnSearchProvider.convertIndexerOperationType(SnIndexerOperationType source) CSSearchSnSearchProvider.createIndexerOperation(SnContext context, SnIndexerOperationType indexerOperationType, int totalItems) -
Uses of SnIndexerOperationType in de.hybris.platform.searchservices.enums
Methods in de.hybris.platform.searchservices.enums that return SnIndexerOperationTypeModifier and TypeMethodDescriptionstatic SnIndexerOperationTypeReturns the enum constant of this class with the specified name.static SnIndexerOperationType[]SnIndexerOperationType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SnIndexerOperationType in de.hybris.platform.searchservices.indexer.data
Methods in de.hybris.platform.searchservices.indexer.data that return SnIndexerOperationTypeMethods in de.hybris.platform.searchservices.indexer.data with parameters of type SnIndexerOperationTypeModifier and TypeMethodDescriptionvoidSnIndexerOperation.setOperationType(SnIndexerOperationType operationType) -
Uses of SnIndexerOperationType in de.hybris.platform.searchservices.indexer.service
Methods in de.hybris.platform.searchservices.indexer.service that return SnIndexerOperationTypeModifier and TypeMethodDescriptionSnIndexerContext.getIndexerOperationType()Returns the indexer operation type.SnIndexerRequest.getIndexerOperationType()Returns the indexer operation type. -
Uses of SnIndexerOperationType in de.hybris.platform.searchservices.indexer.service.impl
Methods in de.hybris.platform.searchservices.indexer.service.impl that return SnIndexerOperationTypeModifier and TypeMethodDescriptionDefaultSnIndexerBatchCallable.getIndexerOperationType()DefaultSnIndexerContext.getIndexerOperationType()DefaultSnIndexerRequest.getIndexerOperationType()Constructors in de.hybris.platform.searchservices.indexer.service.impl with parameters of type SnIndexerOperationTypeModifierConstructorDescriptionDefaultSnIndexerBatchRequest(String indexTypeId, String indexId, SnIndexerOperationType indexerOperationType, List<SnIndexerItemSourceOperation> indexerItemSourceOperations, String indexerOperationId, String indexerBatchId) DefaultSnIndexerBatchRequest(String indexTypeId, String indexId, SnIndexerOperationType indexerOperationType, List<SnIndexerItemSourceOperation> indexerItemSourceOperations, String indexerOperationId, String indexerBatchId, SnProgressTracker progressTracker) DefaultSnIndexerRequest(String indexTypeId, SnIndexerOperationType indexerOperationType, List<SnIndexerItemSourceOperation> indexerItemSourceOperations) DefaultSnIndexerRequest(String indexTypeId, SnIndexerOperationType indexerOperationType, List<SnIndexerItemSourceOperation> indexerItemSourceOperations, SnProgressTracker progressTracker) -
Uses of SnIndexerOperationType in de.hybris.platform.searchservices.spi.service
Methods in de.hybris.platform.searchservices.spi.service with parameters of type SnIndexerOperationTypeModifier and TypeMethodDescriptionSnSearchProvider.createIndexerOperation(SnContext context, SnIndexerOperationType indexerOperationType, int totalItems) Creates a new indexer operation.