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

Packages that use ContentsBackUpVO
skoinfo.rfc.menu.action   
skoinfo.rfc.menu.dao   
 

Uses of ContentsBackUpVO in skoinfo.rfc.menu.action
 

Methods in skoinfo.rfc.menu.action that return ContentsBackUpVO
 ContentsBackUpVO ContentsOfficeAction.getContentsBackUpVO()
           
 ContentsBackUpVO ContentsAction.getContentsBackUpVO()
           
 

Methods in skoinfo.rfc.menu.action that return types with arguments of type ContentsBackUpVO
 java.util.List<ContentsBackUpVO> ContentsAction.getContentsBackUpList(java.lang.String groupCd, long constSid, java.lang.String flag, int count)
          백업본 컨텐츠 가져오기
 

Methods in skoinfo.rfc.menu.action with parameters of type ContentsBackUpVO
 void ContentsOfficeAction.setContentsBackUpVO(ContentsBackUpVO contentsBackUpVO)
           
 void ContentsAction.setContentsBackUpVO(ContentsBackUpVO contentsBackUpVO)
           
 

Uses of ContentsBackUpVO in skoinfo.rfc.menu.dao
 

Methods in skoinfo.rfc.menu.dao that return ContentsBackUpVO
 ContentsBackUpVO ContentsDAO.viewContentsBackUp(org.hibernate.Session session, long contentsBpSid)
          컨텐츠백업 보기 DAO
 

Methods in skoinfo.rfc.menu.dao that return types with arguments of type ContentsBackUpVO
 java.util.List<ContentsBackUpVO> ContentsDAO.ContentsBackUpList(org.hibernate.Session session, java.lang.String groupCd, long contentsSid, java.lang.String flag, int rowCount)
          컨텐츠백업 List
 

Methods in skoinfo.rfc.menu.dao with parameters of type ContentsBackUpVO
 void ContentsDAO.updateContentsBackup(org.hibernate.Session session, ContentsBackUpVO viewVO)
          컨텐츠 백업시점 업데이트