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

Packages that use SsoTargServerVO
skoinfo.rfc.sso.action   
skoinfo.rfc.sso.dao   
 

Uses of SsoTargServerVO in skoinfo.rfc.sso.action
 

Methods in skoinfo.rfc.sso.action that return SsoTargServerVO
 SsoTargServerVO RfcEamServerAction.getSsoTargServerVO()
           Group VO
 

Methods in skoinfo.rfc.sso.action that return types with arguments of type SsoTargServerVO
 java.util.List<SsoTargServerVO> RfcEamServerAction.getServerList()
           
 

Methods in skoinfo.rfc.sso.action with parameters of type SsoTargServerVO
 void RfcEamServerAction.setGroupVO(SsoTargServerVO ssoTargServerVO)
           GroupVO setter
 void RfcEamClientAction.targetSsoServerXml(java.lang.String code, java.lang.String msg, SsoTargServerVO ssoTargServerVO)
           
 void RfcEamClientAction.targetSsoUserServerXml(java.lang.String code, java.lang.String msg, SsoTargServerVO ssoTargServerVO, SsoTargetUserVO ssoTargetUserVO)
           
 

Method parameters in skoinfo.rfc.sso.action with type arguments of type SsoTargServerVO
 void RfcEamServerAction.setServerList(java.util.List<SsoTargServerVO> serverList)
           
 void RfcEamClientAction.targetSsoServerXml(java.lang.String code, java.lang.String msg, java.util.List<SsoTargServerVO> list)
           
 

Uses of SsoTargServerVO in skoinfo.rfc.sso.dao
 

Methods in skoinfo.rfc.sso.dao that return SsoTargServerVO
 SsoTargServerVO SsoDAO.getSsoTargServerInfo(org.hibernate.Session session, long sid)
          대상 서버 정보 보기 DAO
 SsoTargServerVO SsoDAO.getSsoTargServerInfo(org.hibernate.Session session, java.lang.String siteDomain)
          대상 서버 정보 보기 DAO
 

Methods in skoinfo.rfc.sso.dao that return types with arguments of type SsoTargServerVO
 java.util.List<SsoTargServerVO> SsoDAO.getTargServerList(org.hibernate.Session session, java.lang.String isUse)
          대상 서버 목록 리스트 DAO
 

Methods in skoinfo.rfc.sso.dao with parameters of type SsoTargServerVO
 int SsoDAO.updateTargServer(org.hibernate.Session session, SsoTargServerVO ssoTargServerVO)
          대상 서버 수정
 int SsoDAO.writeTargServer(org.hibernate.Session session, SsoTargServerVO ssoTargServerVO)
          대상 서버 등록