public interface PayNoticeDAO
| Modifier and Type | Method and Description |
|---|---|
PayNotice |
getPayNotice(String xunleiPayId) |
List<PayNotice> |
getPayNoticeList(String payNoticeStatus,
Date noticeTime,
int minFailTimes,
int maxFailTimes) |
void |
savePayNotice(PayNotice payNotice) |
void |
updatePayNotice(PayNotice payNotice) |
PayNotice getPayNotice(String xunleiPayId) throws org.springframework.dao.DataAccessException
xunleiPayId - org.springframework.dao.DataAccessExceptionvoid savePayNotice(PayNotice payNotice) throws org.springframework.dao.DataAccessException
payNotice - org.springframework.dao.DataAccessExceptionvoid updatePayNotice(PayNotice payNotice) throws org.springframework.dao.DataAccessException
payNotice - org.springframework.dao.DataAccessExceptionList<PayNotice> getPayNoticeList(String payNoticeStatus, Date noticeTime, int minFailTimes, int maxFailTimes) throws org.springframework.dao.DataAccessException
payNoticeStatus - noticeTime - minFailTimes - maxFailTimes - org.springframework.dao.DataAccessExceptionCopyright © 2016. All rights reserved.