com.xunlei.channel.db.dao.impl
类 ChannelAutoPayResultDAOImpl
java.lang.Object
com.xunlei.channel.db.dao.impl.ChannelAutoPayResultDAOImpl
- 所有已实现的接口:
- ChannelAutoPayResultDAO
@Service
public class ChannelAutoPayResultDAOImpl
- extends Object
- implements ChannelAutoPayResultDAO
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChannelAutoPayResultDAOImpl
public ChannelAutoPayResultDAOImpl()
saveChannelAutoPayResult
@Transactional(readOnly=false)
public void saveChannelAutoPayResult(ChannelAutoPayResult channelAutoPayResult)
throws org.springframework.dao.DataAccessException
- 从接口
ChannelAutoPayResultDAO 复制的描述
- 保存到签约表
- 指定者:
- 接口
ChannelAutoPayResultDAO 中的 saveChannelAutoPayResult
- 抛出:
org.springframework.dao.DataAccessException
getChannelAutoPayResult
public ChannelAutoPayResult getChannelAutoPayResult(String xunleiId,
String xunleiPayId)
throws org.springframework.dao.DataAccessException
- 从接口
ChannelAutoPayResultDAO 复制的描述
- 通过迅雷Id来查找签约表信息
- 指定者:
- 接口
ChannelAutoPayResultDAO 中的 getChannelAutoPayResult
- 返回:
- ChannelAutoPayResult or null
- 抛出:
org.springframework.dao.DataAccessException
updateChannelAutoPayResult
@Transactional(readOnly=false)
public void updateChannelAutoPayResult(ChannelAutoPayResult channelAutoPayResult)
throws org.springframework.dao.DataAccessException
- 从接口
ChannelAutoPayResultDAO 复制的描述
- 更新签约表
- 指定者:
- 接口
ChannelAutoPayResultDAO 中的 updateChannelAutoPayResult
- 抛出:
org.springframework.dao.DataAccessException
Copyright © 2016. All rights reserved.