public interface OperationLogManager
extends com.centit.framework.model.adapter.OperationLogWriter
| Modifier and Type | Method and Description |
|---|---|
int |
delete(String beginDate)
清理此日期之前的日志信息
|
void |
deleteMany(String[] logIds) |
void |
deleteOptLogById(String logId) |
com.centit.framework.model.basedata.OperationLog |
getOptLogById(String logId) |
com.alibaba.fastjson2.JSONArray |
listOptLogsAsJson(String[] fields,
Map<String,Object> filterMap,
com.centit.support.database.utils.PageDesc pageDesc) |
com.centit.framework.model.basedata.OperationLog getOptLogById(String logId)
com.alibaba.fastjson2.JSONArray listOptLogsAsJson(String[] fields, Map<String,Object> filterMap, com.centit.support.database.utils.PageDesc pageDesc)
void deleteOptLogById(String logId)
int delete(String beginDate)
beginDate - 起始时间void deleteMany(String[] logIds)
Copyright © 2024 Centit Information Technical, co. Inc.. All rights reserved.