@Service public class BizAutoPayReqDAOImpl extends Object implements BizAutoPayReqDAO
| Constructor and Description |
|---|
BizAutoPayReqDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
BizAutoPayReq |
getBizAutoPayReq(String xunleiId)
通过迅雷Id来查找签约表信息
|
void |
saveBizAutoPayReq(BizAutoPayReq bizAutoPayReq)
保存到签约表
|
void |
updateBizAutoPayReq(BizAutoPayReq bizAutoPayReq)
更新签约表
|
@Transactional(readOnly=false) public void saveBizAutoPayReq(BizAutoPayReq bizAutoPayReq) throws org.springframework.dao.DataAccessException
BizAutoPayReqDAOsaveBizAutoPayReq in interface BizAutoPayReqDAOorg.springframework.dao.DataAccessExceptionpublic BizAutoPayReq getBizAutoPayReq(String xunleiId) throws org.springframework.dao.DataAccessException
BizAutoPayReqDAOgetBizAutoPayReq in interface BizAutoPayReqDAOorg.springframework.dao.DataAccessException@Transactional(readOnly=false) public void updateBizAutoPayReq(BizAutoPayReq bizAutoPayReq) throws org.springframework.dao.DataAccessException
BizAutoPayReqDAOupdateBizAutoPayReq in interface BizAutoPayReqDAOorg.springframework.dao.DataAccessExceptionCopyright © 2016. All rights reserved.