类 CoreLoginLogServiceImpl
- java.lang.Object
-
- net.sinodawn.module.sys.log.service.impl.CoreLoginLogServiceImpl
-
- 所有已实现的接口:
GenericService<CoreLoginLogBean,Long>,CoreLoginLogService
@Service public class CoreLoginLogServiceImpl extends Object implements CoreLoginLogService
-
-
构造器概要
构造器 构造器 说明 CoreLoginLogServiceImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidassignLogout(String token, String remark)CoreLoginLogBeangetCurrentLoginLog(String userId)CoreLoginLogDaogetDao()voidinsertLoginFailureLog(String userId, String remark)voidinsertLoginSuccessLog(String token, String userId, String orgId)voidoffline(RestJsonWrapperBean wrapper)Page<CoreLoginLogBean>selectOnlinePagination(RestJsonWrapperBean wrapper)List<CoreLoginLogBean>selectOnlineUserLoginLogList(String userId)-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 net.sinodawn.framework.support.base.service.GenericService
delete, delete, deleteCascadeById, getSinoAttrsMybatisMapper, insert, instantSave, isAvailableByCurrentUser, isUpdatedByCurrentUser, postUpdate, print, save, selectAll, selectById, selectByIdIfPresent, selectByRole, selectColumnById, selectColumnById, selectDetail, selectFirst, selectFirstByFilter, selectFirstByFilter, selectList, selectList, selectListByFilter, selectListByFilter, selectListByIds, selectPagination, selectPagination, selectPagination, selectPagination, selectPaginationByFilter, selectProcId, selectRawPagination, selectSearchablePagination, selectStatus, swap, update, updateColumn, updateCreatedBy, updateCreatedBy, updateIfChanged, updateIfChanged, validate, validateUnique, validateUnique, validateUnique
-
-
-
-
方法详细资料
-
getDao
public CoreLoginLogDao getDao()
- 指定者:
getDao在接口中GenericService<CoreLoginLogBean,Long>
-
insertLoginSuccessLog
public void insertLoginSuccessLog(String token, String userId, String orgId)
- 指定者:
insertLoginSuccessLog在接口中CoreLoginLogService
-
insertLoginFailureLog
public void insertLoginFailureLog(String userId, String remark)
- 指定者:
insertLoginFailureLog在接口中CoreLoginLogService
-
selectOnlineUserLoginLogList
public List<CoreLoginLogBean> selectOnlineUserLoginLogList(@Nullable String userId)
-
getCurrentLoginLog
public CoreLoginLogBean getCurrentLoginLog(String userId)
- 指定者:
getCurrentLoginLog在接口中CoreLoginLogService
-
selectOnlinePagination
public Page<CoreLoginLogBean> selectOnlinePagination(RestJsonWrapperBean wrapper)
- 指定者:
selectOnlinePagination在接口中CoreLoginLogService
-
offline
public void offline(RestJsonWrapperBean wrapper)
- 指定者:
offline在接口中CoreLoginLogService
-
assignLogout
@Transactional public void assignLogout(String token, String remark)
- 指定者:
assignLogout在接口中CoreLoginLogService
-
-