@Service public class PayNoticeDAOImpl extends Object implements PayNoticeDAO
| Constructor and Description |
|---|
PayNoticeDAOImpl() |
| 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) |
public PayNotice getPayNotice(String xunleiPayId) throws org.springframework.dao.DataAccessException
getPayNotice in interface PayNoticeDAOorg.springframework.dao.DataAccessException@Transactional(readOnly=false) public void savePayNotice(PayNotice payNotice) throws org.springframework.dao.DataAccessException
savePayNotice in interface PayNoticeDAOorg.springframework.dao.DataAccessException@Transactional(readOnly=false) public void updatePayNotice(PayNotice payNotice) throws org.springframework.dao.DataAccessException
updatePayNotice in interface PayNoticeDAOorg.springframework.dao.DataAccessExceptionpublic List<PayNotice> getPayNoticeList(String payNoticeStatus, Date noticeTime, int minFailTimes, int maxFailTimes) throws org.springframework.dao.DataAccessException
getPayNoticeList in interface PayNoticeDAOorg.springframework.dao.DataAccessExceptionCopyright © 2016. All rights reserved.