public class AutopaynewBoImpl extends BaseBo implements IAutopaynewBo
| Constructor and Description |
|---|
AutopaynewBoImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAutopaynew(Autopay_new data) |
void |
deleteAutopaynewByIds(long... ids) |
Autopay_new |
findAutopaynew(Autopay_new data) |
Autopay_new |
findAutopaynewById(long id) |
List<String> |
findPayType(String xunleiId,
String productType)
根据迅雷ID和产品类型 查询给定用户在给定产品下绑定的自动续费方式的信息
|
void |
insertAutopaynew(Autopay_new data) |
com.xunlei.common.util.Sheet<Autopay_new> |
queryAutopaynew(Autopay_new data,
com.xunlei.common.util.PagedFliper fliper) |
com.xunlei.common.util.Sheet<Autopay_new> |
queryAutoPayNewByXunleiId(String startTime,
String endTime,
String[] xunleiIds,
com.xunlei.common.util.PagedFliper fliper)
通过时间有效期和迅雷ID查找
|
Autopay_new |
queryLastAutopayNew(String xunleiId)
查询给定用户最新绑定的自动续费的信息
|
com.xunlei.common.util.Sheet<Autopay_new> |
queryNull()
查詢自動續費時間為null的記錄集合
|
com.xunlei.common.util.Sheet<Autopay_new> |
queryNullInXunleiId(String[] xunleiIds)
查询自动续费时间为null同时含有这些迅雷ID的记录集合
|
List<String> |
queryXunleiIdByExpireDate(String expireDate)
根据服务到期时间 查找对应的xunleiid
|
void |
setAutopaynewdao(IAutopaynewDao autopaynewdao) |
void |
update4Success(String xunleiId,
String expireDate,
String orderid,
String producttype)
自动续费成功之后,更新此所用自动续费关系的服务到期时间 上次支付的订单号等信息
|
void |
updateAutopaynew(Autopay_new data) |
public void setAutopaynewdao(IAutopaynewDao autopaynewdao)
public Autopay_new findAutopaynew(Autopay_new data)
findAutopaynew in interface IAutopaynewBopublic Autopay_new findAutopaynewById(long id)
findAutopaynewById in interface IAutopaynewBopublic com.xunlei.common.util.Sheet<Autopay_new> queryAutopaynew(Autopay_new data, com.xunlei.common.util.PagedFliper fliper)
queryAutopaynew in interface IAutopaynewBopublic void insertAutopaynew(Autopay_new data)
insertAutopaynew in interface IAutopaynewBopublic void updateAutopaynew(Autopay_new data)
updateAutopaynew in interface IAutopaynewBopublic void deleteAutopaynew(Autopay_new data)
deleteAutopaynew in interface IAutopaynewBopublic void deleteAutopaynewByIds(long... ids)
deleteAutopaynewByIds in interface IAutopaynewBopublic List<String> findPayType(String xunleiId, String productType)
IAutopaynewBofindPayType in interface IAutopaynewBopublic com.xunlei.common.util.Sheet<Autopay_new> queryNull()
IAutopaynewBoqueryNull in interface IAutopaynewBopublic void update4Success(String xunleiId, String expireDate, String orderid, String producttype)
IAutopaynewBoupdate4Success in interface IAutopaynewBopublic Autopay_new queryLastAutopayNew(String xunleiId)
IAutopaynewBoqueryLastAutopayNew in interface IAutopaynewBopublic List<String> queryXunleiIdByExpireDate(String expireDate)
IAutopaynewBoqueryXunleiIdByExpireDate in interface IAutopaynewBoexpireDate - 服务到期时间public com.xunlei.common.util.Sheet<Autopay_new> queryNullInXunleiId(String[] xunleiIds)
IAutopaynewBoqueryNullInXunleiId in interface IAutopaynewBopublic com.xunlei.common.util.Sheet<Autopay_new> queryAutoPayNewByXunleiId(String startTime, String endTime, String[] xunleiIds, com.xunlei.common.util.PagedFliper fliper)
IAutopaynewBoqueryAutoPayNewByXunleiId in interface IAutopaynewBoCopyright © 2016. All rights reserved.