egovframework.rfc3.mall.service.impl
Class GoodsServiceImpl
java.lang.Object
egovframework.rte.fdl.cmmn.AbstractServiceImpl
egovframework.rfc3.mall.service.impl.GoodsServiceImpl
- All Implemented Interfaces:
- GoodsService
@Service(value="GoodsService")
public class GoodsServiceImpl
- extends egovframework.rte.fdl.cmmn.AbstractServiceImpl
- implements GoodsService
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GoodsServiceImpl
public GoodsServiceImpl()
selectGoodsTotal
public int selectGoodsTotal(GoodsVO goodsVO)
throws java.lang.Exception
- Specified by:
selectGoodsTotal
in interface GoodsService
- Throws:
java.lang.Exception
selectGoodsList
public java.util.List<GoodsVO> selectGoodsList(GoodsVO goodsVO)
throws java.lang.Exception
- Specified by:
selectGoodsList
in interface GoodsService
- Throws:
java.lang.Exception
getGoods
public GoodsVO getGoods(GoodsVO goodsVO)
throws java.lang.Exception
- Specified by:
getGoods
in interface GoodsService
- Throws:
java.lang.Exception
goodsInsert
public void goodsInsert(GoodsVO goodsVO)
throws java.lang.Exception
- Specified by:
goodsInsert
in interface GoodsService
- Throws:
java.lang.Exception
goodsUpdate
public void goodsUpdate(GoodsVO goodsVO)
throws java.lang.Exception
- Specified by:
goodsUpdate
in interface GoodsService
- Throws:
java.lang.Exception
goodsChangeStatus
public void goodsChangeStatus(GoodsVO goodsVO)
throws java.lang.Exception
- Specified by:
goodsChangeStatus
in interface GoodsService
- Throws:
java.lang.Exception
selectGoodsFileList
public java.util.List<GoodsFileVO> selectGoodsFileList(GoodsVO goodsVO)
throws java.lang.Exception
- Specified by:
selectGoodsFileList
in interface GoodsService
- Throws:
java.lang.Exception
getGoodsFile
public GoodsFileVO getGoodsFile(GoodsFileVO goodsFileVO)
throws java.lang.Exception
- Specified by:
getGoodsFile
in interface GoodsService
- Throws:
java.lang.Exception
goodsFileInsert
public void goodsFileInsert(GoodsFileVO goodsFileVO)
throws java.lang.Exception
- Specified by:
goodsFileInsert
in interface GoodsService
- Throws:
java.lang.Exception
goodsFileUpdate
public void goodsFileUpdate(GoodsFileVO goodsFileVO)
throws java.lang.Exception
- Specified by:
goodsFileUpdate
in interface GoodsService
- Throws:
java.lang.Exception
goodsFileDelete
public void goodsFileDelete(GoodsFileVO goodsFileVO)
throws java.lang.Exception
- Specified by:
goodsFileDelete
in interface GoodsService
- Throws:
java.lang.Exception
insertBuyInfo
public void insertBuyInfo(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Specified by:
insertBuyInfo
in interface GoodsService
- Throws:
java.lang.Exception
updateBuyInfo
public void updateBuyInfo(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Specified by:
updateBuyInfo
in interface GoodsService
- Throws:
java.lang.Exception
deleteBuyInfo
public void deleteBuyInfo(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Specified by:
deleteBuyInfo
in interface GoodsService
- Throws:
java.lang.Exception
deleteBuyGodsDetail
public void deleteBuyGodsDetail(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Specified by:
deleteBuyGodsDetail
in interface GoodsService
- Throws:
java.lang.Exception
getUserBuyGoods
public BuyGoodsVO getUserBuyGoods(BuyGoodsVO buyGoodsVO)
throws java.lang.Exception
- Specified by:
getUserBuyGoods
in interface GoodsService
- Throws:
java.lang.Exception
selectBuyGoodsList
public java.util.List<BuyGoodsDetailVO> selectBuyGoodsList(BuyGoodsVO buyGoodsVO)
throws java.lang.Exception
- Specified by:
selectBuyGoodsList
in interface GoodsService
- Throws:
java.lang.Exception
selectBuyDetailList
public java.util.List<BuyGoodsDetailVO> selectBuyDetailList(BuyGoodsVO buyGoodsVO)
throws java.lang.Exception
- Specified by:
selectBuyDetailList
in interface GoodsService
- Throws:
java.lang.Exception
selectBuyList
public java.util.List<BuyInfoVO> selectBuyList(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Specified by:
selectBuyList
in interface GoodsService
- Throws:
java.lang.Exception
selectBuyGoodsXlsList
public java.util.List<GoodsVO> selectBuyGoodsXlsList(GoodsVO goodsVO)
throws java.lang.Exception
- Specified by:
selectBuyGoodsXlsList
in interface GoodsService
- Throws:
java.lang.Exception
selectBuyXlsList
public java.util.List<BuyInfoVO> selectBuyXlsList(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Specified by:
selectBuyXlsList
in interface GoodsService
- Throws:
java.lang.Exception
selectBuyListTotal
public int selectBuyListTotal(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Specified by:
selectBuyListTotal
in interface GoodsService
- Throws:
java.lang.Exception
updateDetailStatus
public void updateDetailStatus(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Specified by:
updateDetailStatus
in interface GoodsService
- Throws:
java.lang.Exception
getBuyInfo
public BuyInfoVO getBuyInfo(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Specified by:
getBuyInfo
in interface GoodsService
- Throws:
java.lang.Exception
getBuyGuestInfo
public BuyInfoVO getBuyGuestInfo(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Specified by:
getBuyGuestInfo
in interface GoodsService
- Throws:
java.lang.Exception
insertBuyGoods
public void insertBuyGoods(BuyGoodsVO buyGoodsVO)
throws java.lang.Exception
- Specified by:
insertBuyGoods
in interface GoodsService
- Throws:
java.lang.Exception
insertBuyGoodsDetail
public void insertBuyGoodsDetail(BuyGoodsDetailVO buyGoodsDetailVO)
throws java.lang.Exception
- Specified by:
insertBuyGoodsDetail
in interface GoodsService
- Throws:
java.lang.Exception
updateBuyGoodsDetail
public void updateBuyGoodsDetail(BuyGoodsDetailVO buyGoodsDetailVO)
throws java.lang.Exception
- Specified by:
updateBuyGoodsDetail
in interface GoodsService
- Throws:
java.lang.Exception
deleteBuyGoodsDetail
public void deleteBuyGoodsDetail(BuyGoodsDetailVO buyGoodsDetailVO)
throws java.lang.Exception
- Specified by:
deleteBuyGoodsDetail
in interface GoodsService
- Throws:
java.lang.Exception
getBuyDetail
public BuyGoodsDetailVO getBuyDetail(BuyGoodsDetailVO buyGoodsDetailVO)
throws java.lang.Exception
- Specified by:
getBuyDetail
in interface GoodsService
- Throws:
java.lang.Exception
selectMallSetupTotal
public int selectMallSetupTotal(MallSetupVO mallSetupVO)
throws java.lang.Exception
- Specified by:
selectMallSetupTotal
in interface GoodsService
- Throws:
java.lang.Exception
selectMallSetupList
public java.util.List<MallSetupVO> selectMallSetupList(MallSetupVO mallSetupVO)
throws java.lang.Exception
- Specified by:
selectMallSetupList
in interface GoodsService
- Throws:
java.lang.Exception
selectMallSetup
public MallSetupVO selectMallSetup(MallSetupVO mallSetupVO)
throws java.lang.Exception
- Specified by:
selectMallSetup
in interface GoodsService
- Throws:
java.lang.Exception
insertMallSetup
public void insertMallSetup(MallSetupVO mallSetupVO)
throws java.lang.Exception
- Specified by:
insertMallSetup
in interface GoodsService
- Throws:
java.lang.Exception
updateMallSetup
public void updateMallSetup(MallSetupVO mallSetupVO)
throws java.lang.Exception
- Specified by:
updateMallSetup
in interface GoodsService
- Throws:
java.lang.Exception
deleteMallSetup
public void deleteMallSetup(MallSetupVO mallSetupVO)
throws java.lang.Exception
- Specified by:
deleteMallSetup
in interface GoodsService
- Throws:
java.lang.Exception
getMallUserInfo
public MberManageVO getMallUserInfo(java.lang.String mberId)
throws java.lang.Exception
- Specified by:
getMallUserInfo
in interface GoodsService
- Throws:
java.lang.Exception
getMallGuestUserInfo
public MberManageVO getMallGuestUserInfo(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Specified by:
getMallGuestUserInfo
in interface GoodsService
- Throws:
java.lang.Exception
updateMallUserInfo
public void updateMallUserInfo(MberManageVO mberManageVO)
throws java.lang.Exception
- Specified by:
updateMallUserInfo
in interface GoodsService
- Throws:
java.lang.Exception
isGoodsBuyUser
public int isGoodsBuyUser(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Specified by:
isGoodsBuyUser
in interface GoodsService
- Throws:
java.lang.Exception
goodsNoteInsert
public void goodsNoteInsert(GoodsNoteVO goodsNoteVO)
throws java.lang.Exception
- Specified by:
goodsNoteInsert
in interface GoodsService
- Throws:
java.lang.Exception
goodsNoteDelete
public void goodsNoteDelete(GoodsNoteVO goodsNoteVO)
throws java.lang.Exception
- Specified by:
goodsNoteDelete
in interface GoodsService
- Throws:
java.lang.Exception
isGoodsNoteWrite
public int isGoodsNoteWrite(GoodsNoteVO goodsNoteVO)
throws java.lang.Exception
- Specified by:
isGoodsNoteWrite
in interface GoodsService
- Throws:
java.lang.Exception
selectGoodsNoteList
public java.util.List<GoodsNoteVO> selectGoodsNoteList(GoodsNoteVO goodsNoteVO)
throws java.lang.Exception
- Specified by:
selectGoodsNoteList
in interface GoodsService
- Throws:
java.lang.Exception
selectGoodsNoteListTotal
public int selectGoodsNoteListTotal(GoodsNoteVO goodsNoteVO)
throws java.lang.Exception
- Specified by:
selectGoodsNoteListTotal
in interface GoodsService
- Throws:
java.lang.Exception
insertBuyHistory
public void insertBuyHistory(BuyHistoryVO buyHistoryVO)
throws java.lang.Exception
- Specified by:
insertBuyHistory
in interface GoodsService
- Throws:
java.lang.Exception