public class UnlockUserSecurityCodeDaoImpl extends UnlockUserSecurityCodeDaoBase
UnlockUserSecurityCode
TRANSFORM_NONE
Constructor and Description |
---|
UnlockUserSecurityCodeDaoImpl() |
Modifier and Type | Method and Description |
---|---|
protected UnlockUserSecurityCode |
handleCreateCode(User user,
ChannelType channel)
|
protected UnlockUserSecurityCode |
handleFindBySecurityCode(String code)
Performs the core logic for
UnlockUserSecurityCodeDaoBase.findBySecurityCode(String) |
protected UnlockUserSecurityCode |
handleFindByUserAndChannel(Long userId,
ChannelType channel)
Performs the core logic for
UnlockUserSecurityCodeDaoBase.findByUserAndChannel(Long, com.communote.server.model.security.ChannelType) |
create, create, create, create, createCode, evict, findBySecurityCode, findByUserAndChannel, load, load, loadAll, loadAll, remove, remove, remove, transformEntities, transformEntity, update, update
protected UnlockUserSecurityCode handleCreateCode(User user, ChannelType channel)
UnlockUserSecurityCodeDaoBase.createCode(com.communote.server.model.user.User, com.communote.server.model.security.ChannelType)
handleCreateCode
in class UnlockUserSecurityCodeDaoBase
protected UnlockUserSecurityCode handleFindBySecurityCode(String code)
UnlockUserSecurityCodeDaoBase.findBySecurityCode(String)
handleFindBySecurityCode
in class UnlockUserSecurityCodeDaoBase
protected UnlockUserSecurityCode handleFindByUserAndChannel(Long userId, ChannelType channel)
UnlockUserSecurityCodeDaoBase.findByUserAndChannel(Long, com.communote.server.model.security.ChannelType)
handleFindByUserAndChannel
in class UnlockUserSecurityCodeDaoBase
Copyright © 2019 Communote team. All rights reserved.