public interface IExtShengPayBo
| Modifier and Type | Method and Description |
|---|---|
void |
deleteExtShengPay(ExtShengPay data) |
void |
deleteExtShengPayByIds(long... ids)
通过ID物理删除数据库表里的数据
|
ExtShengPay |
findExtShengPay(ExtShengPay data) |
ExtShengPay |
findExtShengPayById(long id) |
void |
moveExtShengPayToSuccess(ExtShengPayOK extshengpayok)
接到支付成功通知,移到ok表
|
com.xunlei.common.util.Sheet<ExtShengPay> |
queryExtShengPay(ExtShengPay data,
com.xunlei.common.util.PagedFliper fliper) |
ExtShengPay |
queryExtshengpaySum(ExtShengPay data,
com.xunlei.common.util.PagedFliper fliper)
统计总数
|
void |
saveExtShengPay(ExtShengPay data)
保存新订单信息到数据库
|
void |
updateExtShengPay(ExtShengPay data) |
void saveExtShengPay(ExtShengPay data)
data - void updateExtShengPay(ExtShengPay data)
void deleteExtShengPay(ExtShengPay data)
void deleteExtShengPayByIds(long... ids)
ids - ExtShengPay findExtShengPay(ExtShengPay data)
ExtShengPay findExtShengPayById(long id)
com.xunlei.common.util.Sheet<ExtShengPay> queryExtShengPay(ExtShengPay data, com.xunlei.common.util.PagedFliper fliper)
void moveExtShengPayToSuccess(ExtShengPayOK extshengpayok)
extshengpayok - ExtShengPay queryExtshengpaySum(ExtShengPay data, com.xunlei.common.util.PagedFliper fliper)
data - fliper - Copyright © 2016. All rights reserved.