Uses of Class
skoinfo.rfc.mobile.vo.MobileContentsVO

Packages that use MobileContentsVO
skoinfo.rfc.mobile.action   
skoinfo.rfc.mobile.dao   
skoinfo.rfc.mobile.vo   
 

Uses of MobileContentsVO in skoinfo.rfc.mobile.action
 

Methods in skoinfo.rfc.mobile.action that return types with arguments of type MobileContentsVO
 java.util.List<MobileContentsVO> MobileAction.initContents(long mobileSid, long mobileContentsSid)
          모바일에 연동된 컨텐츠를 가져온다.
 

Uses of MobileContentsVO in skoinfo.rfc.mobile.dao
 

Methods in skoinfo.rfc.mobile.dao that return MobileContentsVO
 MobileContentsVO MobileDAO.getMobileContentsVO(org.hibernate.Session session, long mobileContentsSid)
          모바일 메뉴와 연동된 컨텐츠 객체 반환
 MobileContentsVO MobileDAO.getMobileContentsVO(org.hibernate.Session session, java.lang.String mobileCd, long contentsSid)
           
 

Methods in skoinfo.rfc.mobile.dao that return types with arguments of type MobileContentsVO
 java.util.List<MobileContentsVO> MobileDAO.getContentsList(org.hibernate.Session session, long mobileSid)
          모바일 메뉴에 연동된 컨텐츠 리스트
 java.util.List<MobileContentsVO> MobileDAO.getContentsList(org.hibernate.Session session, long contentsSid, boolean temp)
           
 java.util.List<MobileContentsVO> MobileDAO.getContentsList(org.hibernate.Session session, long mobileSid, java.lang.String contentsType)
           
 

Methods in skoinfo.rfc.mobile.dao with parameters of type MobileContentsVO
 void MobileDAO.deleteContents(org.hibernate.Session session, MobileContentsVO mobileContentsVO)
           
 void MobileDAO.insertContents(org.hibernate.Session session, MobileContentsVO mobileContentsVO)
          모바일 메뉴 연동 컨텐츠 등록
 

Uses of MobileContentsVO in skoinfo.rfc.mobile.vo
 

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

Method parameters in skoinfo.rfc.mobile.vo with type arguments of type MobileContentsVO
 void MobileVO.setMobileContentsVOList(java.util.List<MobileContentsVO> mobileContentsVOList)