Class OrderPaymentStatusServiceImpl
java.lang.Object
org.broadleafcommerce.core.payment.service.OrderPaymentStatusServiceImpl
- All Implemented Interfaces:
OrderPaymentStatusService
@Service("blOrderPaymentStatusService")
public class OrderPaymentStatusServiceImpl
extends Object
implements OrderPaymentStatusService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancontainsSuccessfulType(OrderPayment payment, org.broadleafcommerce.common.payment.PaymentTransactionType type) protected booleandetermineAuthorized(OrderPayment payment) protected booleandetermineComplete(OrderPayment payment) protected booleandetermineFullyCaptured(OrderPayment payment) determineOrderPaymentStatus(OrderPayment orderPayment) protected booleandeterminePartiallyComplete(OrderPayment payment) protected booleandeterminePending(OrderPayment payment) protected booleandetermineUnconfirmed(OrderPayment payment)
-
Constructor Details
-
OrderPaymentStatusServiceImpl
public OrderPaymentStatusServiceImpl()
-
-
Method Details
-
determineOrderPaymentStatus
- Specified by:
determineOrderPaymentStatusin interfaceOrderPaymentStatusService
-
containsSuccessfulType
protected boolean containsSuccessfulType(OrderPayment payment, org.broadleafcommerce.common.payment.PaymentTransactionType type) -
determineComplete
-
determinePartiallyComplete
-
determineFullyCaptured
-
determineAuthorized
-
determinePending
-
determineUnconfirmed
-