|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationPhotoVO | |
---|---|
skoinfo.rfc.gallery.action | |
skoinfo.rfc.gallery.dao | |
skoinfo.rfc.gallery.vo |
Uses of ApplicationPhotoVO in skoinfo.rfc.gallery.action |
---|
Methods in skoinfo.rfc.gallery.action that return types with arguments of type ApplicationPhotoVO | |
---|---|
java.util.List<ApplicationPhotoVO> |
ApplicationPhotoAction.myApplicationPhotoList(java.lang.String searchType,
java.lang.String keyword,
int startPage,
int viewPerPage,
int blockPerPage,
java.lang.String orderByQuery)
비동기식(DWR) 리스트 Action |
Uses of ApplicationPhotoVO in skoinfo.rfc.gallery.dao |
---|
Methods in skoinfo.rfc.gallery.dao that return ApplicationPhotoVO | |
---|---|
ApplicationPhotoVO |
GalleryDAO.getApplicationView(org.hibernate.Session session,
GalleryVO galleryVO)
원본신청 정보 가져오기 |
Methods in skoinfo.rfc.gallery.dao that return types with arguments of type ApplicationPhotoVO | |
---|---|
java.util.List<ApplicationPhotoVO> |
GalleryDAO.myApplicationPhotoList(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 userLevel)
원본신청 리스트 비동기식(DWR) 요청에서 사용되는 함수 |
Methods in skoinfo.rfc.gallery.dao with parameters of type ApplicationPhotoVO | |
---|---|
void |
GalleryDAO.applicationModify(org.hibernate.Session session,
ApplicationPhotoVO applicationPhotoVO)
다운로드 제어기능 등록 |
void |
GalleryDAO.applicationPhotoDeleteAct(org.hibernate.Session session,
ApplicationPhotoVO applicationPhotoVO,
java.lang.String userId,
int userLevel)
원본신청 사진 삭제 |
void |
GalleryDAO.getDownloadCount(org.hibernate.Session session,
ApplicationPhotoVO applicationPhotoVO)
원본신청 다운로드시 카운트 증가 |
java.lang.String |
GalleryDAO.writeApplication(org.hibernate.Session session,
ApplicationPhotoVO applicationPhotoVO)
원본신청 결과 등록 |
Uses of ApplicationPhotoVO in skoinfo.rfc.gallery.vo |
---|
Methods in skoinfo.rfc.gallery.vo that return types with arguments of type ApplicationPhotoVO | |
---|---|
java.util.List<ApplicationPhotoVO> |
GalleryVO.getApplicationSidList()
|
Method parameters in skoinfo.rfc.gallery.vo with type arguments of type ApplicationPhotoVO | |
---|---|
void |
GalleryVO.setApplicationSidList(java.util.List<ApplicationPhotoVO> applicationSidList)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |