org.broadleafcommerce.core.search.redirect.service
Class SearchRedirectServiceImpl
java.lang.Object
org.broadleafcommerce.core.search.redirect.service.SearchRedirectServiceImpl
- All Implemented Interfaces:
- SearchRedirectService
@Service(value="blSearchRedirectService")
public class SearchRedirectServiceImpl
- extends Object
- implements SearchRedirectService
Created by ppatel.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchRedirectDao
protected SearchRedirectDao SearchRedirectDao
SearchRedirectServiceImpl
public SearchRedirectServiceImpl()
findSearchRedirectBySearchTerm
public SearchRedirect findSearchRedirectBySearchTerm(String uri)
- Checks the passed in URL to determine if there is a matching
SearchRedirect. Returns null if no handler was found.
- Specified by:
findSearchRedirectBySearchTerm in interface SearchRedirectService
- Parameters:
uri -
- Returns:
Copyright © 2013. All Rights Reserved.