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

Packages that use ContentsVO
skoinfo.rfc   
skoinfo.rfc.board.action   
skoinfo.rfc.education.action   
skoinfo.rfc.menu   
skoinfo.rfc.menu.action   
skoinfo.rfc.menu.dao   
skoinfo.rfc.menu.vo   
skoinfo.rfc.mobile   
skoinfo.rfc.mobile.vo   
skoinfo.rfc.question.action   
skoinfo.rfc.rfcd.action   
skoinfo.rfc.rfcd.dao   
skoinfo.rfc.search.dao   
skoinfo.rfc.user   
 

Uses of ContentsVO in skoinfo.rfc
 

Methods in skoinfo.rfc that return ContentsVO
 ContentsVO IndexAction.getContentsVO()
           
 

Uses of ContentsVO in skoinfo.rfc.board.action
 

Methods in skoinfo.rfc.board.action that return ContentsVO
 ContentsVO BoardDataAction.getContentsVO()
           
 

Methods in skoinfo.rfc.board.action with parameters of type ContentsVO
 void BoardDataAction.setContentsVO(ContentsVO contentsVO)
           
 

Uses of ContentsVO in skoinfo.rfc.education.action
 

Methods in skoinfo.rfc.education.action that return ContentsVO
 ContentsVO EduStudentAction.getContentsVO()
           
 

Methods in skoinfo.rfc.education.action with parameters of type ContentsVO
 void EduStudentAction.setContentsVO(ContentsVO contentsVO)
           
 

Uses of ContentsVO in skoinfo.rfc.menu
 

Methods in skoinfo.rfc.menu that return ContentsVO
 ContentsVO CmsManager.getContentsVO()
          컨텐츠 전체 내용 가져오기
 

Uses of ContentsVO in skoinfo.rfc.menu.action
 

Methods in skoinfo.rfc.menu.action that return ContentsVO
 ContentsVO ContentsOfficeAction.getContentsVO()
           ContentsVO VO
 ContentsVO ContentsAction.getContentsVO()
           ContentsVO VO
 

Methods in skoinfo.rfc.menu.action that return types with arguments of type ContentsVO
 java.util.List<ContentsVO> ContentsOfficeAction.getContentsVOList()
           
 java.util.List<ContentsVO> ContentsAction.getContentsVOList()
           
 

Methods in skoinfo.rfc.menu.action with parameters of type ContentsVO
 void ContentsOfficeAction.setContentsVO(ContentsVO contentsVO)
           ContentsVO setter
 void ContentsAction.setContentsVO(ContentsVO contentsVO)
           ContentsVO setter
 

Method parameters in skoinfo.rfc.menu.action with type arguments of type ContentsVO
 void ContentsOfficeAction.setContentsVOList(java.util.List<ContentsVO> contentsVOList)
           
 void ContentsAction.setContentsVOList(java.util.List<ContentsVO> contentsVOList)
           
 

Uses of ContentsVO in skoinfo.rfc.menu.dao
 

Methods in skoinfo.rfc.menu.dao that return ContentsVO
 ContentsVO ContentsDAO.getContents(org.hibernate.Session session, java.lang.Long sid)
          컨텐츠 보기 DAO
 ContentsVO ContentsDAO.getMobileContents(org.hibernate.Session session, java.lang.String guid)
          RSS 입력 컨텐츠 가져오기 [2010-06-15 : 원서형]
 ContentsVO ContentsDAO.viewContents(org.hibernate.Session session, ContentsVO viewVO)
          컨텐츠 보기 DAO
 

Methods in skoinfo.rfc.menu.dao that return types with arguments of type ContentsVO
 java.util.List<ContentsVO> ContentsDAO.ContentsList(org.hibernate.Session session, java.lang.String groupCd, java.lang.String contentsType, java.lang.String contentsStyle, java.lang.String keyword, long sid, int beginRow, int rowCount, java.util.ArrayList orderByList, java.lang.String mobileIsUse)
          컨텐츠 검색 목록 DAO
 java.util.List<ContentsVO> ContentsDAO.groupContentsList(org.hibernate.Session session, java.lang.String groupCd)
          그룹에 해당하는 컨텐츠 목록 DAO
 

Methods in skoinfo.rfc.menu.dao with parameters of type ContentsVO
 void ContentsDAO.deleteContents(org.hibernate.Session session, ContentsVO contentsVO)
          컨텐츠 삭제
 void ContentsDAO.initFileApply(org.hibernate.Session session, ContentsVO contentsVO)
          컨텐츠 수정 DAO
 void ContentsDAO.updateContents(org.hibernate.Session session, ContentsVO contentsVO)
          컨텐츠 수정 DAO
 ContentsVO ContentsDAO.viewContents(org.hibernate.Session session, ContentsVO viewVO)
          컨텐츠 보기 DAO
 int ContentsDAO.writeContents(org.hibernate.Session session, ContentsVO contentsVO)
          컨텐츠 Insert
 void ContentsDAO.writeContentsBackUp(org.hibernate.Session session, ContentsVO contentsVO, SessionManager sm, java.lang.String flag)
          컨텐츠백업 Insert
 int ContentsDAO.writeMobileContents(org.hibernate.Session session, ContentsVO contentsVO)
          RSS 데이터 입력 [2010-06-15 : 원서형]
 

