com.xunlei.channel.db.dao
接口 CustomOrderDAO
- 所有已知实现类:
- CustomOrderDAOImpl
public interface CustomOrderDAO
TODO Comment of CustomOrderDAO
- 作者:
- gonglijian
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.