| Package | Description |
|---|---|
| de.hybris.platform.solrfacetsearch.jalo | |
| de.hybris.platform.solrfacetsearch.jalo.config |
| Modifier and Type | Field and Description |
|---|---|
protected static OneToManyHandler<SolrSynonymConfig> |
GeneratedSolrfacetsearchManager.SOLRSYNONYMCONFIG2LANGUAGESYNONYMSHANDLER
OneToManyHandler for handling 1:n SYNONYMS's relation attributes from 'many' side. |
| Modifier and Type | Method and Description |
|---|---|
SolrSynonymConfig |
GeneratedSolrfacetsearchManager.createSolrSynonymConfig(Map attributeValues) |
SolrSynonymConfig |
GeneratedSolrfacetsearchManager.createSolrSynonymConfig(SessionContext ctx,
Map attributeValues) |
| Modifier and Type | Method and Description |
|---|---|
List<SolrSynonymConfig> |
GeneratedSolrfacetsearchManager.getSynonyms(Language item)
Generated method - Getter of the
Language.synonyms attribute. |
List<SolrSynonymConfig> |
GeneratedSolrfacetsearchManager.getSynonyms(SessionContext ctx,
Language item)
Generated method - Getter of the
Language.synonyms attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedSolrfacetsearchManager.addToSynonyms(Language item,
SolrSynonymConfig value)
Generated method - Adds
value to synonyms. |
void |
GeneratedSolrfacetsearchManager.addToSynonyms(SessionContext ctx,
Language item,
SolrSynonymConfig value)
Generated method - Adds
value to synonyms. |
void |
GeneratedSolrfacetsearchManager.removeFromSynonyms(Language item,
SolrSynonymConfig value)
Generated method - Removes
value from synonyms. |
void |
GeneratedSolrfacetsearchManager.removeFromSynonyms(SessionContext ctx,
Language item,
SolrSynonymConfig value)
Generated method - Removes
value from synonyms. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedSolrfacetsearchManager.setSynonyms(Language item,
List<SolrSynonymConfig> value)
Generated method - Setter of the
Language.synonyms attribute. |
void |
GeneratedSolrfacetsearchManager.setSynonyms(SessionContext ctx,
Language item,
List<SolrSynonymConfig> value)
Generated method - Setter of the
Language.synonyms attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected static OneToManyHandler<SolrSynonymConfig> |
GeneratedSolrFacetSearchConfig.SYNONYMSHANDLER
OneToManyHandler for handling 1:n SYNONYMS's relation attributes from 'many' side. |
| Modifier and Type | Method and Description |
|---|---|
Map<Language,List<SolrSynonymConfig>> |
GeneratedSolrFacetSearchConfig.getAllLanguageSynonymMapping()
Generated method - Getter of the
SolrFacetSearchConfig.languageSynonymMapping attribute. |
Map<Language,List<SolrSynonymConfig>> |
SolrFacetSearchConfig.getAllLanguageSynonymMapping(SessionContext ctx) |
abstract Map<Language,List<SolrSynonymConfig>> |
GeneratedSolrFacetSearchConfig.getAllLanguageSynonymMapping(SessionContext ctx)
Generated method - Getter of the
SolrFacetSearchConfig.languageSynonymMapping attribute. |
List<SolrSynonymConfig> |
GeneratedSolrFacetSearchConfig.getLanguageSynonymMapping()
Generated method - Getter of the
SolrFacetSearchConfig.languageSynonymMapping attribute. |
List<SolrSynonymConfig> |
SolrFacetSearchConfig.getLanguageSynonymMapping(SessionContext ctx) |
abstract List<SolrSynonymConfig> |
GeneratedSolrFacetSearchConfig.getLanguageSynonymMapping(SessionContext ctx)
Generated method - Getter of the
SolrFacetSearchConfig.languageSynonymMapping attribute. |
List<SolrSynonymConfig> |
GeneratedSolrFacetSearchConfig.getSynonyms()
Generated method - Getter of the
SolrFacetSearchConfig.synonyms attribute. |
List<SolrSynonymConfig> |
GeneratedSolrFacetSearchConfig.getSynonyms(SessionContext ctx)
Generated method - Getter of the
SolrFacetSearchConfig.synonyms attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedSolrFacetSearchConfig.addToSynonyms(SessionContext ctx,
SolrSynonymConfig value)
Generated method - Adds
value to synonyms. |
void |
GeneratedSolrFacetSearchConfig.addToSynonyms(SolrSynonymConfig value)
Generated method - Adds
value to synonyms. |
void |
GeneratedSolrFacetSearchConfig.removeFromSynonyms(SessionContext ctx,
SolrSynonymConfig value)
Generated method - Removes
value from synonyms. |
void |
GeneratedSolrFacetSearchConfig.removeFromSynonyms(SolrSynonymConfig value)
Generated method - Removes
value from synonyms. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedSolrFacetSearchConfig.setAllLanguageSynonymMapping(Map<Language,List<SolrSynonymConfig>> value)
Generated method - Setter of the
SolrFacetSearchConfig.languageSynonymMapping attribute. |
void |
SolrFacetSearchConfig.setAllLanguageSynonymMapping(SessionContext ctx,
Map<Language,List<SolrSynonymConfig>> value) |
abstract void |
GeneratedSolrFacetSearchConfig.setAllLanguageSynonymMapping(SessionContext ctx,
Map<Language,List<SolrSynonymConfig>> value)
Generated method - Setter of the
SolrFacetSearchConfig.languageSynonymMapping attribute. |
void |
GeneratedSolrFacetSearchConfig.setLanguageSynonymMapping(List<SolrSynonymConfig> value)
Generated method - Setter of the
SolrFacetSearchConfig.languageSynonymMapping attribute. |
void |
SolrFacetSearchConfig.setLanguageSynonymMapping(SessionContext ctx,
List<SolrSynonymConfig> value) |
abstract void |
GeneratedSolrFacetSearchConfig.setLanguageSynonymMapping(SessionContext ctx,
List<SolrSynonymConfig> value)
Generated method - Setter of the
SolrFacetSearchConfig.languageSynonymMapping attribute. |
void |
GeneratedSolrFacetSearchConfig.setSynonyms(List<SolrSynonymConfig> value)
Generated method - Setter of the
SolrFacetSearchConfig.synonyms attribute. |
void |
GeneratedSolrFacetSearchConfig.setSynonyms(SessionContext ctx,
List<SolrSynonymConfig> value)
Generated method - Setter of the
SolrFacetSearchConfig.synonyms attribute. |
Copyright © 2017 SAP SE. All Rights Reserved.