| Package | Description |
|---|---|
| com.xunlei.payproxy.bo | |
| com.xunlei.payproxy.dao | |
| com.xunlei.payproxy.facade |
| Modifier and Type | Method and Description |
|---|---|
Extwechatpay |
ExtwechatpayBoImpl.findExtwechatpay(Extwechatpay data) |
Extwechatpay |
IExtwechatpayBo.findExtwechatpay(Extwechatpay data) |
Extwechatpay |
ExtwechatpayBoImpl.findExtwechatpayById(long id) |
Extwechatpay |
IExtwechatpayBo.findExtwechatpayById(long id) |
Extwechatpay |
ExtwechatpayBoImpl.queryExtwechatpaySum(Extwechatpay data) |
Extwechatpay |
IExtwechatpayBo.queryExtwechatpaySum(Extwechatpay data) |
| Modifier and Type | Method and Description |
|---|---|
com.xunlei.common.util.Sheet<Extwechatpay> |
ExtwechatpayBoImpl.queryExtwechatpay(Extwechatpay data,
com.xunlei.common.util.PagedFliper fliper) |
com.xunlei.common.util.Sheet<Extwechatpay> |
IExtwechatpayBo.queryExtwechatpay(Extwechatpay data,
com.xunlei.common.util.PagedFliper fliper) |
com.xunlei.common.util.Sheet<Extwechatpay> |
ExtwechatpayBoImpl.queryExtwechatpayGreaterThanSeqid(Extwechatpay data,
com.xunlei.common.util.PagedFliper fliper) |
com.xunlei.common.util.Sheet<Extwechatpay> |
IExtwechatpayBo.queryExtwechatpayGreaterThanSeqid(Extwechatpay data,
com.xunlei.common.util.PagedFliper fliper) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtwechatpayBoImpl.deleteExtwechatpay(Extwechatpay data) |
void |
IExtwechatpayBo.deleteExtwechatpay(Extwechatpay data) |
Extwechatpay |
ExtwechatpayBoImpl.findExtwechatpay(Extwechatpay data) |
Extwechatpay |
IExtwechatpayBo.findExtwechatpay(Extwechatpay data) |
void |
ExtwechatpayBoImpl.insertExtwechatpay(Extwechatpay data) |
void |
IExtwechatpayBo.insertExtwechatpay(Extwechatpay data) |
com.xunlei.common.util.Sheet<Extwechatpay> |
ExtwechatpayBoImpl.queryExtwechatpay(Extwechatpay data,
com.xunlei.common.util.PagedFliper fliper) |
com.xunlei.common.util.Sheet<Extwechatpay> |
IExtwechatpayBo.queryExtwechatpay(Extwechatpay data,
com.xunlei.common.util.PagedFliper fliper) |
com.xunlei.common.util.Sheet<Extwechatpay> |
ExtwechatpayBoImpl.queryExtwechatpayGreaterThanSeqid(Extwechatpay data,
com.xunlei.common.util.PagedFliper fliper) |
com.xunlei.common.util.Sheet<Extwechatpay> |
IExtwechatpayBo.queryExtwechatpayGreaterThanSeqid(Extwechatpay data,
com.xunlei.common.util.PagedFliper fliper) |
Extwechatpay |
ExtwechatpayBoImpl.queryExtwechatpaySum(Extwechatpay data) |
Extwechatpay |
IExtwechatpayBo.queryExtwechatpaySum(Extwechatpay data) |
void |
ExtwechatpayBoImpl.updateExtwechatpay(Extwechatpay data) |
void |
IExtwechatpayBo.updateExtwechatpay(Extwechatpay data) |
| Modifier and Type | Method and Description |
|---|---|
Extwechatpay |
ExtwechatpayDaoImpl.findExtwechatpay(Extwechatpay data) |
Extwechatpay |
IExtwechatpayDao.findExtwechatpay(Extwechatpay data) |
Extwechatpay |
ExtwechatpayDaoImpl.findExtwechatpayById(long id) |
Extwechatpay |
IExtwechatpayDao.findExtwechatpayById(long id) |
Extwechatpay |
ExtwechatpayDaoImpl.queryExtwechatpaySum(Extwechatpay data) |
Extwechatpay |
IExtwechatpayDao.queryExtwechatpaySum(Extwechatpay data) |
| Modifier and Type | Method and Description |
|---|---|
com.xunlei.common.util.Sheet<Extwechatpay> |
ExtwechatpayDaoImpl.queryExtwechatpay(Extwechatpay data,
com.xunlei.common.util.PagedFliper fliper) |
com.xunlei.common.util.Sheet<Extwechatpay> |
IExtwechatpayDao.queryExtwechatpay(Extwechatpay data,
com.xunlei.common.util.PagedFliper fliper) |
com.xunlei.common.util.Sheet<Extwechatpay> |
ExtwechatpayDaoImpl.queryExtwechatpayGreaterThanSeqid(Extwechatpay data,
com.xunlei.common.util.PagedFliper fliper)
这个方法主要是给银联在线支付的掉单定时任务使用,有两个特别的地方: 1:如果data的seqid 不为0,那么 查询sql的seqid>data的seqid 2:如果data的Fromdate不为空,那么查询sql的InputTime>=data的Fromdate, 并且不会自动增加 00:00:00;
如果data的Todate不为空,那么查询sql的InputTime<=data的Todate, 并且不会自动增加 23:59:59.
|
com.xunlei.common.util.Sheet<Extwechatpay> |
IExtwechatpayDao.queryExtwechatpayGreaterThanSeqid(Extwechatpay data,
com.xunlei.common.util.PagedFliper fliper) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtwechatpayDaoImpl.deleteExtwechatpay(Extwechatpay data) |
void |
IExtwechatpayDao.deleteExtwechatpay(Extwechatpay data) |
Extwechatpay |
ExtwechatpayDaoImpl.findExtwechatpay(Extwechatpay data) |
Extwechatpay |
IExtwechatpayDao.findExtwechatpay(Extwechatpay data) |
void |
ExtwechatpayDaoImpl.insertExtwechatpay(Extwechatpay data) |
void |
IExtwechatpayDao.insertExtwechatpay(Extwechatpay data) |
com.xunlei.common.util.Sheet<Extwechatpay> |
ExtwechatpayDaoImpl.queryExtwechatpay(Extwechatpay data,
com.xunlei.common.util.PagedFliper fliper) |
com.xunlei.common.util.Sheet<Extwechatpay> |
IExtwechatpayDao.queryExtwechatpay(Extwechatpay data,
com.xunlei.common.util.PagedFliper fliper) |
com.xunlei.common.util.Sheet<Extwechatpay> |
ExtwechatpayDaoImpl.queryExtwechatpayGreaterThanSeqid(Extwechatpay data,
com.xunlei.common.util.PagedFliper fliper)
这个方法主要是给银联在线支付的掉单定时任务使用,有两个特别的地方: 1:如果data的seqid 不为0,那么 查询sql的seqid>data的seqid 2:如果data的Fromdate不为空,那么查询sql的InputTime>=data的Fromdate, 并且不会自动增加 00:00:00;
如果data的Todate不为空,那么查询sql的InputTime<=data的Todate, 并且不会自动增加 23:59:59.
|
com.xunlei.common.util.Sheet<Extwechatpay> |
IExtwechatpayDao.queryExtwechatpayGreaterThanSeqid(Extwechatpay data,
com.xunlei.common.util.PagedFliper fliper) |
Extwechatpay |
ExtwechatpayDaoImpl.queryExtwechatpaySum(Extwechatpay data) |
Extwechatpay |
IExtwechatpayDao.queryExtwechatpaySum(Extwechatpay data) |
void |
ExtwechatpayDaoImpl.updateExtwechatpay(Extwechatpay data) |
void |
IExtwechatpayDao.updateExtwechatpay(Extwechatpay data) |
String |
ExtwechatpayDaoImpl.whereSql(Extwechatpay data) |
String |
ExtwechatpayDaoImpl.whereSqlGreaterThanSeqid(Extwechatpay data) |
| Modifier and Type | Method and Description |
|---|---|
Extwechatpay |
FacadeImpl.findExtwechatpay(Extwechatpay data) |
Extwechatpay |
FacadeImpl.findExtwechatpayById(long id) |
Extwechatpay |
FacadeImpl.queryExtwechatpaySum(Extwechatpay data) |
| Modifier and Type | Method and Description |
|---|---|
com.xunlei.common.util.Sheet<Extwechatpay> |
FacadeImpl.queryExtwechatpay(Extwechatpay data,
com.xunlei.common.util.PagedFliper fliper) |
com.xunlei.common.util.Sheet<Extwechatpay> |
FacadeImpl.queryExtwechatpayGreaterThanSeqid(Extwechatpay data,
com.xunlei.common.util.PagedFliper fliper) |
| Modifier and Type | Method and Description |
|---|---|
void |
FacadeImpl.deleteExtwechatpay(Extwechatpay data) |
Extwechatpay |
FacadeImpl.findExtwechatpay(Extwechatpay data) |
void |
FacadeImpl.insertExtwechatpay(Extwechatpay data) |
com.xunlei.common.util.Sheet<Extwechatpay> |
FacadeImpl.queryExtwechatpay(Extwechatpay data,
com.xunlei.common.util.PagedFliper fliper) |
com.xunlei.common.util.Sheet<Extwechatpay> |
FacadeImpl.queryExtwechatpayGreaterThanSeqid(Extwechatpay data,
com.xunlei.common.util.PagedFliper fliper) |
Extwechatpay |
FacadeImpl.queryExtwechatpaySum(Extwechatpay data) |
void |
FacadeImpl.updateExtwechatpay(Extwechatpay data) |
Copyright © 2016. All rights reserved.