Uses of Class
egovframework.rfc3.mall.vo.GoodsNoteVO

Packages that use GoodsNoteVO
egovframework.rfc3.mall.dao   
egovframework.rfc3.mall.service   
egovframework.rfc3.mall.service.impl   
egovframework.rfc3.mall.web   
 

Uses of GoodsNoteVO in egovframework.rfc3.mall.dao
 

Methods in egovframework.rfc3.mall.dao that return types with arguments of type GoodsNoteVO
 java.util.List<GoodsNoteVO> GoodsDAO.selectGoodsNoteList(GoodsNoteVO goodsNoteVO)
           
 

Methods in egovframework.rfc3.mall.dao with parameters of type GoodsNoteVO
 void GoodsDAO.goodsNoteDelete(GoodsNoteVO goodsNoteVO)
           
 void GoodsDAO.goodsNoteInsert(GoodsNoteVO goodsNoteVO)
           
 int GoodsDAO.isGoodsNoteWrite(GoodsNoteVO goodsNoteVO)
           
 java.util.List<GoodsNoteVO> GoodsDAO.selectGoodsNoteList(GoodsNoteVO goodsNoteVO)
           
 int GoodsDAO.selectGoodsNoteListTotal(GoodsNoteVO goodsNoteVO)
           
 

Uses of GoodsNoteVO in egovframework.rfc3.mall.service
 

Methods in egovframework.rfc3.mall.service that return types with arguments of type GoodsNoteVO
 java.util.List<GoodsNoteVO> GoodsService.selectGoodsNoteList(GoodsNoteVO goodsNoteVO)
           
 

Methods in egovframework.rfc3.mall.service with parameters of type GoodsNoteVO
 void GoodsService.goodsNoteDelete(GoodsNoteVO goodsNoteVO)
           
 void GoodsService.goodsNoteInsert(GoodsNoteVO goodsNoteVO)
           
 int GoodsService.isGoodsNoteWrite(GoodsNoteVO goodsNoteVO)
           
 java.util.List<GoodsNoteVO> GoodsService.selectGoodsNoteList(GoodsNoteVO goodsNoteVO)
           
 int GoodsService.selectGoodsNoteListTotal(GoodsNoteVO goodsNoteVO)
           
 

Uses of GoodsNoteVO in egovframework.rfc3.mall.service.impl
 

Methods in egovframework.rfc3.mall.service.impl that return types with arguments of type GoodsNoteVO
 java.util.List<GoodsNoteVO> GoodsServiceImpl.selectGoodsNoteList(GoodsNoteVO goodsNoteVO)
           
 

Methods in egovframework.rfc3.mall.service.impl with parameters of type GoodsNoteVO
 void GoodsServiceImpl.goodsNoteDelete(GoodsNoteVO goodsNoteVO)
           
 void GoodsServiceImpl.goodsNoteInsert(GoodsNoteVO goodsNoteVO)
           
 int GoodsServiceImpl.isGoodsNoteWrite(GoodsNoteVO goodsNoteVO)
           
 java.util.List<GoodsNoteVO> GoodsServiceImpl.selectGoodsNoteList(GoodsNoteVO goodsNoteVO)
           
 int GoodsServiceImpl.selectGoodsNoteListTotal(GoodsNoteVO goodsNoteVO)
           
 

Uses of GoodsNoteVO in egovframework.rfc3.mall.web
 

Methods in egovframework.rfc3.mall.web with parameters of type GoodsNoteVO
 java.lang.String GoodsController.goodsView(GoodsVO goodsVO, MallSearchVO mallSearchVO, GoodsNoteVO goodsNoteVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String GoodsController.noteDeleteAct(GoodsNoteVO goodsNoteVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String GoodsController.noteWriteAct(GoodsNoteVO goodsNoteVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)