| | |
| | | * @return 查询结果 |
| | | */ |
| | | BaseResult getPeroid() throws PLException; |
| | | |
| | | /** |
| | | * 保存期限设置 |
| | | * period 期限编码 |
| | | * @return 保存结果 |
| | | */ |
| | | BaseResult savePeriod(String period) throws PLException; |
| | | |
| | | /** |
| | | * 删除日志 |
| | | * period 期限编码 |
| | | * @return 保存结果 |
| | | */ |
| | | BaseResult deleteLog(String deleteDate) throws PLException; |
| | | |
| | | /** |
| | | * 查询日志 |
| | | * @param dto 查询条件传输对象 |
| | |
| | | * @throws PLException |
| | | */ |
| | | BaseResult getLogListByContion(LogQueryCriteriaDTO dto) throws PLException; |
| | | |
| | | /** |
| | | * 操作用户获取 |
| | | */ |
| | | BaseResult getOperatingUsers() throws PLException; |
| | | |
| | | /** |
| | | * 导出日志 |
| | | * @param dto 导出的文件名 |
| | | * @return |
| | | */ |
| | | String exportLogs(LogQueryCriteriaDTO dto) throws PLException; |
| | | |
| | | } |