public static class IOnOrderUpdateListener2.Default extends Object implements IOnOrderUpdateListener2
IOnOrderUpdateListener2.Default, IOnOrderUpdateListener2.Stub
Constructor and Description |
---|
Default() |
Modifier and Type | Method and Description |
---|---|
IBinder |
asBinder() |
void |
onCreditProcessed(String orderId,
String creditId) |
void |
onLineItemDiscountsAdded(String orderId,
List<String> lineItemIds,
List<String> discountIds) |
void |
onLineItemExchanged(String orderId,
String oldLineItemId,
String newLineItemId) |
void |
onLineItemModificationsAdded(String orderId,
List<String> lineItemIds,
List<String> modificationIds) |
void |
onLineItemModificationsDeleted(String orderId,
List<String> lineItemIds,
List<String> modificationIds) |
void |
onLineItemsAdded(String orderId,
List<String> lineItemIds) |
void |
onLineItemsDeleted(String orderId,
List<String> lineItemIds) |
void |
onLineItemsUpdated(String orderId,
List<String> lineItemIds) |
void |
onOrderCreated(String orderId) |
void |
onOrderDeleted(String orderId) |
void |
onOrderDiscountAdded(String orderId,
String discountId) |
void |
onOrderDiscountsDeleted(String orderId,
List<String> discountIds) |
void |
onOrderUpdated(String orderId,
boolean selfChange) |
void |
onPaymentProcessed(String orderId,
String paymentId) |
void |
onRefundProcessed(String orderId,
String refundId) |
public void onOrderUpdated(String orderId, boolean selfChange) throws RemoteException
onOrderUpdated
in interface IOnOrderUpdateListener2
RemoteException
public void onOrderCreated(String orderId) throws RemoteException
onOrderCreated
in interface IOnOrderUpdateListener2
RemoteException
public void onOrderDeleted(String orderId) throws RemoteException
onOrderDeleted
in interface IOnOrderUpdateListener2
RemoteException
public void onOrderDiscountAdded(String orderId, String discountId) throws RemoteException
onOrderDiscountAdded
in interface IOnOrderUpdateListener2
RemoteException
public void onOrderDiscountsDeleted(String orderId, List<String> discountIds) throws RemoteException
onOrderDiscountsDeleted
in interface IOnOrderUpdateListener2
RemoteException
public void onLineItemsAdded(String orderId, List<String> lineItemIds) throws RemoteException
onLineItemsAdded
in interface IOnOrderUpdateListener2
RemoteException
public void onLineItemsUpdated(String orderId, List<String> lineItemIds) throws RemoteException
onLineItemsUpdated
in interface IOnOrderUpdateListener2
RemoteException
public void onLineItemsDeleted(String orderId, List<String> lineItemIds) throws RemoteException
onLineItemsDeleted
in interface IOnOrderUpdateListener2
RemoteException
public void onLineItemModificationsAdded(String orderId, List<String> lineItemIds, List<String> modificationIds) throws RemoteException
onLineItemModificationsAdded
in interface IOnOrderUpdateListener2
RemoteException
public void onLineItemDiscountsAdded(String orderId, List<String> lineItemIds, List<String> discountIds) throws RemoteException
onLineItemDiscountsAdded
in interface IOnOrderUpdateListener2
RemoteException
public void onLineItemExchanged(String orderId, String oldLineItemId, String newLineItemId) throws RemoteException
onLineItemExchanged
in interface IOnOrderUpdateListener2
RemoteException
public void onPaymentProcessed(String orderId, String paymentId) throws RemoteException
onPaymentProcessed
in interface IOnOrderUpdateListener2
RemoteException
public void onRefundProcessed(String orderId, String refundId) throws RemoteException
onRefundProcessed
in interface IOnOrderUpdateListener2
RemoteException
public void onCreditProcessed(String orderId, String creditId) throws RemoteException
onCreditProcessed
in interface IOnOrderUpdateListener2
RemoteException
public void onLineItemModificationsDeleted(String orderId, List<String> lineItemIds, List<String> modificationIds) throws RemoteException
onLineItemModificationsDeleted
in interface IOnOrderUpdateListener2
RemoteException
public IBinder asBinder()
asBinder
in interface IInterface