egovframework.rfc3.mall.service
Interface GoodsService
- All Known Implementing Classes:
- GoodsServiceImpl
public interface GoodsService
selectGoodsTotal
int selectGoodsTotal(GoodsVO goodsVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectGoodsList
java.util.List<GoodsVO> selectGoodsList(GoodsVO goodsVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getGoods
GoodsVO getGoods(GoodsVO goodsVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
goodsInsert
void goodsInsert(GoodsVO goodsVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
goodsUpdate
void goodsUpdate(GoodsVO goodsVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
goodsChangeStatus
void goodsChangeStatus(GoodsVO goodsVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectGoodsFileList
java.util.List<GoodsFileVO> selectGoodsFileList(GoodsVO goodsVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getGoodsFile
GoodsFileVO getGoodsFile(GoodsFileVO goodsFileVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
goodsFileInsert
void goodsFileInsert(GoodsFileVO goodsFileVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
goodsFileUpdate
void goodsFileUpdate(GoodsFileVO goodsFileVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
goodsFileDelete
void goodsFileDelete(GoodsFileVO goodsFileVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
insertBuyInfo
void insertBuyInfo(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateBuyInfo
void updateBuyInfo(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
deleteBuyInfo
void deleteBuyInfo(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
deleteBuyGodsDetail
void deleteBuyGodsDetail(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getUserBuyGoods
BuyGoodsVO getUserBuyGoods(BuyGoodsVO buyGoodsVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectBuyGoodsList
java.util.List<BuyGoodsDetailVO> selectBuyGoodsList(BuyGoodsVO buyGoodsVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectBuyDetailList
java.util.List<BuyGoodsDetailVO> selectBuyDetailList(BuyGoodsVO buyGoodsVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectBuyList
java.util.List<BuyInfoVO> selectBuyList(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectBuyGoodsXlsList
java.util.List<GoodsVO> selectBuyGoodsXlsList(GoodsVO goodsVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectBuyXlsList
java.util.List<BuyInfoVO> selectBuyXlsList(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateDetailStatus
void updateDetailStatus(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectBuyListTotal
int selectBuyListTotal(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getBuyInfo
BuyInfoVO getBuyInfo(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getBuyGuestInfo
BuyInfoVO getBuyGuestInfo(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
insertBuyGoods
void insertBuyGoods(BuyGoodsVO buyGoodsVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
insertBuyGoodsDetail
void insertBuyGoodsDetail(BuyGoodsDetailVO buyGoodsDetailVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateBuyGoodsDetail
void updateBuyGoodsDetail(BuyGoodsDetailVO buyGoodsDetailVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
deleteBuyGoodsDetail
void deleteBuyGoodsDetail(BuyGoodsDetailVO buyGoodsDetailVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getBuyDetail
BuyGoodsDetailVO getBuyDetail(BuyGoodsDetailVO buyGoodsDetailVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectMallSetupTotal
int selectMallSetupTotal(MallSetupVO mallSetupVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectMallSetupList
java.util.List<MallSetupVO> selectMallSetupList(MallSetupVO mallSetupVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectMallSetup
MallSetupVO selectMallSetup(MallSetupVO mallSetupVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
insertMallSetup
void insertMallSetup(MallSetupVO mallSetupVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateMallSetup
void updateMallSetup(MallSetupVO mallSetupVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
deleteMallSetup
void deleteMallSetup(MallSetupVO mallSetupVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getMallUserInfo
MberManageVO getMallUserInfo(java.lang.String mberId)
throws java.lang.Exception
- Throws:
java.lang.Exception
getMallGuestUserInfo
MberManageVO getMallGuestUserInfo(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateMallUserInfo
void updateMallUserInfo(MberManageVO mberManageVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
isGoodsBuyUser
int isGoodsBuyUser(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
goodsNoteInsert
void goodsNoteInsert(GoodsNoteVO goodsNoteVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
goodsNoteDelete
void goodsNoteDelete(GoodsNoteVO goodsNoteVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
isGoodsNoteWrite
int isGoodsNoteWrite(GoodsNoteVO goodsNoteVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectGoodsNoteList
java.util.List<GoodsNoteVO> selectGoodsNoteList(GoodsNoteVO goodsNoteVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectGoodsNoteListTotal
int selectGoodsNoteListTotal(GoodsNoteVO goodsNoteVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
insertBuyHistory
void insertBuyHistory(BuyHistoryVO buyHistoryVO)
throws java.lang.Exception
- Throws:
java.lang.Exception