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

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

Uses of CmsLayoutBackUpVO in skoinfo.rfc.menu.action
 

Methods in skoinfo.rfc.menu.action that return CmsLayoutBackUpVO
 CmsLayoutBackUpVO LayoutAction.getCmsLayoutBackUpVO()
           
 

Methods in skoinfo.rfc.menu.action that return types with arguments of type CmsLayoutBackUpVO
 java.util.List<CmsLayoutBackUpVO> LayoutAction.getLayoutBackUpList(java.lang.String groupCd, long layoutSid, java.lang.String flag, int count)
          백업본 레이아웃 가져오기
 

Methods in skoinfo.rfc.menu.action with parameters of type CmsLayoutBackUpVO
 void LayoutAction.setCmsLayoutBackUpVO(CmsLayoutBackUpVO cmsLayoutBackUpVO)
           
 

Uses of CmsLayoutBackUpVO in skoinfo.rfc.menu.dao
 

Methods in skoinfo.rfc.menu.dao that return CmsLayoutBackUpVO
 CmsLayoutBackUpVO LayoutDAO.viewLayoutBackUp(org.hibernate.Session session, long layoutBpSid)
          레이아웃백업 보기 DAO
 

Methods in skoinfo.rfc.menu.dao that return types with arguments of type CmsLayoutBackUpVO
 java.util.List<CmsLayoutBackUpVO> LayoutDAO.LayoutBackUpList(org.hibernate.Session session, java.lang.String groupCd, long layoutSid, java.lang.String flag, int rowCount)
          레이아웃백업 List
 

Methods in skoinfo.rfc.menu.dao with parameters of type CmsLayoutBackUpVO
 void LayoutDAO.updateCmsLayoutBackup(org.hibernate.Session session, CmsLayoutBackUpVO viewVO)
          레이아웃백업시점 업데이트