Modifier and Type | Method and Description |
---|---|
List<LoginAccesHistVO> |
LoginAccesHistMapper.selectLastLoginAccesHistList(String userId,
org.apache.ibatis.session.RowBounds rowBounds)
최신순으로 정렬된 접속 이력 목록을 조회한다.
|
Modifier and Type | Method and Description |
---|---|
void |
LoginAccesHistMapper.insertLoginAccesHist(LoginAccesHistVO vo)
접속 이력을 추가한다.
|
Modifier and Type | Method and Description |
---|---|
LoginAccesHistVO |
LoginAccessHistService.selectLastLoginAccessHist(String userId)
마지막 로그인 이력 조회
|
Modifier and Type | Method and Description |
---|---|
LoginAccesHistVO |
LoginAccessHistServiceImpl.selectLastLoginAccessHist(String userId)
마지막 로그인 이력 조회
|
Modifier and Type | Method and Description |
---|---|
static LoginAccesHistVO |
SessionUtils.getSessionInfo(String jsessionId)
로그인 접속이력을 가져온다.
|
Modifier and Type | Method and Description |
---|---|
static void |
SessionUtils.putSessionInfo(LoginAccesHistVO vo)
로그인 접속이력을 저장한다.
|
Copyright © 2025. All rights reserved.