@Service public class LoginInfoServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<LoginInfoMapper,LoginInfo> implements LoginInfoService, FrameworkLoginLogService
| Modifier and Type | Field and Description |
|---|---|
private org.slf4j.Logger |
log |
private LoginInfoMapper |
loginInfoMapper |
| Constructor and Description |
|---|
LoginInfoServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
cn.sinozg.applet.biz.system.vo.response.LoginAgentResponse |
browserInfo() |
void |
cleanLoginInfo()
清空系统登录日志
|
int |
deleteLoginInfoByIds(List<String> infoIds)
批量删除系统登录日志
|
void |
insertLoginInfo(cn.sinozg.applet.biz.system.vo.response.LoginAgentResponse agent,
String username,
String loginKey,
String type,
boolean success,
String message)
新增系统登录日志
|
List<LoginInfoPageListResponse> |
list(LoginInfoPageListRequest loginInfo)
查询系统登录日志集合
|
cn.sinozg.applet.common.core.base.BasePageResponse<List<LoginInfoPageListResponse>> |
selectLoginInfoPage(cn.sinozg.applet.common.core.base.PagingRequest page,
LoginInfoPageListRequest loginInfo)
查询系统登录日志集合
|
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getMapperClass, getObj, getOne, getOneOpt, getSqlSessionFactory, getSqlStatement, removeBatchByIds, removeBatchByIds, removeById, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, count, exists, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, getOneOpt, getOneOpt, getOptById, ktQuery, ktUpdate, lambdaQuery, lambdaQuery, lambdaUpdate, list, list, list, list, listByIds, listByMap, listMaps, listMaps, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdprivate LoginInfoMapper loginInfoMapper
private final org.slf4j.Logger log
public cn.sinozg.applet.biz.system.vo.response.LoginAgentResponse browserInfo()
browserInfo in interface FrameworkLoginLogServicepublic void insertLoginInfo(cn.sinozg.applet.biz.system.vo.response.LoginAgentResponse agent,
String username,
String loginKey,
String type,
boolean success,
String message)
insertLoginInfo in interface FrameworkLoginLogServicepublic cn.sinozg.applet.common.core.base.BasePageResponse<List<LoginInfoPageListResponse>> selectLoginInfoPage(cn.sinozg.applet.common.core.base.PagingRequest page, LoginInfoPageListRequest loginInfo)
selectLoginInfoPage in interface LoginInfoServiceloginInfo - 访问日志对象page - 分页对象public List<LoginInfoPageListResponse> list(LoginInfoPageListRequest loginInfo)
LoginInfoServicelist in interface LoginInfoServiceloginInfo - 查询参数public int deleteLoginInfoByIds(List<String> infoIds)
deleteLoginInfoByIds in interface LoginInfoServiceinfoIds - 需要删除的登录日志IDpublic void cleanLoginInfo()
cleanLoginInfo in interface LoginInfoServiceCopyright © 2024. All rights reserved.