Uses of Class
com.hybris.backoffice.solrsearch.model.SolrModifiedItemModel
-
Packages that use SolrModifiedItemModel Package Description com.hybris.backoffice.solrsearch.daos com.hybris.backoffice.solrsearch.daos.impl com.hybris.backoffice.solrsearch.indexer.cron com.hybris.backoffice.solrsearch.model Contains generated models for each type of com.hybris.backoffice.solrsearch.jalo package. -
-
Uses of SolrModifiedItemModel in com.hybris.backoffice.solrsearch.daos
Methods in com.hybris.backoffice.solrsearch.daos that return types with arguments of type SolrModifiedItemModel Modifier and Type Method Description java.util.Collection<SolrModifiedItemModel>SolrModifiedItemDAO. findByModificationType(SolrItemModificationType modificationType)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SolrModifiedItemModel in com.hybris.backoffice.solrsearch.daos.impl
Methods in com.hybris.backoffice.solrsearch.daos.impl that return types with arguments of type SolrModifiedItemModel Modifier and Type Method Description protected java.util.List<SolrModifiedItemModel>DefaultSolrModifiedItemDAO. executeQuery(FlexibleSearchQuery query)Deprecated, for removal: This API element is subject to removal in a future version.java.util.Collection<SolrModifiedItemModel>DefaultSolrModifiedItemDAO. findByModificationType(SolrItemModificationType modificationType)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SolrModifiedItemModel in com.hybris.backoffice.solrsearch.indexer.cron
Methods in com.hybris.backoffice.solrsearch.indexer.cron that return types with arguments of type SolrModifiedItemModel Modifier and Type Method Description protected abstract java.util.Collection<SolrModifiedItemModel>AbstractBackofficeSolrIndexerJob. findModifiedItems()Deprecated, for removal: This API element is subject to removal in a future version.protected java.util.Collection<SolrModifiedItemModel>BackofficeSolrIndexerDeleteJob. findModifiedItems()Deprecated, for removal: This API element is subject to removal in a future version.protected java.util.Collection<SolrModifiedItemModel>BackofficeSolrIndexerUpdateJob. findModifiedItems()Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.hybris.backoffice.solrsearch.indexer.cron with parameters of type SolrModifiedItemModel Modifier and Type Method Description protected booleanBackofficeSolrIndexerUpdateJob. isItemExisting(SolrModifiedItemModel modifiedItem)Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in com.hybris.backoffice.solrsearch.indexer.cron with type arguments of type SolrModifiedItemModel Modifier and Type Method Description protected voidAbstractBackofficeSolrIndexerJob. synchronizeIndexAndRemoveModifiedItems(java.util.Collection<SolrModifiedItemModel> modifiedItemModels)Deprecated, for removal: This API element is subject to removal in a future version.protected voidAbstractBackofficeSolrIndexerJob. synchronizeIndexForConfig(SolrFacetSearchConfigModel config, java.util.List<SolrModifiedItemModel> items)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SolrModifiedItemModel in com.hybris.backoffice.solrsearch.model
Methods in com.hybris.backoffice.solrsearch.model that return types with arguments of type SolrModifiedItemModel Modifier and Type Method Description java.util.Collection<SolrModifiedItemModel>BackofficeSolrIndexerCronJobModel. getModifiedItems()Generated method - Getter of theBackofficeSolrIndexerCronJob.modifiedItemsattribute defined at extensionbackofficesolrsearch.Method parameters in com.hybris.backoffice.solrsearch.model with type arguments of type SolrModifiedItemModel Modifier and Type Method Description voidBackofficeSolrIndexerCronJobModel. setModifiedItems(java.util.Collection<SolrModifiedItemModel> value)Generated method - Setter ofBackofficeSolrIndexerCronJob.modifiedItemsattribute defined at extensionbackofficesolrsearch.
-