Uses of Class
egovframework.rfc3.scrap.vo.ScrapVO

Packages that use ScrapVO
egovframework.rfc3.scrap.dao   
egovframework.rfc3.scrap.service   
egovframework.rfc3.scrap.service.impl   
egovframework.rfc3.scrap.web   
 

Uses of ScrapVO in egovframework.rfc3.scrap.dao
 

Methods in egovframework.rfc3.scrap.dao that return ScrapVO
 ScrapVO ScrapDAO.getScrap(ScrapVO scrapVO)
           
 

Methods in egovframework.rfc3.scrap.dao that return types with arguments of type ScrapVO
 java.util.List<ScrapVO> ScrapDAO.selectScrap(ScrapVO scrapVO)
           
 

Methods in egovframework.rfc3.scrap.dao with parameters of type ScrapVO
 void ScrapDAO.deleteScrap(ScrapVO scrapVO)
           
 ScrapVO ScrapDAO.getScrap(ScrapVO scrapVO)
           
 void ScrapDAO.insertScrap(ScrapVO scrapVO)
           
 java.util.List<ScrapVO> ScrapDAO.selectScrap(ScrapVO scrapVO)
           
 void ScrapDAO.updateScrap(ScrapVO scrapVO)
           
 

Uses of ScrapVO in egovframework.rfc3.scrap.service
 

Methods in egovframework.rfc3.scrap.service that return ScrapVO
 ScrapVO ScrapService.getScrap(ScrapVO scrapVO)
           
 

Methods in egovframework.rfc3.scrap.service that return types with arguments of type ScrapVO
 java.util.List<ScrapVO> ScrapService.selectScrap(ScrapVO scrapVO)
           
 

Methods in egovframework.rfc3.scrap.service with parameters of type ScrapVO
 void ScrapService.deleteScrap(ScrapVO scrapVO)
           
 ScrapVO ScrapService.getScrap(ScrapVO scrapVO)
           
 void ScrapService.insertScrap(ScrapVO scrapVO)
           
 java.util.List<ScrapVO> ScrapService.selectScrap(ScrapVO scrapVO)
           
 void ScrapService.updateScrap(ScrapVO scrapVO)
           
 

Uses of ScrapVO in egovframework.rfc3.scrap.service.impl
 

Methods in egovframework.rfc3.scrap.service.impl that return ScrapVO
 ScrapVO ScrapServiceImpl.getScrap(ScrapVO scrapVO)
           
 

Methods in egovframework.rfc3.scrap.service.impl that return types with arguments of type ScrapVO
 java.util.List<ScrapVO> ScrapServiceImpl.selectScrap(ScrapVO scrapVO)
           
 

Methods in egovframework.rfc3.scrap.service.impl with parameters of type ScrapVO
 void ScrapServiceImpl.deleteScrap(ScrapVO scrapVO)
           
 ScrapVO ScrapServiceImpl.getScrap(ScrapVO scrapVO)
           
 void ScrapServiceImpl.insertScrap(ScrapVO scrapVO)
           
 java.util.List<ScrapVO> ScrapServiceImpl.selectScrap(ScrapVO scrapVO)
           
 void ScrapServiceImpl.updateScrap(ScrapVO scrapVO)
           
 

Uses of ScrapVO in egovframework.rfc3.scrap.web
 

Methods in egovframework.rfc3.scrap.web that return ScrapVO
 ScrapVO ScrapManager.getScrap(long scrapSid)
           
 

Methods in egovframework.rfc3.scrap.web that return types with arguments of type ScrapVO
 java.util.List<ScrapVO> ScrapManager.getScrapList(long scrapDirSid)
           
 java.util.List<ScrapVO> ScrapManager.getScrapList(java.lang.String sgroupId, java.lang.String domainId, long scrapDirSid)
           
 

Methods in egovframework.rfc3.scrap.web with parameters of type ScrapVO
 java.lang.String ScrapController.deleteScrapAct(ScrapVO scrapVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String ScrapController.resultPage(ScrapVO scrapVO, org.springframework.ui.ModelMap model)
           
 java.lang.String ScrapController.updateScrap(ScrapVO scrapVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String ScrapController.updateScrapAct(ScrapVO scrapVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String ScrapController.writeScrap(ScrapVO scrapVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String ScrapController.writeScrapAct(ScrapVO scrapVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)