com.xunlei.channel.db.dao
接口 BizAutoPayReqDAO

所有已知实现类:
BizAutoPayReqDAOImpl

public interface BizAutoPayReqDAO


方法摘要
 BizAutoPayReq getBizAutoPayReq(String xunleiId)
          通过迅雷Id来查找签约表信息
 void saveBizAutoPayReq(BizAutoPayReq bizAutoPayReq)
          保存到签约表
 void updateBizAutoPayReq(BizAutoPayReq bizAutoPayReq)
          更新签约表
 

方法详细信息

saveBizAutoPayReq

void saveBizAutoPayReq(BizAutoPayReq bizAutoPayReq)
                       throws org.springframework.dao.DataAccessException
保存到签约表

参数:
BizAutoPayReq -
抛出:
org.springframework.dao.DataAccessException

updateBizAutoPayReq

void updateBizAutoPayReq(BizAutoPayReq bizAutoPayReq)
                         throws org.springframework.dao.DataAccessException
更新签约表

参数:
payOrder -
抛出:
org.springframework.dao.DataAccessException

getBizAutoPayReq

BizAutoPayReq getBizAutoPayReq(String xunleiId)
                               throws org.springframework.dao.DataAccessException
通过迅雷Id来查找签约表信息

参数:
xunleiId -
返回:
BizAutoPayReq or null
抛出:
org.springframework.dao.DataAccessException


Copyright © 2016. All rights reserved.