Uses of Class
skoinfo.rfc.gallery.vo.PhotoBasketVO

Packages that use PhotoBasketVO
skoinfo.rfc.gallery.action   
skoinfo.rfc.gallery.dao   
skoinfo.rfc.gallery.vo   
 

Uses of PhotoBasketVO in skoinfo.rfc.gallery.action
 

Methods in skoinfo.rfc.gallery.action that return types with arguments of type PhotoBasketVO
 java.util.List<PhotoBasketVO> GalleryAction.getDataSide(int type)
          슬라이드 쇼 보기[관리자 admin 내 사진함]
 java.util.List<PhotoBasketVO> PhotoBasketAction.getSlideList()
           
 java.util.List<PhotoBasketVO> PhotoBasketAction.myPhotoBasketList(java.lang.String searchType, java.lang.String keyword, int startPage, int viewPerPage, int blockPerPage, java.lang.String orderByQuery, java.lang.String pattern)
          비동기식(DWR) 리스트 Action
 

Method parameters in skoinfo.rfc.gallery.action with type arguments of type PhotoBasketVO
 void PhotoBasketAction.setSlideList(java.util.List<PhotoBasketVO> slideList)
           
 

Uses of PhotoBasketVO in skoinfo.rfc.gallery.dao
 

Methods in skoinfo.rfc.gallery.dao that return PhotoBasketVO
 PhotoBasketVO GalleryDAO.basketView(org.hibernate.Session session, PhotoBasketVO basketVO)
          내 사진함 상태 변환(슬라이드,홍보사진)
 

Methods in skoinfo.rfc.gallery.dao that return types with arguments of type PhotoBasketVO
 java.util.List<PhotoBasketVO> GalleryDAO.myPhotoBasketList(org.hibernate.Session session, java.lang.String searchType, java.lang.String keyword, java.lang.String userId, int beginRow, int rowCount, java.util.ArrayList orderByList, int gubun, int type)
          내 사진함 리스트 비동기식(DWR) 요청에서 사용되는 함수
 

Methods in skoinfo.rfc.gallery.dao with parameters of type PhotoBasketVO
 void GalleryDAO.basketDeleteAct(org.hibernate.Session session, PhotoBasketVO photoBasketVO, java.lang.String userId)
          내 사진함 사진 삭제
 PhotoBasketVO GalleryDAO.basketView(org.hibernate.Session session, PhotoBasketVO basketVO)
          내 사진함 상태 변환(슬라이드,홍보사진)
 java.lang.String GalleryDAO.writeBasket(org.hibernate.Session session, PhotoBasketVO photoBasketVO)
          내 사진함 등록
 

Uses of PhotoBasketVO in skoinfo.rfc.gallery.vo
 

Methods in skoinfo.rfc.gallery.vo that return types with arguments of type PhotoBasketVO
 java.util.List<PhotoBasketVO> GalleryVO.getBasketSidList()
           
 

Method parameters in skoinfo.rfc.gallery.vo with type arguments of type PhotoBasketVO
 void GalleryVO.setBasketSidList(java.util.List<PhotoBasketVO> basketSidList)