|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SsoLoginHistoryVO | |
|---|---|
| skoinfo.rfc.admin.action | |
| skoinfo.rfc.sso.dao | |
| Uses of SsoLoginHistoryVO in skoinfo.rfc.admin.action |
|---|
| Methods in skoinfo.rfc.admin.action that return types with arguments of type SsoLoginHistoryVO | |
|---|---|
java.util.List<SsoLoginHistoryVO> |
MainAction.getUserVisitList()
|
| Method parameters in skoinfo.rfc.admin.action with type arguments of type SsoLoginHistoryVO | |
|---|---|
void |
MainAction.setUserVisitList(java.util.List<SsoLoginHistoryVO> userVisitList)
|
| Uses of SsoLoginHistoryVO in skoinfo.rfc.sso.dao |
|---|
| Methods in skoinfo.rfc.sso.dao that return types with arguments of type SsoLoginHistoryVO | |
|---|---|
java.util.List<SsoLoginHistoryVO> |
SsoDAO.getUserVisitList(org.hibernate.Session session,
java.lang.String groupCd,
int beginRow,
int rowCount,
int groupLevel)
최근 접속자 가져오기 |
| Methods in skoinfo.rfc.sso.dao with parameters of type SsoLoginHistoryVO | |
|---|---|
void |
SsoDAO.saveLoginHistory(org.hibernate.Session session,
SsoLoginHistoryVO ssoLoginHistoryVO)
로그인 히스토리 저장 DAO |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||