public interface IAutopaynewBo
| 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 |
update4Success(String xunleiId,
String expireDate,
String orderid,
String producttype)
自动续费成功之后,更新此所用自动续费关系的服务到期时间 上次支付的订单号等信息
|
void |
updateAutopaynew(Autopay_new data) |
Autopay_new findAutopaynew(Autopay_new data)
Autopay_new findAutopaynewById(long id)
com.xunlei.common.util.Sheet<Autopay_new> queryAutopaynew(Autopay_new data, com.xunlei.common.util.PagedFliper fliper)
void insertAutopaynew(Autopay_new data)
void updateAutopaynew(Autopay_new data)
void deleteAutopaynew(Autopay_new data)
void deleteAutopaynewByIds(long... ids)
List<String> findPayType(String xunleiId, String productType)
xunleiId - productType - Autopay_new queryLastAutopayNew(String xunleiId)
xunleiId - com.xunlei.common.util.Sheet<Autopay_new> queryNull()
void update4Success(String xunleiId, String expireDate, String orderid, String producttype)
xunleiId - expireDate - orderid - List<String> queryXunleiIdByExpireDate(String expireDate)
expireDate - 服务到期时间com.xunlei.common.util.Sheet<Autopay_new> queryNullInXunleiId(String[] xunleiIds)
com.xunlei.common.util.Sheet<Autopay_new> queryAutoPayNewByXunleiId(String startTime, String endTime, String[] xunleiIds, com.xunlei.common.util.PagedFliper fliper)
Copyright © 2016. All rights reserved.