| | |
| | |
|
| | | public Order getOrder(String orderid, int orderType);
|
| | |
|
| | | public void failureOrder(final String orderid, final int orderType) throws ObjectStateException;
|
| | |
|
| | | // 维权订单处理
|
| | | public void failureOrderWithWeiQuan(final String orderid, final int orderType) throws ObjectStateException;
|
| | |
|
| | | public boolean isfirstOrder(long uid);
|
| | |
|
| | | public List<Order> setOrderState(final String orderid, final int orderType);
|
| | |
| | | public Order find(long id);
|
| | |
|
| | | public void update(Order findOrder);
|
| | |
|
| | | public void update(TaoBaoWeiQuanOrder order);
|
| | |
|
| | | |
| | | public Order findOrderByOrderIdAndType(String orderId, int type);
|
| | |
|
| | | public Order findOrderByOrderIdAndTypeAndVersion(String orderId, int type, int version);
|