Uses of Class
skoinfo.rfc.menu.vo.WSSVO

Packages that use WSSVO
skoinfo.rfc.common.util   
skoinfo.rfc.group.vo   
skoinfo.rfc.menu.action   
skoinfo.rfc.menu.dao   
skoinfo.rfc.menu.vo   
 

Uses of WSSVO in skoinfo.rfc.common.util
 

Methods in skoinfo.rfc.common.util that return types with arguments of type WSSVO
static java.util.ArrayList<WSSVO> CommonUtil.WssResultList(java.lang.String result, java.lang.String rootPath)
           
 

Uses of WSSVO in skoinfo.rfc.group.vo
 

Methods in skoinfo.rfc.group.vo that return WSSVO
 WSSVO GroupVO.getWSSVO()
           
 

Methods in skoinfo.rfc.group.vo with parameters of type WSSVO
 void GroupVO.setWSSVO(WSSVO wssvo)
           
 

Uses of WSSVO in skoinfo.rfc.menu.action
 

Methods in skoinfo.rfc.menu.action that return types with arguments of type WSSVO
 java.util.ArrayList<WSSVO> ContentsAction.checkWSS(long sid, java.lang.String gubun, java.lang.String groupCd, java.lang.String saveGubun)
           
 

Uses of WSSVO in skoinfo.rfc.menu.dao
 

Method parameters in skoinfo.rfc.menu.dao with type arguments of type WSSVO
 void ContentsDAO.insertWssoError(org.hibernate.Session session, long wssSid, java.util.ArrayList<WSSVO> resultList)
          웹접근성 오류 Insert
 

Uses of WSSVO in skoinfo.rfc.menu.vo
 

Methods in skoinfo.rfc.menu.vo that return types with arguments of type WSSVO
 java.util.List<WSSVO> WSSVO.getContentsWssList()
           
 java.util.List<WSSVO> WSSVO.getLayoutWssList()
           
 java.util.List<WSSVO> WSSVO.getTotalWssList()
           
 

Method parameters in skoinfo.rfc.menu.vo with type arguments of type WSSVO
 void WSSVO.setContentsWssList(java.util.List<WSSVO> contentsWssList)
           
 void WSSVO.setLayoutWssList(java.util.List<WSSVO> layoutWssList)
           
 void WSSVO.setTotalWssList(java.util.List<WSSVO> totalWssList)