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

Packages that use BuyGoodsVO
egovframework.rfc3.mall.dao   
egovframework.rfc3.mall.service   
egovframework.rfc3.mall.service.impl   
egovframework.rfc3.mall.vo   
egovframework.rfc3.mall.web   
 

Uses of BuyGoodsVO in egovframework.rfc3.mall.dao
 

Methods in egovframework.rfc3.mall.dao that return BuyGoodsVO
 BuyGoodsVO GoodsDAO.getUserBuyGoods(BuyGoodsVO buyGoodsVO)
           
 

Methods in egovframework.rfc3.mall.dao with parameters of type BuyGoodsVO
 BuyGoodsVO GoodsDAO.getUserBuyGoods(BuyGoodsVO buyGoodsVO)
           
 void GoodsDAO.insertBuyGoods(BuyGoodsVO buyGoodsVO)
           
 java.util.List<BuyGoodsDetailVO> GoodsDAO.selectBuyDetailList(BuyGoodsVO buyGoodsVO)
           
 java.util.List<BuyGoodsDetailVO> GoodsDAO.selectBuyGoodsList(BuyGoodsVO buyGoodsVO)
           
 

Uses of BuyGoodsVO in egovframework.rfc3.mall.service
 

Methods in egovframework.rfc3.mall.service that return BuyGoodsVO
 BuyGoodsVO GoodsService.getUserBuyGoods(BuyGoodsVO buyGoodsVO)
           
 

Methods in egovframework.rfc3.mall.service with parameters of type BuyGoodsVO
 BuyGoodsVO GoodsService.getUserBuyGoods(BuyGoodsVO buyGoodsVO)
           
 void GoodsService.insertBuyGoods(BuyGoodsVO buyGoodsVO)
           
 java.util.List<BuyGoodsDetailVO> GoodsService.selectBuyDetailList(BuyGoodsVO buyGoodsVO)
           
 java.util.List<BuyGoodsDetailVO> GoodsService.selectBuyGoodsList(BuyGoodsVO buyGoodsVO)
           
 

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

Methods in egovframework.rfc3.mall.service.impl that return BuyGoodsVO
 BuyGoodsVO GoodsServiceImpl.getUserBuyGoods(BuyGoodsVO buyGoodsVO)
           
 

Methods in egovframework.rfc3.mall.service.impl with parameters of type BuyGoodsVO
 BuyGoodsVO GoodsServiceImpl.getUserBuyGoods(BuyGoodsVO buyGoodsVO)
           
 void GoodsServiceImpl.insertBuyGoods(BuyGoodsVO buyGoodsVO)
           
 java.util.List<BuyGoodsDetailVO> GoodsServiceImpl.selectBuyDetailList(BuyGoodsVO buyGoodsVO)
           
 java.util.List<BuyGoodsDetailVO> GoodsServiceImpl.selectBuyGoodsList(BuyGoodsVO buyGoodsVO)
           
 

Uses of BuyGoodsVO in egovframework.rfc3.mall.vo
 

Methods in egovframework.rfc3.mall.vo that return types with arguments of type BuyGoodsVO
 java.util.List<BuyGoodsVO> BuyInfoVO.getBuyGoodsVOList()
           
 

Method parameters in egovframework.rfc3.mall.vo with type arguments of type BuyGoodsVO
 void BuyInfoVO.setBuyGoodsVOList(java.util.List<BuyGoodsVO> buyGoodsVOList)
           
 

Uses of BuyGoodsVO in egovframework.rfc3.mall.web
 

Methods in egovframework.rfc3.mall.web with parameters of type BuyGoodsVO
 java.lang.String BuyController.addBuyGoodsList(BuyGoodsVO buyGoodsVO, BuyGoodsDetailVO buyGoodsDetailVO, MallSearchVO mallSearchVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          장바구니 / 상품 구입 / 바로구매
 java.lang.String BuyController.buyStep1(BuyGoodsVO buyGoodsVO, MallSearchVO mallSearchVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          주문 스탭 1 배송지 입력
 java.lang.String BuyController.selectInterestList(BuyGoodsVO buyGoodsVO, MallSearchVO mallSearchVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          관심상품 / 장바구니 목록