public class ExtunicomtelBoImpl extends BaseBo implements IExtunicomtelBo
| Constructor and Description |
|---|
ExtunicomtelBoImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteExtunicomtel(Extunicomtel data) |
void |
deleteExtunicomtelById(long... seqids) |
int |
deleteExtunicomtelTodate(String todate,
String paystatus)
删除到指定日期的等待or失败状态的记录
|
Extunicomtel |
findExtunicomtel(Extunicomtel data) |
Extunicomtel |
getExtunicomtelById(long seqid) |
IExtunicomtelDao |
getExtunicomtelDao() |
void |
insertExtunicomtel(Extunicomtel data) |
void |
moveExtunicomtelToSuccess(String orderId,
String BizOrderStatus,
String dealId,
String dealTime,
String remark)
将请求表的数据移动到成功表
|
com.xunlei.common.util.Sheet<Extunicomtel> |
queryExtunicomtel(Extunicomtel data,
com.xunlei.common.util.PagedFliper fliper) |
void |
setExtunicomtelDao(IExtunicomtelDao extunicomtelDao) |
void |
updateExtunicomtel(Extunicomtel data) |
public void deleteExtunicomtelById(long... seqids)
deleteExtunicomtelById in interface IExtunicomtelBopublic void deleteExtunicomtel(Extunicomtel data)
deleteExtunicomtel in interface IExtunicomtelBopublic Extunicomtel findExtunicomtel(Extunicomtel data)
findExtunicomtel in interface IExtunicomtelBopublic Extunicomtel getExtunicomtelById(long seqid)
getExtunicomtelById in interface IExtunicomtelBopublic void insertExtunicomtel(Extunicomtel data)
insertExtunicomtel in interface IExtunicomtelBopublic com.xunlei.common.util.Sheet<Extunicomtel> queryExtunicomtel(Extunicomtel data, com.xunlei.common.util.PagedFliper fliper)
queryExtunicomtel in interface IExtunicomtelBopublic void updateExtunicomtel(Extunicomtel data)
updateExtunicomtel in interface IExtunicomtelBopublic IExtunicomtelDao getExtunicomtelDao()
public void setExtunicomtelDao(IExtunicomtelDao extunicomtelDao)
public void moveExtunicomtelToSuccess(String orderId, String BizOrderStatus, String dealId, String dealTime, String remark)
moveExtunicomtelToSuccess in interface IExtunicomtelBoorderId - BizOrderStatus - dealId - dealTime - remark - public int deleteExtunicomtelTodate(String todate, String paystatus)
deleteExtunicomtelTodate in interface IExtunicomtelBotodate - paystatus - Copyright © 2016. All rights reserved.