@Service public class CustomOrderDAOImpl extends Object implements CustomOrderDAO
| Constructor and Description |
|---|
CustomOrderDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
customOrderfailed(String xunleiPayId,
String failMsg) |
void |
customOrderSuccess(String xunleiPayId) |
CustomOrder |
getCustomOrder(String xunleiPayId) |
List<String> |
listWaitedXunleiPayId()
得到等待定制的迅雷支付号
|
void |
saveCustomOrder(CustomOrder customOrder) |
public CustomOrder getCustomOrder(String xunleiPayId)
getCustomOrder in interface CustomOrderDAO@Transactional(readOnly=false) public void saveCustomOrder(CustomOrder customOrder)
saveCustomOrder in interface CustomOrderDAOpublic List<String> listWaitedXunleiPayId()
CustomOrderDAOlistWaitedXunleiPayId in interface CustomOrderDAO@Transactional(readOnly=false) public void customOrderSuccess(String xunleiPayId)
customOrderSuccess in interface CustomOrderDAO@Transactional(readOnly=false) public void customOrderfailed(String xunleiPayId, String failMsg)
customOrderfailed in interface CustomOrderDAOCopyright © 2016. All rights reserved.