com.xunlei.channel.db.dao.impl
类 PayNoticeDAOImpl
java.lang.Object
com.xunlei.channel.db.dao.impl.PayNoticeDAOImpl
- 所有已实现的接口:
- PayNoticeDAO
@Service
public class PayNoticeDAOImpl
- extends Object
- implements PayNoticeDAO
TODO Comment of PayNoticeFailDAOImpl
- 作者:
- gonglijian
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PayNoticeDAOImpl
public PayNoticeDAOImpl()
getPayNotice
public PayNotice getPayNotice(String xunleiPayId)
throws org.springframework.dao.DataAccessException
- 指定者:
- 接口
PayNoticeDAO 中的 getPayNotice
- 返回:
-
- 抛出:
org.springframework.dao.DataAccessException
savePayNotice
@Transactional(readOnly=false)
public void savePayNotice(PayNotice payNotice)
throws org.springframework.dao.DataAccessException
- 指定者:
- 接口
PayNoticeDAO 中的 savePayNotice
- 抛出:
org.springframework.dao.DataAccessException
updatePayNotice
@Transactional(readOnly=false)
public void updatePayNotice(PayNotice payNotice)
throws org.springframework.dao.DataAccessException
- 指定者:
- 接口
PayNoticeDAO 中的 updatePayNotice
- 抛出:
org.springframework.dao.DataAccessException
getPayNoticeList
public List<PayNotice> getPayNoticeList(String payNoticeStatus,
Date noticeTime,
int minFailTimes,
int maxFailTimes)
throws org.springframework.dao.DataAccessException
- 指定者:
- 接口
PayNoticeDAO 中的 getPayNoticeList
- 返回:
-
- 抛出:
org.springframework.dao.DataAccessException
Copyright © 2016. All rights reserved.