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

Packages that use SsoEaVO
skoinfo.rfc.rfcd.vo   
skoinfo.rfc.sso.action   
skoinfo.rfc.sso.dao   
skoinfo.rfc.user.vo   
 

Uses of SsoEaVO in skoinfo.rfc.rfcd.vo
 

Methods in skoinfo.rfc.rfcd.vo that return SsoEaVO
 SsoEaVO PrintUserVO.getSsoEaVO()
           
 

Methods in skoinfo.rfc.rfcd.vo with parameters of type SsoEaVO
 void PrintUserVO.setSsoEaVO(SsoEaVO ssoEaVO)
           
 

Uses of SsoEaVO in skoinfo.rfc.sso.action
 

Methods in skoinfo.rfc.sso.action that return SsoEaVO
 SsoEaVO EaUserLogin.getSsoEaVO()
           
 

Methods in skoinfo.rfc.sso.action with parameters of type SsoEaVO
 void EaUserLogin.setSsoEaVO(SsoEaVO ssoEaVO)
           
 

Uses of SsoEaVO in skoinfo.rfc.sso.dao
 

Methods in skoinfo.rfc.sso.dao that return SsoEaVO
 SsoEaVO SsoDAO.getEaIdInfo(org.hibernate.Session session, java.lang.String eaId)
          전자결재 EA_ID 매핑정보 가져오기
 

Methods in skoinfo.rfc.sso.dao with parameters of type SsoEaVO
 void SsoDAO.saveEaId(org.hibernate.Session session, SsoEaVO ssoEaVO)
          전자결재 EA_ID 매핑정보 저장하기
 void SsoDAO.updateEaId(org.hibernate.Session session, SsoEaVO ssoEaVO)
          전자결재 EA_ID 매핑정보 수정하기
 

Uses of SsoEaVO in skoinfo.rfc.user.vo
 

Methods in skoinfo.rfc.user.vo that return SsoEaVO
 SsoEaVO UserVO.getSsoEaVO()
           
 

Methods in skoinfo.rfc.user.vo with parameters of type SsoEaVO
 void UserVO.setSsoEaVO(SsoEaVO ssoEaVO)