|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GalleryFileVO | |
---|---|
skoinfo.rfc.gallery | |
skoinfo.rfc.gallery.action | |
skoinfo.rfc.gallery.dao | |
skoinfo.rfc.gallery.vo |
Uses of GalleryFileVO in skoinfo.rfc.gallery |
---|
Methods in skoinfo.rfc.gallery that return GalleryFileVO | |
---|---|
GalleryFileVO |
GalleryManager.getGalleryView(long fileSid)
사진보기 |
Uses of GalleryFileVO in skoinfo.rfc.gallery.action |
---|
Methods in skoinfo.rfc.gallery.action that return types with arguments of type GalleryFileVO | |
---|---|
java.util.List<GalleryFileVO> |
GalleryAction.getThumbnailList(long dataSid,
int startPage,
int viewPerPage,
int blockPerPage,
java.lang.String orderByQuery)
비동기식(DWR) 리스트(첨부파일 이미지) Action |
Uses of GalleryFileVO in skoinfo.rfc.gallery.dao |
---|
Methods in skoinfo.rfc.gallery.dao that return GalleryFileVO | |
---|---|
GalleryFileVO |
GalleryDAO.getGalleryFile(org.hibernate.Session session,
long fileSid,
java.lang.String fileStatus)
첨부파일 정보 가져오기 |
GalleryFileVO |
GalleryDAO.getGalleryView(org.hibernate.Session session,
long fileSid)
사진정보보기 리스트 |
Methods in skoinfo.rfc.gallery.dao that return types with arguments of type GalleryFileVO | |
---|---|
java.util.List<GalleryFileVO> |
GalleryDAO.getThumbnailList(org.hibernate.Session session,
long dataSid,
int beginRow,
int rowCount,
java.util.ArrayList orderByList)
gallery Data List 리스트(첨부파일 이미지) 비동기식(DWR) 요청에서 사용되는 함수 |
java.util.List<GalleryFileVO> |
GalleryDAO.thumbnailList(org.hibernate.Session session,
long dataSid,
java.lang.String fileStatus)
gallery Data List 리스트(첨부파일 이미지) |
Methods in skoinfo.rfc.gallery.dao with parameters of type GalleryFileVO | |
---|---|
long |
GalleryDAO.writeFile(org.hibernate.Session session,
GalleryFileVO galleryFileVO)
gallery file 등록 |
Uses of GalleryFileVO in skoinfo.rfc.gallery.vo |
---|
Methods in skoinfo.rfc.gallery.vo that return GalleryFileVO | |
---|---|
GalleryFileVO |
PhotoBasketVO.getGalleryFileVO()
|
GalleryFileVO |
PaperBasketVO.getGalleryFileVO()
|
GalleryFileVO |
GalleryVO.getGalleryFileVO()
|
GalleryFileVO |
ApplicationPhotoVO.getGalleryFileVO()
|
Methods in skoinfo.rfc.gallery.vo with parameters of type GalleryFileVO | |
---|---|
void |
PhotoBasketVO.setGalleryFileVO(GalleryFileVO galleryFileVO)
|
void |
PaperBasketVO.setGalleryFileVO(GalleryFileVO galleryFileVO)
|
void |
GalleryVO.setGalleryFileVO(GalleryFileVO galleryFileVO)
|
void |
ApplicationPhotoVO.setGalleryFileVO(GalleryFileVO galleryFileVO)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |