public class EmailSecurityCodeDaoImpl extends EmailSecurityCodeDaoBase
EmailSecurityCode
TRANSFORM_NONE
Constructor and Description |
---|
EmailSecurityCodeDaoImpl() |
Modifier and Type | Method and Description |
---|---|
protected EmailSecurityCode |
handleCreateCode(User user,
String newEmail)
Performs the core logic for
EmailSecurityCodeDaoBase.createCode(com.communote.server.model.user.User, String) |
protected EmailSecurityCode |
handleFindByEmailAddress(String email)
Performs the core logic for
EmailSecurityCodeDaoBase.findByEmailAddress(String) |
protected EmailSecurityCode |
handleFindBySecurityCode(String code)
Performs the core logic for
EmailSecurityCodeDaoBase.findBySecurityCode(String) |
create, create, create, create, createCode, evict, findByEmailAddress, findBySecurityCode, getSecurityCodeDao, load, load, loadAll, loadAll, remove, remove, remove, setSecurityCodeDao, transformEntities, transformEntity, update, update
protected EmailSecurityCode handleCreateCode(User user, String newEmail)
EmailSecurityCodeDaoBase.createCode(com.communote.server.model.user.User, String)
handleCreateCode
in class EmailSecurityCodeDaoBase
protected EmailSecurityCode handleFindByEmailAddress(String email)
EmailSecurityCodeDaoBase.findByEmailAddress(String)
handleFindByEmailAddress
in class EmailSecurityCodeDaoBase
protected EmailSecurityCode handleFindBySecurityCode(String code)
EmailSecurityCodeDaoBase.findBySecurityCode(String)
handleFindBySecurityCode
in class EmailSecurityCodeDaoBase
Copyright © 2019 Communote team. All rights reserved.