| Package | Description |
|---|---|
| com.xunlei.channel.db.dao | |
| com.xunlei.channel.db.dao.impl | |
| com.xunlei.channel.db.orm |
| Modifier and Type | Method and Description |
|---|---|
PayNotice |
PayNoticeDAO.getPayNotice(String xunleiPayId) |
| Modifier and Type | Method and Description |
|---|---|
List<PayNotice> |
PayNoticeDAO.getPayNoticeList(String payNoticeStatus,
Date noticeTime,
int minFailTimes,
int maxFailTimes) |
| Modifier and Type | Method and Description |
|---|---|
void |
PayNoticeDAO.savePayNotice(PayNotice payNotice) |
void |
PayNoticeDAO.updatePayNotice(PayNotice payNotice) |
| Modifier and Type | Method and Description |
|---|---|
PayNotice |
PayNoticeDAOImpl.getPayNotice(String xunleiPayId) |
| Modifier and Type | Method and Description |
|---|---|
List<PayNotice> |
PayNoticeDAOImpl.getPayNoticeList(String payNoticeStatus,
Date noticeTime,
int minFailTimes,
int maxFailTimes) |
| Modifier and Type | Method and Description |
|---|---|
void |
PayNoticeDAOImpl.savePayNotice(PayNotice payNotice) |
void |
PayNoticeDAOImpl.updatePayNotice(PayNotice payNotice) |
| Modifier and Type | Method and Description |
|---|---|
PayNotice |
PayNoticeMapper.getPayNotice(String xunleiPayId) |
| Modifier and Type | Method and Description |
|---|---|
List<PayNotice> |
PayNoticeMapper.getPayNoticeList(String payNoticeStatus,
Date noticeTime,
int minFailTimes,
int maxFailTimes)
得到满足查询条件的通知失败数据
|
| Modifier and Type | Method and Description |
|---|---|
void |
PayNoticeMapper.savePayNotice(PayNotice payNotice) |
void |
PayNoticeMapper.updatePayNotice(PayNotice payNotice) |
Copyright © 2016. All rights reserved.