public interface PersistUserService extends UserService
BEAN_ID| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(User user)
插入用户对象
如果不支持该操作建议抛出异常com.bstek.urule.exception.RuleException
|
void |
changeEmail(String account,
String email)
邮箱修改
如果不支持该操作建议抛出异常com.bstek.urule.exception.RuleException
|
void |
changePassword(String account,
String password)
更改密码
如果不支持该操作建议抛出异常com.bstek.urule.exception.RuleException
|
void |
remove(User user)
删除用户对象
如果不支持该操作建议抛出异常com.bstek.urule.exception.RuleException
|
void |
update(User user)
更新用户对象
如果不支持该操作建议抛出异常com.bstek.urule.exception.RuleException
|
get, validatevoid add(User user)
user - 用户对象void update(User user)
user - 用户对象void remove(User user)
user - 用户对象void changeEmail(String account, String email)
account - 用户账号email - 邮箱Copyright © 2023 Bstek. All rights reserved.