Uses of Class
de.hybris.platform.searchprovidercssearchservices.indexer.data.IndexerOperationStatusDTO
-
Packages that use IndexerOperationStatusDTO Package Description de.hybris.platform.searchprovidercssearchservices.indexer.data de.hybris.platform.searchprovidercssearchservices.spi.service.impl -
-
Uses of IndexerOperationStatusDTO in de.hybris.platform.searchprovidercssearchservices.indexer.data
Methods in de.hybris.platform.searchprovidercssearchservices.indexer.data that return IndexerOperationStatusDTO Modifier and Type Method Description IndexerOperationStatusDTOIndexerOperationDTO. getStatus()static IndexerOperationStatusDTOIndexerOperationStatusDTO. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IndexerOperationStatusDTO[]IndexerOperationStatusDTO. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.searchprovidercssearchservices.indexer.data with parameters of type IndexerOperationStatusDTO Modifier and Type Method Description voidIndexerOperationDTO. 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 IndexerOperationStatusDTO Modifier and Type Method Description protected IndexerOperationStatusDTOCSSearchSnSearchProvider. convertIndexerOperationStatus(SnIndexerOperationStatus source)Methods in de.hybris.platform.searchprovidercssearchservices.spi.service.impl with parameters of type IndexerOperationStatusDTO Modifier and Type Method Description protected SnIndexerOperationStatusCSSearchSnSearchProvider. convertIndexerOperationStatus(IndexerOperationStatusDTO source)
-