|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 OperatingAudit 的软件包 | |
|---|---|
| com.github.dactiv.showcase.web | |
| com.github.dactiv.showcase.web.account | |
| com.github.dactiv.showcase.web.foundation.variable | |
| com.github.dactiv.showcase.web 中 OperatingAudit 的使用 |
|---|
| 注释类型为 OperatingAudit 的 com.github.dactiv.showcase.web 中的类 | |
|---|---|
class |
SystemCommonController
系统安全控制器 |
| 注释类型为 OperatingAudit 的 com.github.dactiv.showcase.web 中的方法 | |
|---|---|
String |
SystemCommonController.changePassword(String oldPassword,
String newPassword)
当前用户修改密码C.修改成功将会注销用户,重新登录 |
Map<String,Object> |
SystemCommonController.changeProfile(String realname,
String email,
String portrait)
修改个人信息C,修改成功将会重定向到主页 |
| com.github.dactiv.showcase.web.account 中 OperatingAudit 的使用 |
|---|
| 注释类型为 OperatingAudit 的 com.github.dactiv.showcase.web.account 中的类 | |
|---|---|
class |
GroupController
组管理Controller |
class |
ResourceController
资源管理Controller |
class |
UserController
用户管理Controller |
| 注释类型为 OperatingAudit 的 com.github.dactiv.showcase.web.account 中的方法 | |
|---|---|
String |
UserController.delete(List<String> ids,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
通过主键id集合删除用户,删除成功后重定向到:account/user/view |
String |
ResourceController.delete(List<String> ids,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
通过主键id集合删除资源,删除成功后重定向到:account/resource/view |
String |
GroupController.delete(List<String> ids,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
通过主键id集合删除组,删除成功后重定向到:account/group/view |
String |
UserController.insert(User entity,
List<String> groupId,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
创建用户,创建成功后重定向到:account/user/view |
String |
GroupController.save(Group entity,
javax.servlet.http.HttpServletRequest request,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
保存或更新组,保存成功后重定向到:account/group/view |
String |
ResourceController.save(Resource entity,
String parentId,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
保存或更新资源,保存成功后重定向到:account/resource/view |
String |
UserController.update(User entity,
List<String> groupId,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
更新用户,更新成功后重定向到:account/user/view |
| com.github.dactiv.showcase.web.foundation.variable 中 OperatingAudit 的使用 |
|---|
| 注释类型为 OperatingAudit 的 com.github.dactiv.showcase.web.foundation.variable 中的类 | |
|---|---|
class |
DataDictionaryController
数据字典管理Controller |
class |
DictionaryCategoryController
字典类别管理Controller |
| 注释类型为 OperatingAudit 的 com.github.dactiv.showcase.web.foundation.variable 中的方法 | |
|---|---|
String |
DictionaryCategoryController.delete(List<String> ids,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
通过主键id集合删除字典类别,删除成功后重定向到:foundation/variable/dictionary-category/view |
String |
DataDictionaryController.delete(List<String> ids,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
通过主键id集合删除数据字典,删除成功后重定向到:foundation/variable/data-dictionary/view |
String |
DataDictionaryController.save(DataDictionary entity,
String categoryId,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
保存或更新数据字典,保存成功后重定向到:foundation/variable/data-dictionary/view |
String |
DictionaryCategoryController.save(DictionaryCategory entity,
String parentId,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
保存或更新字典类别,保存成功后重定向到:foundation/variable/dictionary-category/view |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||