Uses of Enum Class
de.hybris.platform.searchprovidercssearchservices.indexer.data.IndexerOperationStatusDTO
Packages that use IndexerOperationStatusDTO
Package
Description
-
Uses of IndexerOperationStatusDTO in de.hybris.platform.searchprovidercssearchservices.indexer.data
Methods in de.hybris.platform.searchprovidercssearchservices.indexer.data that return IndexerOperationStatusDTOModifier and TypeMethodDescriptionIndexerOperationDTO.getStatus()static IndexerOperationStatusDTOReturns the enum constant of this class with the specified name.static IndexerOperationStatusDTO[]IndexerOperationStatusDTO.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.searchprovidercssearchservices.indexer.data with parameters of type IndexerOperationStatusDTOModifier and TypeMethodDescriptionvoidIndexerOperationDTO.setStatus(IndexerOperationStatusDTO status) -
Uses of IndexerOperationStatusDTO in de.hybris.platform.searchprovidercssearchservices.spi.service.impl
Methods in de.hybris.platform.searchprovidercssearchservices.spi.service.impl that return IndexerOperationStatusDTOModifier and TypeMethodDescriptionprotected IndexerOperationStatusDTOCSSearchSnSearchProvider.convertIndexerOperationStatus(SnIndexerOperationStatus source) Methods in de.hybris.platform.searchprovidercssearchservices.spi.service.impl with parameters of type IndexerOperationStatusDTOModifier and TypeMethodDescriptionprotected SnIndexerOperationStatusCSSearchSnSearchProvider.convertIndexerOperationStatus(IndexerOperationStatusDTO source)