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

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

Uses of PhotoMyBoxVO in skoinfo.rfc.photo
 

Methods in skoinfo.rfc.photo that return types with arguments of type PhotoMyBoxVO
 java.util.List<PhotoMyBoxVO> PhotoManager.getHotMyboxList()
          메인 핫뉴스- 특정 관리자의 내사진함 가져오기
 

Uses of PhotoMyBoxVO in skoinfo.rfc.photo.action
 

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

Method parameters in skoinfo.rfc.photo.action with type arguments of type PhotoMyBoxVO
 void PhotoDataGroupAction.setMyBoxList(java.util.List<PhotoMyBoxVO> myBoxList)
           
 

Uses of PhotoMyBoxVO in skoinfo.rfc.photo.dao
 

Methods in skoinfo.rfc.photo.dao that return types with arguments of type PhotoMyBoxVO
 java.util.List<PhotoMyBoxVO> PhotoDAO.getMyBoxList(org.hibernate.Session session, java.lang.String userId, int beginRow, int rowCount, java.util.ArrayList orderByList)
          내 사진함 목록
 

Methods in skoinfo.rfc.photo.dao with parameters of type PhotoMyBoxVO
 void PhotoDAO.writeMyBox(org.hibernate.Session session, PhotoMyBoxVO photoMyBoxVO)