public interface OptLogManager
| 限定符和类型 | 方法和说明 |
|---|---|
void |
delete(Date begin,
Date end)
清理此日期之间的日志信息
|
void |
deleteMany(Long[] logIds) |
void |
deleteObjectById(Long logId) |
OptLog |
getObjectById(Long logId) |
com.alibaba.fastjson.JSONArray |
listObjectsAsJson(String[] fields,
Map<String,Object> filterMap,
com.centit.framework.core.dao.PageDesc pageDesc) |
List<String> |
listOptIds() |
void |
saveBatchObjects(List<OptLog> optLogs)
批量保存
|
void deleteObjectById(Long logId)
void saveBatchObjects(List<OptLog> optLogs) throws IOException, SQLException
optLogs - List OptLogIOException - IOExceptionSQLException - SQLExceptionvoid deleteMany(Long[] logIds)
Copyright © 2017. All rights reserved.