Uses of Class
skoinfo.rfc.photo.vo.PhotoMainSliderBoxVO

Packages that use PhotoMainSliderBoxVO
skoinfo.rfc.photo.action   
skoinfo.rfc.photo.dao   
 

Uses of PhotoMainSliderBoxVO in skoinfo.rfc.photo.action
 

Methods in skoinfo.rfc.photo.action that return types with arguments of type PhotoMainSliderBoxVO
 java.util.List<PhotoMainSliderBoxVO> PhotoDataGroupAction.getMainImageList()
           
 

Method parameters in skoinfo.rfc.photo.action with type arguments of type PhotoMainSliderBoxVO
 void PhotoDataGroupAction.setMainImageList(java.util.List<PhotoMainSliderBoxVO> mainImageList)
           
 

Uses of PhotoMainSliderBoxVO in skoinfo.rfc.photo.dao
 

Methods in skoinfo.rfc.photo.dao that return PhotoMainSliderBoxVO
 PhotoMainSliderBoxVO PhotoDAO.getMainImageInfo(org.hibernate.Session session, long sboxSid)
          메인 이미지함 개별 정보
 

Methods in skoinfo.rfc.photo.dao that return types with arguments of type PhotoMainSliderBoxVO
 java.util.List<PhotoMainSliderBoxVO> PhotoDAO.getMainImageList(org.hibernate.Session session, int beginRow, int rowCount, java.util.ArrayList orderByList)
          메인 이미지함 목록
 

Methods in skoinfo.rfc.photo.dao with parameters of type PhotoMainSliderBoxVO
 void PhotoDAO.writeMainBox(org.hibernate.Session session, PhotoMainSliderBoxVO photoMainSliderBoxVO)