org.broadleafcommerce.profile.core.dao
Class CustomerForgotPasswordSecurityTokenDaoImpl

java.lang.Object
  extended by org.broadleafcommerce.profile.core.dao.CustomerForgotPasswordSecurityTokenDaoImpl
All Implemented Interfaces:
CustomerForgotPasswordSecurityTokenDao

@Repository(value="blCustomerForgotPasswordSecurityTokenDao")
public class CustomerForgotPasswordSecurityTokenDaoImpl
extends Object
implements CustomerForgotPasswordSecurityTokenDao

Author:
bpolster

Field Summary
protected  javax.persistence.EntityManager em
           
protected  EntityConfiguration entityConfiguration
           
 
Constructor Summary
CustomerForgotPasswordSecurityTokenDaoImpl()
           
 
Method Summary
 CustomerForgotPasswordSecurityToken readToken(String token)
           
 CustomerForgotPasswordSecurityToken saveToken(CustomerForgotPasswordSecurityToken token)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

em

protected javax.persistence.EntityManager em

entityConfiguration

protected EntityConfiguration entityConfiguration
Constructor Detail

CustomerForgotPasswordSecurityTokenDaoImpl

public CustomerForgotPasswordSecurityTokenDaoImpl()
Method Detail

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.