public class ExtShengPayBoImpl extends BaseBo implements IExtShengPayBo
| Constructor and Description |
|---|
ExtShengPayBoImpl() |
| Modifier and Type | Method and Description |
|---|---|
double |
calShengFareamt(double orderAmt,
double rate) |
void |
deleteExtShengPay(ExtShengPay data) |
void |
deleteExtShengPayByIds(long... ids)
通过ID物理删除数据库表里的数据
|
ExtShengPay |
findExtShengPay(ExtShengPay data) |
ExtShengPay |
findExtShengPayById(long id) |
IExtShengPayDao |
getExtshengpayDao() |
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 |
setExtshengpayDao(IExtShengPayDao extshengpayDao) |
void |
updateExtShengPay(ExtShengPay data) |
public IExtShengPayDao getExtshengpayDao()
public void setExtshengpayDao(IExtShengPayDao extshengpayDao)
public void deleteExtShengPay(ExtShengPay data)
deleteExtShengPay in interface IExtShengPayBopublic void deleteExtShengPayByIds(long... ids)
IExtShengPayBodeleteExtShengPayByIds in interface IExtShengPayBopublic ExtShengPay findExtShengPay(ExtShengPay data)
findExtShengPay in interface IExtShengPayBopublic ExtShengPay findExtShengPayById(long id)
findExtShengPayById in interface IExtShengPayBopublic com.xunlei.common.util.Sheet<ExtShengPay> queryExtShengPay(ExtShengPay data, com.xunlei.common.util.PagedFliper fliper)
queryExtShengPay in interface IExtShengPayBopublic void saveExtShengPay(ExtShengPay data)
IExtShengPayBosaveExtShengPay in interface IExtShengPayBopublic void updateExtShengPay(ExtShengPay data)
updateExtShengPay in interface IExtShengPayBopublic void moveExtShengPayToSuccess(ExtShengPayOK extshengpayok)
moveExtShengPayToSuccess in interface IExtShengPayBopublic double calShengFareamt(double orderAmt,
double rate)
public ExtShengPay queryExtshengpaySum(ExtShengPay data, com.xunlei.common.util.PagedFliper fliper)
queryExtshengpaySum in interface IExtShengPayBoCopyright © 2016. All rights reserved.