@Repository(value="blCustomerForgotPasswordSecurityTokenDao") public class CustomerForgotPasswordSecurityTokenDaoImpl extends Object implements CustomerForgotPasswordSecurityTokenDao
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
em |
protected EntityConfiguration |
entityConfiguration |
| Constructor and Description |
|---|
CustomerForgotPasswordSecurityTokenDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
CustomerForgotPasswordSecurityToken |
readToken(String token) |
List<CustomerForgotPasswordSecurityToken> |
readUnusedTokensByCustomerId(Long customerId) |
CustomerForgotPasswordSecurityToken |
saveToken(CustomerForgotPasswordSecurityToken token) |
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
public CustomerForgotPasswordSecurityTokenDaoImpl()
public CustomerForgotPasswordSecurityToken readToken(String token)
readToken in interface CustomerForgotPasswordSecurityTokenDaopublic List<CustomerForgotPasswordSecurityToken> readUnusedTokensByCustomerId(Long customerId)
readUnusedTokensByCustomerId in interface CustomerForgotPasswordSecurityTokenDaopublic CustomerForgotPasswordSecurityToken saveToken(CustomerForgotPasswordSecurityToken token)
saveToken in interface CustomerForgotPasswordSecurityTokenDaoCopyright © 2015. All Rights Reserved.