Uses of Class
skoinfo.rfc.sso.vo.SsoUserVO

Packages that use SsoUserVO
skoinfo.rfc.sso.action   
skoinfo.rfc.sso.dao   
skoinfo.rfc.user.action   
 

Uses of SsoUserVO in skoinfo.rfc.sso.action
 

Methods in skoinfo.rfc.sso.action that return SsoUserVO
 SsoUserVO SsoUserLoginSync.getSsoUserVO()
           
 SsoUserVO SsoUserLogin.getSsoUserVO()
           
 SsoUserVO SsoAdminLogin.getSsoUserVO()
           
 

Methods in skoinfo.rfc.sso.action with parameters of type SsoUserVO
 void SsoUserLoginSync.setSsoUserVO(SsoUserVO ssoUserVO)
           
 void SsoUserLogin.setSsoUserVO(SsoUserVO ssoUserVO)
           
 void SsoAdminLogin.setSsoUserVO(SsoUserVO ssoUserVO)
           
 

Uses of SsoUserVO in skoinfo.rfc.sso.dao
 

Methods in skoinfo.rfc.sso.dao that return SsoUserVO
 SsoUserVO SsoDAO.isLoginInfo(org.hibernate.Session session, java.lang.String sessionKey)
           
 

Methods in skoinfo.rfc.sso.dao that return types with arguments of type SsoUserVO
 java.util.List<SsoUserVO> SsoDAO.getCurrUserList(org.hibernate.Session session, int beginRow, int rowCount)
          현재접속회원 리스트 DAO [원서형 : 2009-11-04]
 

Uses of SsoUserVO in skoinfo.rfc.user.action
 

Methods in skoinfo.rfc.user.action that return types with arguments of type SsoUserVO
 java.util.List<SsoUserVO> UserAction.getCurrUserList()
           
 

Method parameters in skoinfo.rfc.user.action with type arguments of type SsoUserVO
 void UserAction.setCurrUserList(java.util.List<SsoUserVO> currUserList)