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

Packages that use BuyHistoryVO
egovframework.rfc3.mall.dao   
egovframework.rfc3.mall.service   
egovframework.rfc3.mall.service.impl   
 

Uses of BuyHistoryVO in egovframework.rfc3.mall.dao
 

Methods in egovframework.rfc3.mall.dao with parameters of type BuyHistoryVO
 void GoodsDAO.insertBuyHistory(BuyHistoryVO buyHistoryVO)
           
 

Uses of BuyHistoryVO in egovframework.rfc3.mall.service
 

Methods in egovframework.rfc3.mall.service with parameters of type BuyHistoryVO
 void GoodsService.insertBuyHistory(BuyHistoryVO buyHistoryVO)
           
 

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

Methods in egovframework.rfc3.mall.service.impl with parameters of type BuyHistoryVO
 void GoodsServiceImpl.insertBuyHistory(BuyHistoryVO buyHistoryVO)