|
|
|
@ -1,15 +1,24 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
|
<object-views xmlns="http://hypaas.com/xml/ns/object-views" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hypaas.com/xml/ns/object-views http://hypaas.com/xml/ns/object-views/object-views_5.3.xsd"> |
|
|
|
|
<action-method name="action.method.system.securityAuditUserLogExport" model="Log.LogEntity"> |
|
|
|
|
<call method="exportSecurityAuditUserLog" class="com.system.log.controller.LogController"/> |
|
|
|
|
</action-method> |
|
|
|
|
<action-method name="action.method.system.systemManageUserLogExport" model="Log.LogEntity"> |
|
|
|
|
<call method="exportSystemManageUserLog" class="com.system.log.controller.LogController"/> |
|
|
|
|
</action-method> |
|
|
|
|
<action-view name="action.view.ServiceUser.Log" model="Log.LogEntity" title="业务用户"> |
|
|
|
|
<view name="ServiceUser-grid" type="grid"/> |
|
|
|
|
<view name="ServiceUser-form" type="form"/> |
|
|
|
|
<domain>self.userAuth=3</domain> |
|
|
|
|
<domain>self.userAuth=4</domain> |
|
|
|
|
</action-view> |
|
|
|
|
<action-view name="action.view.SecurityUser.Log" model="Log.LogEntity" title="安全保密员"> |
|
|
|
|
<view name="SecurityUser-grid" type="grid"/> |
|
|
|
|
<view name="SecurityUser-form" type="form"/> |
|
|
|
|
<domain>self.userAuth=1</domain> |
|
|
|
|
<domain>self.userAuth=2</domain> |
|
|
|
|
</action-view> |
|
|
|
|
<action-method name="action.method.system.securityUserLogExport" model="Log.LogEntity"> |
|
|
|
|
<call method="exportSecurityUserLog" class="com.system.log.controller.LogController"/> |
|
|
|
|
</action-method> |
|
|
|
|
<action-view name="action.view.Config.Log" model="Log.LogEntity" title="日志配置"> |
|
|
|
|
<view name="LogConfig-grid" type="grid"/> |
|
|
|
|
<view name="LogConfig-form" type="form"/> |
|
|
|
@ -17,24 +26,24 @@
|
|
|
|
|
<action-method name="action.method.system.logBackup" model="Log.LogConfig"> |
|
|
|
|
<call method="secondBackup" class="com.system.log.controller.LogController"/> |
|
|
|
|
</action-method> |
|
|
|
|
<action-method name="action.method.system.serviceUserLogExport" model="Log.LogEntity"> |
|
|
|
|
<call method="exportServiceUserLog" class="com.system.log.controller.LogController"/> |
|
|
|
|
</action-method> |
|
|
|
|
<action-view name="action.view.Export.Log" model="Log.LogEntity" title="日志导出"> |
|
|
|
|
<view name="export-form" type="form"/> |
|
|
|
|
</action-view> |
|
|
|
|
<action-view name="action.view.ServiceUserLogBackup.Log" model="Log.LogConfig" title="业务用户日志备份"> |
|
|
|
|
<view name="ServiceUserLogBackup-grid" type="grid"/> |
|
|
|
|
</action-view> |
|
|
|
|
<action-method name="action.method.system.logExport" model="Log.LogEntity"> |
|
|
|
|
<call method="exportLog" class="com.system.log.controller.LogController"/> |
|
|
|
|
</action-method> |
|
|
|
|
<action-view name="action.view.SecurityAuditUser.Log" model="Log.LogEntity" title="安全审计员"> |
|
|
|
|
<view name="SecurityAuditUser-grid" type="grid"/> |
|
|
|
|
<view name="SecurityAuditUser-form" type="form"/> |
|
|
|
|
<domain>self.userAuth=2</domain> |
|
|
|
|
<domain>self.userAuth=3</domain> |
|
|
|
|
</action-view> |
|
|
|
|
<action-view name="action.view.SystemManageUser.Log" model="Log.LogEntity" title="系统管理员"> |
|
|
|
|
<view name="SystemManageUser-grid" type="grid"/> |
|
|
|
|
<view name="SystemManageUser-form" type="form"/> |
|
|
|
|
<domain>self.userAuth=16</domain> |
|
|
|
|
<domain>self.userAuth=1</domain> |
|
|
|
|
</action-view> |
|
|
|
|
<action-view name="action.view.System.Log" title="查询系统日志"> |
|
|
|
|
<view name="SystemManageUser-grid" type="grid"/> |
|
|
|
@ -45,16 +54,4 @@
|
|
|
|
|
<action-view name="action.view.SystemManageUserLogBackup.Log" model="Log.LogConfig" title="系统管理员日志备份"> |
|
|
|
|
<view name="SystemManageUserBackup-grid" type="grid"/> |
|
|
|
|
</action-view> |
|
|
|
|
|
|
|
|
|
<action-method name="action.method.system.logManage.systemLog" model="Log.LogEntity"> |
|
|
|
|
<call method="getFileZip" class="com.system.log.controller.LogController"/> |
|
|
|
|
</action-method> |
|
|
|
|
|
|
|
|
|
<action-view name="action.view.selectSystemLog.Log" model="Log.LogEntity" title="系统运行日志查询"> |
|
|
|
|
<view name="LogWeb/index.html" type="html"/> |
|
|
|
|
</action-view> |
|
|
|
|
|
|
|
|
|
<action-view name="action.view.SecurityUser.LogConfig" model="Log.LogConfig" title="日志配置"> |
|
|
|
|
<view name="LogBackup/index.html" type="html"/> |
|
|
|
|
</action-view> |
|
|
|
|
</object-views> |
|
|
|
|