|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScrapFolderVO | |
---|---|
skoinfo.rfc.scrap | |
skoinfo.rfc.scrap.action | |
skoinfo.rfc.scrap.dao | |
skoinfo.rfc.scrap.vo |
Uses of ScrapFolderVO in skoinfo.rfc.scrap |
---|
Methods in skoinfo.rfc.scrap that return types with arguments of type ScrapFolderVO | |
---|---|
java.util.List<ScrapFolderVO> |
ScrapManager.getListScrap(java.lang.String groupCd)
|
Uses of ScrapFolderVO in skoinfo.rfc.scrap.action |
---|
Methods in skoinfo.rfc.scrap.action that return ScrapFolderVO | |
---|---|
ScrapFolderVO |
ScrapFolderAction.getScrapFolderVO()
|
Methods in skoinfo.rfc.scrap.action that return types with arguments of type ScrapFolderVO | |
---|---|
java.util.List<ScrapFolderVO> |
ScrapFolderAction.getScrapAllList()
자신의 스크랩 정보 전부 가져오기 dwr |
java.util.List<ScrapFolderVO> |
ScrapFolderAction.getScrapFolderList()
자신의 폴더 가져오기 dwr |
Methods in skoinfo.rfc.scrap.action with parameters of type ScrapFolderVO | |
---|---|
void |
ScrapFolderAction.setScrapFolderVO(ScrapFolderVO scrapFolderVO)
|
Uses of ScrapFolderVO in skoinfo.rfc.scrap.dao |
---|
Methods in skoinfo.rfc.scrap.dao that return ScrapFolderVO | |
---|---|
ScrapFolderVO |
ScrapFolderDAO.viewScrapFolder(org.hibernate.Session session,
ScrapFolderVO scrapFolderVO)
스크랩 폴더 보기 DAO |
Methods in skoinfo.rfc.scrap.dao that return types with arguments of type ScrapFolderVO | |
---|---|
java.util.List<ScrapFolderVO> |
ScrapFolderDAO.scrapFolderList(org.hibernate.Session session,
java.lang.String userId,
java.lang.String groupCd)
스크랩 폴더 목록 DAO |
java.util.List<ScrapFolderVO> |
ScrapFolderDAO.scrapList(org.hibernate.Session session,
java.lang.String userId,
java.lang.String groupCd)
스크랩 목록 DAO |
Methods in skoinfo.rfc.scrap.dao with parameters of type ScrapFolderVO | |
---|---|
void |
ScrapFolderDAO.deleteScrapFolder(org.hibernate.Session session,
ScrapFolderVO scrapFolderVO,
java.lang.String userId)
스크랩 부분삭제 DAO |
void |
ScrapFolderDAO.deleteScrapTotalFolder(org.hibernate.Session session,
ScrapFolderVO scrapFolderVO)
스크랩 전체삭제 DAO |
void |
ScrapFolderDAO.updateScrapFolder(org.hibernate.Session session,
ScrapFolderVO scrapFolderVO)
스크랩 폴더 수정 DAO |
int |
ScrapFolderDAO.viewFolder(org.hibernate.Session session,
ScrapFolderVO scrapFolderVO)
스크랩 폴더이름 중복검사 DAO |
ScrapFolderVO |
ScrapFolderDAO.viewScrapFolder(org.hibernate.Session session,
ScrapFolderVO scrapFolderVO)
스크랩 폴더 보기 DAO |
void |
ScrapFolderDAO.writeScrapFolder(org.hibernate.Session session,
ScrapFolderVO scrapFolderVO)
스크랩 폴더 저장 DAO |
Uses of ScrapFolderVO in skoinfo.rfc.scrap.vo |
---|
Methods in skoinfo.rfc.scrap.vo that return ScrapFolderVO | |
---|---|
ScrapFolderVO |
ScrapVO.getScrapForderVO()
|
Methods in skoinfo.rfc.scrap.vo that return types with arguments of type ScrapFolderVO | |
---|---|
java.util.List<ScrapFolderVO> |
ScrapVO.getScrapFolderVOList()
|
java.util.List<ScrapFolderVO> |
ScrapFolderVO.getScrapFolderVOList()
|
Methods in skoinfo.rfc.scrap.vo with parameters of type ScrapFolderVO | |
---|---|
void |
ScrapVO.setScrapForderVO(ScrapFolderVO scrapForderVO)
|
Method parameters in skoinfo.rfc.scrap.vo with type arguments of type ScrapFolderVO | |
---|---|
void |
ScrapVO.setScrapFolderVOList(java.util.List<ScrapFolderVO> scrapFolderVOList)
|
void |
ScrapFolderVO.setScrapFolderVOList(java.util.List<ScrapFolderVO> scrapFolderVOList)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |