Uses of Class
com.hybris.backoffice.solrsearch.model.BackofficeIndexedTypeToSolrFacetSearchConfigModel
-
-
Uses of BackofficeIndexedTypeToSolrFacetSearchConfigModel in com.hybris.backoffice.solrsearch.cache
Methods in com.hybris.backoffice.solrsearch.cache that return BackofficeIndexedTypeToSolrFacetSearchConfigModel Modifier and Type Method Description BackofficeIndexedTypeToSolrFacetSearchConfigModel
BackofficeFacetSearchConfigCache. getSearchConfigForTypeCode(java.lang.String typeCode)
Methods in com.hybris.backoffice.solrsearch.cache with parameters of type BackofficeIndexedTypeToSolrFacetSearchConfigModel Modifier and Type Method Description void
BackofficeFacetSearchConfigCache. putSearchConfigForTypeCode(java.lang.String typeCode, BackofficeIndexedTypeToSolrFacetSearchConfigModel searchConfig)
-
Uses of BackofficeIndexedTypeToSolrFacetSearchConfigModel in com.hybris.backoffice.solrsearch.cache.impl
Methods in com.hybris.backoffice.solrsearch.cache.impl that return BackofficeIndexedTypeToSolrFacetSearchConfigModel Modifier and Type Method Description BackofficeIndexedTypeToSolrFacetSearchConfigModel
DefaultBackofficeFacetSearchConfigCache. getSearchConfigForTypeCode(java.lang.String typeCode)
Methods in com.hybris.backoffice.solrsearch.cache.impl with parameters of type BackofficeIndexedTypeToSolrFacetSearchConfigModel Modifier and Type Method Description void
DefaultBackofficeFacetSearchConfigCache. putSearchConfigForTypeCode(java.lang.String typeCode, BackofficeIndexedTypeToSolrFacetSearchConfigModel facetSearchConfig)
-
Uses of BackofficeIndexedTypeToSolrFacetSearchConfigModel in com.hybris.backoffice.solrsearch.daos
Methods in com.hybris.backoffice.solrsearch.daos that return types with arguments of type BackofficeIndexedTypeToSolrFacetSearchConfigModel Modifier and Type Method Description java.util.Collection<BackofficeIndexedTypeToSolrFacetSearchConfigModel>
SolrFacetSearchConfigDAO. findAllSearchConfigs()
java.util.Collection<BackofficeIndexedTypeToSolrFacetSearchConfigModel>
SolrFacetSearchConfigDAO. findSearchConfigurationsForName(java.lang.String facetSearchConfigName)
Finds list ofBackofficeIndexedTypeToSolrFacetSearchConfigModel
for given facetSearchConfig name.java.util.Collection<BackofficeIndexedTypeToSolrFacetSearchConfigModel>
SolrFacetSearchConfigDAO. findSearchConfigurationsForTypes(java.util.List<ComposedTypeModel> composedTypes)
Finds list ofBackofficeIndexedTypeToSolrFacetSearchConfigModel
for given composedTypes. -
Uses of BackofficeIndexedTypeToSolrFacetSearchConfigModel in com.hybris.backoffice.solrsearch.daos.impl
Methods in com.hybris.backoffice.solrsearch.daos.impl that return types with arguments of type BackofficeIndexedTypeToSolrFacetSearchConfigModel Modifier and Type Method Description java.util.List<BackofficeIndexedTypeToSolrFacetSearchConfigModel>
DefaultSolrFacetSearchConfigDAO. findAllSearchConfigs()
java.util.List<BackofficeIndexedTypeToSolrFacetSearchConfigModel>
DefaultSolrFacetSearchConfigDAO. findSearchConfigurationsForName(java.lang.String facetSearchConfigName)
java.util.List<BackofficeIndexedTypeToSolrFacetSearchConfigModel>
DefaultSolrFacetSearchConfigDAO. findSearchConfigurationsForTypes(java.util.List<ComposedTypeModel> types)
-
Uses of BackofficeIndexedTypeToSolrFacetSearchConfigModel in com.hybris.backoffice.solrsearch.services.impl
Methods in com.hybris.backoffice.solrsearch.services.impl that return BackofficeIndexedTypeToSolrFacetSearchConfigModel Modifier and Type Method Description protected BackofficeIndexedTypeToSolrFacetSearchConfigModel
DefaultBackofficeFacetSearchConfigService. findMatchingConfig(ComposedTypeModel composedType, java.util.Collection<BackofficeIndexedTypeToSolrFacetSearchConfigModel> configs)
protected BackofficeIndexedTypeToSolrFacetSearchConfigModel
DefaultBackofficeFacetSearchConfigService. findMatchingConfigRecursively(ComposedTypeModel composedType, java.util.Map<java.lang.String,BackofficeIndexedTypeToSolrFacetSearchConfigModel> configMap)
protected BackofficeIndexedTypeToSolrFacetSearchConfigModel
DefaultBackofficeFacetSearchConfigService. findSearchConfigForTypeCode(java.lang.String typeCode)
Methods in com.hybris.backoffice.solrsearch.services.impl with parameters of type BackofficeIndexedTypeToSolrFacetSearchConfigModel Modifier and Type Method Description protected SolrIndexedTypeModel
DefaultBackofficeFacetSearchConfigService. findIndexedTypeInConfig(BackofficeIndexedTypeToSolrFacetSearchConfigModel searchConfig)
protected FacetSearchConfig
DefaultBackofficeFacetSearchConfigService. getFacetSearchConfigFromMapping(BackofficeIndexedTypeToSolrFacetSearchConfigModel mapping)
Method parameters in com.hybris.backoffice.solrsearch.services.impl with type arguments of type BackofficeIndexedTypeToSolrFacetSearchConfigModel Modifier and Type Method Description protected BackofficeIndexedTypeToSolrFacetSearchConfigModel
DefaultBackofficeFacetSearchConfigService. findMatchingConfig(ComposedTypeModel composedType, java.util.Collection<BackofficeIndexedTypeToSolrFacetSearchConfigModel> configs)
protected BackofficeIndexedTypeToSolrFacetSearchConfigModel
DefaultBackofficeFacetSearchConfigService. findMatchingConfigRecursively(ComposedTypeModel composedType, java.util.Map<java.lang.String,BackofficeIndexedTypeToSolrFacetSearchConfigModel> configMap)
-
Uses of BackofficeIndexedTypeToSolrFacetSearchConfigModel in com.hybris.backoffice.solrsearch.validators
Methods in com.hybris.backoffice.solrsearch.validators with parameters of type BackofficeIndexedTypeToSolrFacetSearchConfigModel Modifier and Type Method Description void
BackofficeIndexedTypeToSolrFacetSearchConfigValidator. onValidate(BackofficeIndexedTypeToSolrFacetSearchConfigModel config, InterceptorContext ctx)
-