Uses of Interface
org.broadleafcommerce.core.search.domain.SearchSynonym

Packages that use SearchSynonym
org.broadleafcommerce.core.search.dao   
org.broadleafcommerce.core.search.domain   
org.broadleafcommerce.core.search.service   
 

Uses of SearchSynonym in org.broadleafcommerce.core.search.dao
 

Methods in org.broadleafcommerce.core.search.dao that return types with arguments of type SearchSynonym
 List<SearchSynonym> SearchSynonymDao.getAllSynonyms()
           
 List<SearchSynonym> SearchSynonymDaoImpl.getAllSynonyms()
           
 

Methods in org.broadleafcommerce.core.search.dao with parameters of type SearchSynonym
 void SearchSynonymDao.createSynonym(SearchSynonym synonym)
           
 void SearchSynonymDaoImpl.createSynonym(SearchSynonym synonym)
           
 void SearchSynonymDao.deleteSynonym(SearchSynonym synonym)
           
 void SearchSynonymDaoImpl.deleteSynonym(SearchSynonym synonym)
           
 void SearchSynonymDao.updateSynonym(SearchSynonym synonym)
           
 void SearchSynonymDaoImpl.updateSynonym(SearchSynonym synonym)
           
 

Uses of SearchSynonym in org.broadleafcommerce.core.search.domain
 

Classes in org.broadleafcommerce.core.search.domain that implement SearchSynonym
 class SearchSynonymImpl
           
 

Uses of SearchSynonym in org.broadleafcommerce.core.search.service
 

Methods in org.broadleafcommerce.core.search.service that return types with arguments of type SearchSynonym
 List<SearchSynonym> SearchServiceCompassImpl.getAllSearchSynonyms()
           
 List<SearchSynonym> SearchService.getAllSearchSynonyms()
           
 

Methods in org.broadleafcommerce.core.search.service with parameters of type SearchSynonym
 void SearchServiceCompassImpl.createSearchSynonym(SearchSynonym synonym)
           
 void SearchService.createSearchSynonym(SearchSynonym synonym)
           
 void SearchServiceCompassImpl.deleteSearchSynonym(SearchSynonym synonym)
           
 void SearchService.deleteSearchSynonym(SearchSynonym synonym)
           
 void SearchServiceCompassImpl.updateSearchSynonym(SearchSynonym synonym)
           
 void SearchService.updateSearchSynonym(SearchSynonym synonym)
           
 



Copyright © 2012. All Rights Reserved.