Uses of Interface
org.broadleafcommerce.core.search.redirect.domain.SearchRedirect
Packages that use SearchRedirect
Package
Description
-
Uses of SearchRedirect in org.broadleafcommerce.core.search.redirect.dao
Methods in org.broadleafcommerce.core.search.redirect.dao that return SearchRedirectModifier and TypeMethodDescriptionSearchRedirectDao.findSearchRedirectBySearchTerm(String uri) SearchRedirectDaoImpl.findSearchRedirectBySearchTerm(String searchTerm) Methods in org.broadleafcommerce.core.search.redirect.dao that return types with arguments of type SearchRedirectModifier and TypeMethodDescriptionprotected jakarta.persistence.criteria.CriteriaQuery<SearchRedirect>SearchRedirectDaoImpl.buildFindSearchRedirectBySearchTermCriteria(String searchTerm) -
Uses of SearchRedirect in org.broadleafcommerce.core.search.redirect.domain
Classes in org.broadleafcommerce.core.search.redirect.domain that implement SearchRedirect -
Uses of SearchRedirect in org.broadleafcommerce.core.search.redirect.service
Methods in org.broadleafcommerce.core.search.redirect.service that return SearchRedirectModifier and TypeMethodDescriptionSearchRedirectService.findSearchRedirectBySearchTerm(String uri) Checks the passed in URL to determine if there is a matching SearchRedirect.SearchRedirectServiceImpl.findSearchRedirectBySearchTerm(String uri) Checks the passed in URL to determine if there is a matching SearchRedirect.