public interface InviteSecurityCodeDao<T extends SecurityCode>
Modifier and Type | Method and Description |
---|---|
T |
create(T inviteUserToBlogSecurityCode)
Creates an instance of the invite SecurityCode and adds it to the persistent store.
|
T |
findByUser(Long userId)
Find an existing security code by the ID of the invited user
|
Copyright © 2019 Communote team. All rights reserved.