|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PhotoOriginBoxVO | |
---|---|
skoinfo.rfc.photo.action | |
skoinfo.rfc.photo.dao |
Uses of PhotoOriginBoxVO in skoinfo.rfc.photo.action |
---|
Methods in skoinfo.rfc.photo.action that return PhotoOriginBoxVO | |
---|---|
PhotoOriginBoxVO |
PhotoDataGroupAction.getPhotoOriginBoxVO()
|
Methods in skoinfo.rfc.photo.action that return types with arguments of type PhotoOriginBoxVO | |
---|---|
java.util.List<PhotoOriginBoxVO> |
PhotoDataGroupAction.getOriginBoxList()
|
Methods in skoinfo.rfc.photo.action with parameters of type PhotoOriginBoxVO | |
---|---|
void |
PhotoDataGroupAction.setPhotoOriginBoxVO(PhotoOriginBoxVO photoOriginBoxVO)
|
Method parameters in skoinfo.rfc.photo.action with type arguments of type PhotoOriginBoxVO | |
---|---|
void |
PhotoDataGroupAction.setOriginBoxList(java.util.List<PhotoOriginBoxVO> originBoxList)
|
Uses of PhotoOriginBoxVO in skoinfo.rfc.photo.dao |
---|
Methods in skoinfo.rfc.photo.dao that return PhotoOriginBoxVO | |
---|---|
PhotoOriginBoxVO |
PhotoDAO.getOriginBoxInfo(org.hibernate.Session session,
long oboxSid)
원본 신청함 정보 가져오기 |
PhotoOriginBoxVO |
PhotoDAO.photoOriginVO(org.hibernate.Session session,
long dataSid)
|
Methods in skoinfo.rfc.photo.dao that return types with arguments of type PhotoOriginBoxVO | |
---|---|
java.util.List<PhotoOriginBoxVO> |
PhotoDAO.getOriginBoxList(org.hibernate.Session session,
java.lang.String userId,
boolean isAdmin,
int status,
int beginRow,
int rowCount,
java.util.ArrayList orderByList)
원본 신청함 목록 |
Methods in skoinfo.rfc.photo.dao with parameters of type PhotoOriginBoxVO | |
---|---|
void |
PhotoDAO.updateOriginBox(org.hibernate.Session session,
PhotoOriginBoxVO boxVO)
원본 신청함 수정 |
void |
PhotoDAO.writeOriginBox(org.hibernate.Session session,
PhotoOriginBoxVO photoOriginBoxVO)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |