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

构造方法摘要
PayNoticeDAOImpl()
           
 
方法摘要
 PayNotice getPayNotice(String xunleiPayId)
           
 List<PayNotice> getPayNoticeList(String payNoticeStatus, Date noticeTime, int minFailTimes, int maxFailTimes)
           
 void savePayNotice(PayNotice payNotice)
           
 void updatePayNotice(PayNotice payNotice)
           
 
从类 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.