Uses of Class
com.broadleafcommerce.search.core.service.domain.Synonym
Packages that use Synonym
Package
Description
- 
Uses of Synonym in com.broadleafcommerce.search.core.service
Methods in com.broadleafcommerce.search.core.service that return SynonymModifier and TypeMethodDescriptionSynonymService.updateSynonym(Synonym synonym, com.broadleafcommerce.search.api.type.IndexableType indexableType, Locale locale, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Update/add a synonym.Methods in com.broadleafcommerce.search.core.service that return types with arguments of type SynonymModifier and TypeMethodDescriptionSynonymService.readSynonym(String word, com.broadleafcommerce.search.api.type.IndexableType indexableType, Locale locale, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Read a single synonymSynonymService.readSynonyms(com.broadleafcommerce.search.api.type.IndexableType indexableType, Locale locale, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Read all synonyms for a languageSynonymService.updateSynonyms(Collection<Synonym> synonyms, com.broadleafcommerce.search.api.type.IndexableType indexableType, Locale locale, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Update multiple synonyms.Methods in com.broadleafcommerce.search.core.service with parameters of type SynonymModifier and TypeMethodDescriptionvoidSynonymService.deleteSynonym(Synonym synonym, com.broadleafcommerce.search.api.type.IndexableType indexableType, Locale locale, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Delete a synonym.SynonymService.updateSynonym(Synonym synonym, com.broadleafcommerce.search.api.type.IndexableType indexableType, Locale locale, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Update/add a synonym.Method parameters in com.broadleafcommerce.search.core.service with type arguments of type SynonymModifier and TypeMethodDescriptionSynonymService.updateSynonyms(Collection<Synonym> synonyms, com.broadleafcommerce.search.api.type.IndexableType indexableType, Locale locale, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Update multiple synonyms. - 
Uses of Synonym in com.broadleafcommerce.search.core.web.endpoint
Methods in com.broadleafcommerce.search.core.web.endpoint that return SynonymModifier and TypeMethodDescriptionSynonymEndpoint.readSynonym(String indexableType, String word, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) SynonymEndpoint.updateSynonym(String indexableType, String word, Synonym synonym, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Methods in com.broadleafcommerce.search.core.web.endpoint that return types with arguments of type SynonymModifier and TypeMethodDescriptionSynonymEndpoint.addSynonyms(String indexableType, List<Synonym> synonyms, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) SynonymEndpoint.readAllSynonyms(String indexableType, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Methods in com.broadleafcommerce.search.core.web.endpoint with parameters of type SynonymModifier and TypeMethodDescriptionSynonymEndpoint.updateSynonym(String indexableType, String word, Synonym synonym, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Method parameters in com.broadleafcommerce.search.core.web.endpoint with type arguments of type Synonym