org.broadleafcommerce.profile.core.dao
Class CustomerForgotPasswordSecurityTokenDaoImpl
java.lang.Object
org.broadleafcommerce.profile.core.dao.CustomerForgotPasswordSecurityTokenDaoImpl
- All Implemented Interfaces:
- CustomerForgotPasswordSecurityTokenDao
@Repository(value="blCustomerForgotPasswordSecurityTokenDao")
public class CustomerForgotPasswordSecurityTokenDaoImpl
- extends Object
- implements CustomerForgotPasswordSecurityTokenDao
- Author:
- bpolster
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
em
protected javax.persistence.EntityManager em
entityConfiguration
protected EntityConfiguration entityConfiguration
CustomerForgotPasswordSecurityTokenDaoImpl
public CustomerForgotPasswordSecurityTokenDaoImpl()
readToken
public CustomerForgotPasswordSecurityToken readToken(String token)
- Specified by:
readToken in interface CustomerForgotPasswordSecurityTokenDao
saveToken
public CustomerForgotPasswordSecurityToken saveToken(CustomerForgotPasswordSecurityToken token)
- Specified by:
saveToken in interface CustomerForgotPasswordSecurityTokenDao
Copyright © 2013. All Rights Reserved.