@Service(value="optLogManager") public class OptLogManagerImpl extends Object implements OptLogManager, com.centit.framework.model.adapter.OperationLogWriter
| 限定符和类型 | 字段和说明 |
|---|---|
static org.slf4j.Logger |
logger |
| 构造器和说明 |
|---|
OptLogManagerImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 |
save(List<com.centit.framework.model.basedata.OperationLog> optLogs) |
void |
save(com.centit.framework.model.basedata.OperationLog optLog) |
void |
saveBatchObjects(List<OptLog> optLogs)
批量保存
|
void |
setOptLogDao(OptLogDao optLogDao) |
@NotNull public void setOptLogDao(OptLogDao optLogDao)
@Transactional(propagation=REQUIRED) public void saveBatchObjects(List<OptLog> optLogs)
OptLogManagersaveBatchObjects 在接口中 OptLogManageroptLogs - List OptLog@Transactional(propagation=REQUIRED) public void delete(Date begin, Date end)
OptLogManagerdelete 在接口中 OptLogManagerbegin - Dateend - Date@Transactional(propagation=REQUIRED) public List<String> listOptIds()
listOptIds 在接口中 OptLogManager@Transactional(propagation=REQUIRED) public void deleteMany(Long[] logIds)
deleteMany 在接口中 OptLogManager@Transactional(propagation=REQUIRED) public void save(com.centit.framework.model.basedata.OperationLog optLog)
save 在接口中 com.centit.framework.model.adapter.OperationLogWriter@Transactional(propagation=REQUIRED) public void save(List<com.centit.framework.model.basedata.OperationLog> optLogs)
save 在接口中 com.centit.framework.model.adapter.OperationLogWriter@Transactional(propagation=REQUIRED) public com.alibaba.fastjson.JSONArray listObjectsAsJson(String[] fields, Map<String,Object> filterMap, com.centit.framework.core.dao.PageDesc pageDesc)
listObjectsAsJson 在接口中 OptLogManager@Transactional public OptLog getObjectById(Long logId)
getObjectById 在接口中 OptLogManager@Transactional public void deleteObjectById(Long logId)
deleteObjectById 在接口中 OptLogManagerCopyright © 2017. All rights reserved.