public interface IdentityInfoEntityManager extends EntityManager<IdentityInfoEntity>
Modifier and Type | Method and Description |
---|---|
void |
deleteUserInfoByUserIdAndKey(String userId,
String key) |
List<IdentityInfoEntity> |
findIdentityInfoByUserId(String userId) |
IdentityInfoEntity |
findUserInfoByUserIdAndKey(String userId,
String key) |
List<String> |
findUserInfoKeysByUserIdAndType(String userId,
String type) |
void |
updateUserInfo(String userId,
String userPassword,
String type,
String key,
String value,
String accountPassword,
Map<String,String> accountDetails) |
IdentityInfoEntity findUserInfoByUserIdAndKey(String userId, String key)
List<String> findUserInfoKeysByUserIdAndType(String userId, String type)
List<IdentityInfoEntity> findIdentityInfoByUserId(String userId)
void updateUserInfo(String userId, String userPassword, String type, String key, String value, String accountPassword, Map<String,String> accountDetails)