Uses of ContentsVO in skoinfo.rfc.menu.vo
 

Methods in skoinfo.rfc.menu.vo that return ContentsVO
 ContentsVO MenuVO.getContentsVO()
           
 ContentsVO CmsLayoutVO.getContentsVO()
           
 

Methods in skoinfo.rfc.menu.vo with parameters of type ContentsVO
 void MenuVO.setContentsVO(ContentsVO contentsVO)
           
 void CmsLayoutVO.setContentsVO(ContentsVO contentsVO)
           
 

Uses of ContentsVO in skoinfo.rfc.mobile
 

Methods in skoinfo.rfc.mobile that return ContentsVO
 ContentsVO MobileManager.getContentsVO()
          컨텐츠 전체 내용 가져오기
 

Uses of ContentsVO in skoinfo.rfc.mobile.vo
 

Methods in skoinfo.rfc.mobile.vo that return ContentsVO
 ContentsVO MobileVO.getContentsVO()
           
 

Methods in skoinfo.rfc.mobile.vo that return types with arguments of type ContentsVO
 java.util.List<ContentsVO> MobileVO.getContentsVOList()
           
 

Methods in skoinfo.rfc.mobile.vo with parameters of type ContentsVO
 void MobileVO.setContentsVO(ContentsVO contentsVO)
           
 

Method parameters in skoinfo.rfc.mobile.vo with type arguments of type ContentsVO
 void MobileVO.setContentsVOList(java.util.List<ContentsVO> contentsVOList)
           
 

Uses of ContentsVO in skoinfo.rfc.question.action
 

Methods in skoinfo.rfc.question.action that return ContentsVO
 ContentsVO UserQuestionAction.getContentsVO()
           
 

Methods in skoinfo.rfc.question.action with parameters of type ContentsVO
 void UserQuestionAction.setContentsVO(ContentsVO contentsVO)
           
 

Uses of ContentsVO in skoinfo.rfc.rfcd.action
 

Methods in skoinfo.rfc.rfcd.action that return ContentsVO
 ContentsVO PrintContentListAction.getContentsVO()
           
 

Methods in skoinfo.rfc.rfcd.action with parameters of type ContentsVO
 void PrintContentListAction.setContentsVO(ContentsVO contentsVO)
           
 

Uses of ContentsVO in skoinfo.rfc.rfcd.dao
 

Methods in skoinfo.rfc.rfcd.dao that return ContentsVO
 ContentsVO PrintContentDAO.viewContents(org.hibernate.Session session, ContentsVO viewVO)
          컨텐츠 보기 DAO
 

Methods in skoinfo.rfc.rfcd.dao that return types with arguments of type ContentsVO
 java.util.List<ContentsVO> PrintContentDAO.contentList(org.hibernate.Session session, java.lang.String groupCd, java.lang.String contentStyle, java.util.ArrayList orderByList)
           
 java.util.List<ContentsVO> PrintContentDAO.contentOfSid(org.hibernate.Session session, java.lang.String contentsSid)
           
 

Methods in skoinfo.rfc.rfcd.dao with parameters of type ContentsVO
 void PrintContentDAO.updateContents(org.hibernate.Session session, ContentsVO contentsVO, java.lang.String contents)
          컨텐츠 수정 DAO
 ContentsVO PrintContentDAO.viewContents(org.hibernate.Session session, ContentsVO viewVO)
          컨텐츠 보기 DAO
 void PrintContentDAO.writeRfcdContentsBackUp(org.hibernate.Session session, ContentsVO contentsVO, SessionManager sm, java.lang.String flag, java.lang.String userId)
          컨텐츠백업 Insert
 

Uses of ContentsVO in skoinfo.rfc.search.dao
 

Methods in skoinfo.rfc.search.dao with parameters of type ContentsVO
 java.util.List<java.lang.Long> SearchDAO.getMenuContentsSid(org.hibernate.Session session, ContentsVO contentsVO)
          메뉴와 컨텐츠 연결여부 검사(20091016 : 원서형)
 

Uses of ContentsVO in skoinfo.rfc.user
 

Methods in skoinfo.rfc.user that return ContentsVO
 ContentsVO SessionManager.getContentsVO()
          컨텐츠 전체 내용 가져오기