@Service(value="blOrderPaymentStatusService") public class OrderPaymentStatusServiceImpl extends Object implements OrderPaymentStatusService
| Constructor and Description |
|---|
OrderPaymentStatusServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
containsSuccessfulType(OrderPayment payment,
PaymentTransactionType type) |
protected boolean |
determineAuthorized(OrderPayment payment) |
protected boolean |
determineComplete(OrderPayment payment) |
protected boolean |
determineFullyCaptured(OrderPayment payment) |
OrderPaymentStatus |
determineOrderPaymentStatus(OrderPayment orderPayment) |
protected boolean |
determinePartiallyComplete(OrderPayment payment) |
protected boolean |
determinePending(OrderPayment payment) |
protected boolean |
determineUnconfirmed(OrderPayment payment) |
public OrderPaymentStatus determineOrderPaymentStatus(OrderPayment orderPayment)
determineOrderPaymentStatus in interface OrderPaymentStatusServiceprotected boolean containsSuccessfulType(OrderPayment payment, PaymentTransactionType type)
protected boolean determineComplete(OrderPayment payment)
protected boolean determinePartiallyComplete(OrderPayment payment)
protected boolean determineFullyCaptured(OrderPayment payment)
protected boolean determineAuthorized(OrderPayment payment)
protected boolean determinePending(OrderPayment payment)
protected boolean determineUnconfirmed(OrderPayment payment)
Copyright © 2020. All rights reserved.