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

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

Uses of GoodsFileVO in egovframework.rfc3.mall.dao
 

Methods in egovframework.rfc3.mall.dao that return GoodsFileVO
 GoodsFileVO GoodsDAO.getGoodsFile(GoodsFileVO goodsFileVO)
           
 

Methods in egovframework.rfc3.mall.dao that return types with arguments of type GoodsFileVO
 java.util.List<GoodsFileVO> GoodsDAO.selectGoodsFileList(GoodsVO goodsVO)
           
 

Methods in egovframework.rfc3.mall.dao with parameters of type GoodsFileVO
 GoodsFileVO GoodsDAO.getGoodsFile(GoodsFileVO goodsFileVO)
           
 void GoodsDAO.goodsFileDelete(GoodsFileVO goodsFileVO)
           
 void GoodsDAO.goodsFileInsert(GoodsFileVO goodsFileVO)
           
 void GoodsDAO.goodsFileUpdate(GoodsFileVO goodsFileVO)
           
 

Uses of GoodsFileVO in egovframework.rfc3.mall.service
 

Methods in egovframework.rfc3.mall.service that return GoodsFileVO
 GoodsFileVO GoodsService.getGoodsFile(GoodsFileVO goodsFileVO)
           
 

Methods in egovframework.rfc3.mall.service that return types with arguments of type GoodsFileVO
 java.util.List<GoodsFileVO> GoodsService.selectGoodsFileList(GoodsVO goodsVO)
           
 

Methods in egovframework.rfc3.mall.service with parameters of type GoodsFileVO
 GoodsFileVO GoodsService.getGoodsFile(GoodsFileVO goodsFileVO)
           
 void GoodsService.goodsFileDelete(GoodsFileVO goodsFileVO)
           
 void GoodsService.goodsFileInsert(GoodsFileVO goodsFileVO)
           
 void GoodsService.goodsFileUpdate(GoodsFileVO goodsFileVO)
           
 

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

Methods in egovframework.rfc3.mall.service.impl that return GoodsFileVO
 GoodsFileVO GoodsServiceImpl.getGoodsFile(GoodsFileVO goodsFileVO)
           
 

Methods in egovframework.rfc3.mall.service.impl that return types with arguments of type GoodsFileVO
 java.util.List<GoodsFileVO> GoodsServiceImpl.selectGoodsFileList(GoodsVO goodsVO)
           
 

Methods in egovframework.rfc3.mall.service.impl with parameters of type GoodsFileVO
 GoodsFileVO GoodsServiceImpl.getGoodsFile(GoodsFileVO goodsFileVO)
           
 void GoodsServiceImpl.goodsFileDelete(GoodsFileVO goodsFileVO)
           
 void GoodsServiceImpl.goodsFileInsert(GoodsFileVO goodsFileVO)
           
 void GoodsServiceImpl.goodsFileUpdate(GoodsFileVO goodsFileVO)
           
 

Uses of GoodsFileVO in egovframework.rfc3.mall.vo
 

Methods in egovframework.rfc3.mall.vo that return types with arguments of type GoodsFileVO
 java.util.List<GoodsFileVO> GoodsVO.getGoodsFileVOList()
           
 

Method parameters in egovframework.rfc3.mall.vo with type arguments of type GoodsFileVO
 void GoodsVO.setGoodsFileVOList(java.util.List<GoodsFileVO> goodsFileVOList)
           
 

Uses of GoodsFileVO in egovframework.rfc3.mall.web
 

Methods in egovframework.rfc3.mall.web that return types with arguments of type GoodsFileVO
 java.util.List<GoodsFileVO> MallManager.getGoodsFileVOList()
           
 

Methods in egovframework.rfc3.mall.web with parameters of type GoodsFileVO
 java.lang.String GoodsController.goodsDeleteAct(GoodsFileVO goodsFileVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 void GoodsController.insertDataFile(GoodsVO goodsVO, GoodsFileVO goodsFileVO)