接口 CoreLoginLogService
-
- 所有超级接口:
GenericService<CoreLoginLogBean,Long>
- 所有已知实现类:
CoreLoginLogServiceImpl
public interface CoreLoginLogService extends GenericService<CoreLoginLogBean,Long>
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidassignLogout(String token, String remark)CoreLoginLogBeangetCurrentLoginLog(String userId)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)-
从接口继承的方法 net.sinodawn.framework.support.base.service.GenericService
delete, delete, deleteCascadeById, getDao, 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
-
-
-
-
方法详细资料
-
selectOnlineUserLoginLogList
List<CoreLoginLogBean> selectOnlineUserLoginLogList(@Nullable String userId)
-
getCurrentLoginLog
CoreLoginLogBean getCurrentLoginLog(String userId)
-
selectOnlinePagination
Page<CoreLoginLogBean> selectOnlinePagination(RestJsonWrapperBean wrapper)
-
offline
void offline(RestJsonWrapperBean wrapper)
-
-