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

Packages that use CmsLayoutVO
skoinfo.rfc.menu.action   
skoinfo.rfc.menu.dao   
skoinfo.rfc.menu.vo   
skoinfo.rfc.rfcd.dao   
skoinfo.rfc.search.vo   
 

Uses of CmsLayoutVO in skoinfo.rfc.menu.action
 

Methods in skoinfo.rfc.menu.action that return CmsLayoutVO
 CmsLayoutVO LayoutAction.getCmsLayoutVO()
           cmsLayoutVO VO
 

Methods in skoinfo.rfc.menu.action that return types with arguments of type CmsLayoutVO
 java.util.List<CmsLayoutVO> LayoutAction.groupLayoutList(java.lang.String groupCd)
          해당 그룹에 해당하는 레이아웃 목록을 가져온다.
 java.util.List<CmsLayoutVO> LayoutAction.LayoutCopyList(java.lang.String groupCd, long layoutSid)
          해당 그룹에 해당하는 레이아웃 목록을 가져온다.
 

Methods in skoinfo.rfc.menu.action with parameters of type CmsLayoutVO
 void LayoutAction.setCmsLayoutVO(CmsLayoutVO cmsLayoutVO)
           cmsLayoutVO setter
 

Uses of CmsLayoutVO in skoinfo.rfc.menu.dao
 

Methods in skoinfo.rfc.menu.dao that return CmsLayoutVO
 CmsLayoutVO LayoutDAO.getDefaultLayout(org.hibernate.Session session, java.lang.String serverName)
          디볼트 레이아웃 보기 DAO
 CmsLayoutVO LayoutDAO.viewLayout(org.hibernate.Session session, CmsLayoutVO cmsLayoutVO)
          레이아웃 보기 DAO
 CmsLayoutVO LayoutDAO.viewLayout(org.hibernate.Session session, long layoutSid)
          레이아웃 보기 DAO
 

Methods in skoinfo.rfc.menu.dao that return types with arguments of type CmsLayoutVO
 java.util.List<CmsLayoutVO> LayoutDAO.groupLayoutList(org.hibernate.Session session, java.lang.String groupCd)
          그룹에 해당하는 레이아웃 목록 DAO
 java.util.List<CmsLayoutVO> LayoutDAO.LayoutCopyList(org.hibernate.Session session, java.lang.String groupCd, long layoutSid)
          그룹에 해당하는 레이아웃(자신것 제외) 목록 DAO
 java.util.List<CmsLayoutVO> LayoutDAO.LayoutList(org.hibernate.Session session, java.lang.String groupCd, java.lang.String keyword, int beginRow, int rowCount, java.util.ArrayList orderByList)
          레이아웃 목록 DAO
 

Methods in skoinfo.rfc.menu.dao with parameters of type CmsLayoutVO
 void LayoutDAO.deleteLayout(org.hibernate.Session session, CmsLayoutVO cmsLayoutVO)
          레이아웃 삭제 DAO
 void LayoutDAO.updateLayout(org.hibernate.Session session, CmsLayoutVO cmsLayoutVO)
          레이아웃 수정 DAO
 CmsLayoutVO LayoutDAO.viewLayout(org.hibernate.Session session, CmsLayoutVO cmsLayoutVO)
          레이아웃 보기 DAO
 long LayoutDAO.writeLayout(org.hibernate.Session session, CmsLayoutVO cmsLayoutVO)
          레이아웃 저장 DAO
 void LayoutDAO.writeLayoutBackUp(org.hibernate.Session session, CmsLayoutVO cmsLayoutVO, SessionManager sm, java.lang.String flag)
          레이아웃백업 Insert
 

Uses of CmsLayoutVO in skoinfo.rfc.menu.vo
 

Methods in skoinfo.rfc.menu.vo that return types with arguments of type CmsLayoutVO
 java.util.List<CmsLayoutVO> CmsLayoutVO.getCmsLayoutVOList()
           
 java.util.List<CmsLayoutVO> CmsLayoutBackUpVO.getCmsLayoutVOList()
           
 java.util.List<CmsLayoutVO> MenuVO.getLayoutVOList()
           
 java.util.List<CmsLayoutVO> ContentsVO.getLayoutVOList()
           
 

Method parameters in skoinfo.rfc.menu.vo with type arguments of type CmsLayoutVO
 void CmsLayoutVO.setCmsLayoutVOList(java.util.List<CmsLayoutVO> cmsLayoutVOList)
           
 void CmsLayoutBackUpVO.setCmsLayoutVOList(java.util.List<CmsLayoutVO> cmsLayoutVOList)
           
 void MenuVO.setLayoutVOList(java.util.List<CmsLayoutVO> layoutVOList)
           
 void ContentsVO.setLayoutVOList(java.util.List<CmsLayoutVO> layoutVOList)
           
 

Uses of CmsLayoutVO in skoinfo.rfc.rfcd.dao
 

Methods in skoinfo.rfc.rfcd.dao that return CmsLayoutVO
 CmsLayoutVO PrintLayoutDAO.viewLayoutContents(org.hibernate.Session session, java.lang.Long layoutSid)
           
 

Methods in skoinfo.rfc.rfcd.dao that return types with arguments of type CmsLayoutVO
 java.util.List<CmsLayoutVO> PrintLayoutDAO.getLayoutList(org.hibernate.Session session, java.lang.String groupCd)
          Layout List
 

Methods in skoinfo.rfc.rfcd.dao with parameters of type CmsLayoutVO
 void PrintLayoutDAO.updateContents(org.hibernate.Session session, CmsLayoutVO layoutVO, java.lang.String contents)
          레이아웃 수정 DAO
 void PrintLayoutDAO.writeRfcdLayoutBackUp(org.hibernate.Session session, CmsLayoutVO layoutVO, java.lang.String flag, java.lang.String userId)
          레이아웃백업 Insert
 

Uses of CmsLayoutVO in skoinfo.rfc.search.vo
 

Methods in skoinfo.rfc.search.vo that return types with arguments of type CmsLayoutVO
 java.util.List<CmsLayoutVO> SearchVO.getLayoutVOList()
           
 

Method parameters in skoinfo.rfc.search.vo with type arguments of type CmsLayoutVO
 void SearchVO.setLayoutVOList(java.util.List<CmsLayoutVO> layoutVOList)