org.broadleafcommerce.core.search.redirect.service
Class SearchRedirectServiceImpl

java.lang.Object
  extended by org.broadleafcommerce.core.search.redirect.service.SearchRedirectServiceImpl
All Implemented Interfaces:
SearchRedirectService

@Service(value="blSearchRedirectService")
public class SearchRedirectServiceImpl
extends Object
implements SearchRedirectService

Created by ppatel.


Field Summary
protected  SearchRedirectDao SearchRedirectDao
           
 
Constructor Summary
SearchRedirectServiceImpl()
           
 
Method Summary
 SearchRedirect findSearchRedirectBySearchTerm(String uri)
          Checks the passed in URL to determine if there is a matching SearchRedirect.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SearchRedirectDao

protected SearchRedirectDao SearchRedirectDao
Constructor Detail

SearchRedirectServiceImpl

public SearchRedirectServiceImpl()
Method Detail

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 © 2012. All Rights Reserved.