Uses of Class
net.risesoft.y9public.entity.Y9logUserLoginInfo
-
Packages that use Y9logUserLoginInfo Package Description net.risesoft.util net.risesoft.y9public.repository net.risesoft.y9public.repository.custom net.risesoft.y9public.repository.custom.impl -
-
Uses of Y9logUserLoginInfo in net.risesoft.util
Methods in net.risesoft.util with parameters of type Y9logUserLoginInfo Modifier and Type Method Description static net.risesoft.model.userlogininfo.LoginInfoAccessLogModelConvertUtil. userLoginInfoEsToModel(Y9logUserLoginInfo userLoginInfo)Method parameters in net.risesoft.util with type arguments of type Y9logUserLoginInfo Modifier and Type Method Description static List<net.risesoft.model.userlogininfo.LoginInfo>AccessLogModelConvertUtil. userLoginInfoEsListToModels(List<Y9logUserLoginInfo> userLoginInfos) -
Uses of Y9logUserLoginInfo in net.risesoft.y9public.repository
Methods in net.risesoft.y9public.repository that return Y9logUserLoginInfo Modifier and Type Method Description Y9logUserLoginInfoY9logUserLoginInfoRepository. findTopByTenantIdAndUserIdOrderByLoginTimeDesc(String tenantId, String userId)Methods in net.risesoft.y9public.repository that return types with arguments of type Y9logUserLoginInfo Modifier and Type Method Description org.springframework.data.domain.Page<Y9logUserLoginInfo>Y9logUserLoginInfoRepository. findBySuccessAndUserHostIpAndUserId(String success, String userHostIp, String userId, org.springframework.data.domain.Pageable pageable)org.springframework.data.domain.Page<Y9logUserLoginInfo>Y9logUserLoginInfoRepository. findByTenantIdAndManagerLevel(String tenantId, String managerLevel, org.springframework.data.domain.Pageable pageable)org.springframework.data.domain.Page<Y9logUserLoginInfo>Y9logUserLoginInfoRepository. findByTenantIdAndSuccessAndUserHostIpAndUserId(String tenantId, String success, String userHostIp, String userId, org.springframework.data.domain.Pageable pageable)org.springframework.data.domain.Page<Y9logUserLoginInfo>Y9logUserLoginInfoRepository. findByUserHostIpAndSuccess(String userHostIp, String success, org.springframework.data.domain.Pageable pageable)List<Y9logUserLoginInfo>Y9logUserLoginInfoRepository. findByUserId(String userId)Set<Y9logUserLoginInfo>Y9logUserLoginInfoRepository. findByUserIdAndSuccess(String userId, String success) -
Uses of Y9logUserLoginInfo in net.risesoft.y9public.repository.custom
Methods in net.risesoft.y9public.repository.custom that return types with arguments of type Y9logUserLoginInfo Modifier and Type Method Description net.risesoft.pojo.Y9Page<Y9logUserLoginInfo>Y9logUserLoginInfoCustomRepository. page(String tenantId, String userHostIp, String userId, String success, String startTime, String endTime, net.risesoft.pojo.Y9PageQuery pageQuery)net.risesoft.pojo.Y9Page<Y9logUserLoginInfo>Y9logUserLoginInfoCustomRepository. pageByLoginTimeBetweenAndSuccess(Date startTime, Date endTime, String success, int page, int rows)net.risesoft.pojo.Y9Page<Y9logUserLoginInfo>Y9logUserLoginInfoCustomRepository. pageByUserHostIpLikeAndLoginTimeBetweenAndSuccess(String userHostIp, Date startTime, Date endTime, String success, int page, int rows)net.risesoft.pojo.Y9Page<Y9logUserLoginInfo>Y9logUserLoginInfoCustomRepository. searchQuery(String tenantId, String managerLevel, net.risesoft.model.log.LogInfoModel loginInfoModel, int page, int rows) -
Uses of Y9logUserLoginInfo in net.risesoft.y9public.repository.custom.impl
Methods in net.risesoft.y9public.repository.custom.impl that return types with arguments of type Y9logUserLoginInfo Modifier and Type Method Description net.risesoft.pojo.Y9Page<Y9logUserLoginInfo>Y9logUserLoginInfoCustomRepositoryImpl. page(String tenantId, String userHostIp, String userId, String success, String startTime, String endTime, net.risesoft.pojo.Y9PageQuery pageQuery)net.risesoft.pojo.Y9Page<Y9logUserLoginInfo>Y9logUserLoginInfoCustomRepositoryImpl. pageByLoginTimeBetweenAndSuccess(Date startTime, Date endTime, String success, int page, int rows)net.risesoft.pojo.Y9Page<Y9logUserLoginInfo>Y9logUserLoginInfoCustomRepositoryImpl. pageByUserHostIpLikeAndLoginTimeBetweenAndSuccess(String userHostIp, Date startTime, Date endTime, String success, int page, int rows)net.risesoft.pojo.Y9Page<Y9logUserLoginInfo>Y9logUserLoginInfoCustomRepositoryImpl. searchQuery(String tenantId, String managerLevel, net.risesoft.model.log.LogInfoModel loginInfoModel, int page, int rows)Methods in net.risesoft.y9public.repository.custom.impl with parameters of type Y9logUserLoginInfo Modifier and Type Method Description voidY9logUserLoginInfoCustomRepositoryImpl. save(Y9logUserLoginInfo y9logUserLoginInfo)
-