|
|
@ -3,9 +3,15 @@ |
|
|
|
<action-method name="action.method.system.securityAuditUserLogExport" model="Log.LogEntity"> |
|
|
|
<action-method name="action.method.system.securityAuditUserLogExport" model="Log.LogEntity"> |
|
|
|
<call method="exportSecurityAuditUserLog" class="com.system.log.controller.LogController"/> |
|
|
|
<call method="exportSecurityAuditUserLog" class="com.system.log.controller.LogController"/> |
|
|
|
</action-method> |
|
|
|
</action-method> |
|
|
|
|
|
|
|
<action-view name="action.view.systemManageUserExport.Log" model="Log.LogEntity" title="系统管理员日志导出"> |
|
|
|
|
|
|
|
<view name="systemManageUserExport-form" type="form"/> |
|
|
|
|
|
|
|
</action-view> |
|
|
|
<action-method name="action.method.system.systemManageUserLogExport" model="Log.LogEntity"> |
|
|
|
<action-method name="action.method.system.systemManageUserLogExport" model="Log.LogEntity"> |
|
|
|
<call method="exportSystemManageUserLog" class="com.system.log.controller.LogController"/> |
|
|
|
<call method="exportSystemManageUserLog" class="com.system.log.controller.LogController"/> |
|
|
|
</action-method> |
|
|
|
</action-method> |
|
|
|
|
|
|
|
<action-view name="action.view.securityAuditUserExport.Log" model="Log.LogEntity" title="安全审计员日志导出"> |
|
|
|
|
|
|
|
<view name="securityAuditUserExport-form" type="form"/> |
|
|
|
|
|
|
|
</action-view> |
|
|
|
<action-view name="action.view.ServiceUser.Log" model="Log.LogEntity" title="业务用户"> |
|
|
|
<action-view name="action.view.ServiceUser.Log" model="Log.LogEntity" title="业务用户"> |
|
|
|
<view name="ServiceUser-grid" type="grid"/> |
|
|
|
<view name="ServiceUser-grid" type="grid"/> |
|
|
|
<view name="ServiceUser-form" type="form"/> |
|
|
|
<view name="ServiceUser-form" type="form"/> |
|
|
@ -29,12 +35,12 @@ |
|
|
|
<action-method name="action.method.system.serviceUserLogExport" model="Log.LogEntity"> |
|
|
|
<action-method name="action.method.system.serviceUserLogExport" model="Log.LogEntity"> |
|
|
|
<call method="exportServiceUserLog" class="com.system.log.controller.LogController"/> |
|
|
|
<call method="exportServiceUserLog" class="com.system.log.controller.LogController"/> |
|
|
|
</action-method> |
|
|
|
</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="业务用户日志备份"> |
|
|
|
<action-view name="action.view.ServiceUserLogBackup.Log" model="Log.LogConfig" title="业务用户日志备份"> |
|
|
|
<view name="ServiceUserLogBackup-grid" type="grid"/> |
|
|
|
<view name="ServiceUserLogBackup-grid" type="grid"/> |
|
|
|
</action-view> |
|
|
|
</action-view> |
|
|
|
|
|
|
|
<action-view name="action.view.serviceUserExport.Log" model="Log.LogEntity" title="业务用户日志导出"> |
|
|
|
|
|
|
|
<view name="serviceUserExport-form" type="form"/> |
|
|
|
|
|
|
|
</action-view> |
|
|
|
<action-view name="action.view.SecurityAuditUser.Log" model="Log.LogEntity" title="安全审计员"> |
|
|
|
<action-view name="action.view.SecurityAuditUser.Log" model="Log.LogEntity" title="安全审计员"> |
|
|
|
<view name="SecurityAuditUser-grid" type="grid"/> |
|
|
|
<view name="SecurityAuditUser-grid" type="grid"/> |
|
|
|
<view name="SecurityAuditUser-form" type="form"/> |
|
|
|
<view name="SecurityAuditUser-form" type="form"/> |
|
|
@ -54,16 +60,7 @@ |
|
|
|
<action-view name="action.view.SystemManageUserLogBackup.Log" model="Log.LogConfig" title="系统管理员日志备份"> |
|
|
|
<action-view name="action.view.SystemManageUserLogBackup.Log" model="Log.LogConfig" title="系统管理员日志备份"> |
|
|
|
<view name="SystemManageUserBackup-grid" type="grid"/> |
|
|
|
<view name="SystemManageUserBackup-grid" type="grid"/> |
|
|
|
</action-view> |
|
|
|
</action-view> |
|
|
|
|
|
|
|
<action-view name="action.view.securityUserExport.Log" model="Log.LogEntity" title="安全保密员日志导出"> |
|
|
|
<action-method name="action.method.system.logManage.systemLog" model="Log.LogEntity"> |
|
|
|
<view name="securityUserExport-form" type="form"/> |
|
|
|
<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> |
|
|
|
</action-view> |
|
|
|
</object-views> |
|
|
|
</object-views> |
|
|
|