@Repository(value="blSearchRedirectDao") public class SearchRedirectDaoImpl extends Object implements SearchRedirectDao
| Modifier and Type | Field and Description |
|---|---|
protected Date |
cachedDate |
protected Long |
currentDateResolution |
protected javax.persistence.EntityManager |
em |
| Constructor and Description |
|---|
SearchRedirectDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
SearchRedirect |
findSearchRedirectBySearchTerm(String searchTerm) |
protected Date |
getCurrentDateAfterFactoringInDateResolution() |
Long |
getCurrentDateResolution() |
void |
setCurrentDateResolution(Long currentDateResolution) |
protected javax.persistence.EntityManager em
protected Long currentDateResolution
protected Date cachedDate
protected Date getCurrentDateAfterFactoringInDateResolution()
public SearchRedirect findSearchRedirectBySearchTerm(String searchTerm)
findSearchRedirectBySearchTerm in interface SearchRedirectDaopublic Long getCurrentDateResolution()
public void setCurrentDateResolution(Long currentDateResolution)
Copyright © 2015. All Rights Reserved.