com.xunlei.channel.db.dao
接口 CustomOrderDAO

所有已知实现类:
CustomOrderDAOImpl

public interface CustomOrderDAO

TODO Comment of CustomOrderDAO

作者:
gonglijian

方法摘要
 void customOrderfailed(String xunleiPayId, String failMsg)
           
 void customOrderSuccess(String xunleiPayId)
           
 CustomOrder getCustomOrder(String xunleiPayId)
           
 List<String> listWaitedXunleiPayId()
          得到等待定制的迅雷支付号
 void saveCustomOrder(CustomOrder customOrder)
           
 

方法详细信息

getCustomOrder

CustomOrder getCustomOrder(String xunleiPayId)

saveCustomOrder

void saveCustomOrder(CustomOrder customOrder)
参数:
customOrder -

listWaitedXunleiPayId

List<String> listWaitedXunleiPayId()
得到等待定制的迅雷支付号

返回:

customOrderSuccess

void customOrderSuccess(String xunleiPayId)
参数:
xunleiPayId -

customOrderfailed

void customOrderfailed(String xunleiPayId,
                       String failMsg)
参数:
xunleiPayId -
failMsg -


Copyright © 2016. All rights reserved.