egovframework.rfc3.mall.dao
Class GoodsDAO
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
egovframework.rte.psl.dataaccess.EgovAbstractDAO
egovframework.rfc3.common.dao.RfcCMSAbstractDAO
egovframework.rfc3.mall.dao.GoodsDAO
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean
@Repository(value="GoodsDAO")
public class GoodsDAO
- extends RfcCMSAbstractDAO
Methods inherited from class egovframework.rfc3.common.dao.RfcCMSAbstractDAO |
delete, desDecoding, desDecoding2, desDecodingList, desDecodingList2, desEncoding, desEncoding2, insert, list, listWithPaging, selectByPk, setSuperSqlMapClient, update |
Methods inherited from class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport |
getDataSource, getSqlMapClient, getSqlMapClientTemplate, setDataSource, setSqlMapClient, setSqlMapClientTemplate |
Methods inherited from class org.springframework.dao.support.DaoSupport |
afterPropertiesSet |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GoodsDAO
public GoodsDAO()
selectGoodsTotal
public int selectGoodsTotal(GoodsVO goodsVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectGoodsList
public java.util.List<GoodsVO> selectGoodsList(GoodsVO goodsVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getGoods
public GoodsVO getGoods(GoodsVO goodsVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
goodsInsert
public void goodsInsert(GoodsVO goodsVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
goodsUpdate
public void goodsUpdate(GoodsVO goodsVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
goodsChangeStatus
public void goodsChangeStatus(GoodsVO goodsVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectGoodsFileList
public java.util.List<GoodsFileVO> selectGoodsFileList(GoodsVO goodsVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getGoodsFile
public GoodsFileVO getGoodsFile(GoodsFileVO goodsFileVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
goodsFileInsert
public void goodsFileInsert(GoodsFileVO goodsFileVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
goodsFileUpdate
public void goodsFileUpdate(GoodsFileVO goodsFileVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
goodsFileDelete
public void goodsFileDelete(GoodsFileVO goodsFileVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
insertBuyInfo
public void insertBuyInfo(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateBuyInfo
public void updateBuyInfo(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
deleteBuyInfo
public void deleteBuyInfo(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
deleteBuyGodsDetail
public void deleteBuyGodsDetail(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getUserBuyGoods
public BuyGoodsVO getUserBuyGoods(BuyGoodsVO buyGoodsVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectBuyGoodsList
public java.util.List<BuyGoodsDetailVO> selectBuyGoodsList(BuyGoodsVO buyGoodsVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectBuyDetailList
public java.util.List<BuyGoodsDetailVO> selectBuyDetailList(BuyGoodsVO buyGoodsVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectBuyList
public java.util.List<BuyInfoVO> selectBuyList(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectBuyGoodsXlsList
public java.util.List<GoodsVO> selectBuyGoodsXlsList(GoodsVO goodsVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectBuyXlsList
public java.util.List<BuyInfoVO> selectBuyXlsList(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectBuyListTotal
public int selectBuyListTotal(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateDetailStatus
public void updateDetailStatus(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getBuyInfo
public BuyInfoVO getBuyInfo(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getBuyGuestInfo
public BuyInfoVO getBuyGuestInfo(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
insertBuyGoods
public void insertBuyGoods(BuyGoodsVO buyGoodsVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
insertBuyGoodsDetail
public void insertBuyGoodsDetail(BuyGoodsDetailVO buyGoodsDetailVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateBuyGoodsDetail
public void updateBuyGoodsDetail(BuyGoodsDetailVO buyGoodsDetailVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
deleteBuyGoodsDetail
public void deleteBuyGoodsDetail(BuyGoodsDetailVO buyGoodsDetailVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getBuyDetail
public BuyGoodsDetailVO getBuyDetail(BuyGoodsDetailVO buyGoodsDetailVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectMallSetupTotal
public int selectMallSetupTotal(MallSetupVO mallSetupVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectMallSetupList
public java.util.List<MallSetupVO> selectMallSetupList(MallSetupVO mallSetupVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectMallSetup
public MallSetupVO selectMallSetup(MallSetupVO mallSetupVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
insertMallSetup
public void insertMallSetup(MallSetupVO mallSetupVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateMallSetup
public void updateMallSetup(MallSetupVO mallSetupVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
deleteMallSetup
public void deleteMallSetup(MallSetupVO mallSetupVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getMallUserInfo
public MberManageVO getMallUserInfo(java.lang.String mberId)
throws java.lang.Exception
- Throws:
java.lang.Exception
getMallGuestUserInfo
public MberManageVO getMallGuestUserInfo(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateMallUserInfo
public void updateMallUserInfo(MberManageVO mberManageVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
isGoodsBuyUser
public int isGoodsBuyUser(BuyInfoVO buyInfoVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
goodsNoteInsert
public void goodsNoteInsert(GoodsNoteVO goodsNoteVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
goodsNoteDelete
public void goodsNoteDelete(GoodsNoteVO goodsNoteVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
isGoodsNoteWrite
public int isGoodsNoteWrite(GoodsNoteVO goodsNoteVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectGoodsNoteList
public java.util.List<GoodsNoteVO> selectGoodsNoteList(GoodsNoteVO goodsNoteVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectGoodsNoteListTotal
public int selectGoodsNoteListTotal(GoodsNoteVO goodsNoteVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
insertBuyHistory
public void insertBuyHistory(BuyHistoryVO buyHistoryVO)
throws java.lang.Exception
- Throws:
java.lang.Exception