Uses of Class
org.broadleafcommerce.core.payment.service.type.OrderPaymentStatus
Packages that use OrderPaymentStatus
Package
Description
-
Uses of OrderPaymentStatus in org.broadleafcommerce.core.payment.domain
Methods in org.broadleafcommerce.core.payment.domain that return OrderPaymentStatusModifier and TypeMethodDescriptionOrderPayment.getStatus()Convenience method to get the calculated status of this order payment based on the state of theOrderPayment.getTransactions()OrderPaymentImpl.getStatus() -
Uses of OrderPaymentStatus in org.broadleafcommerce.core.payment.service
Methods in org.broadleafcommerce.core.payment.service that return OrderPaymentStatusModifier and TypeMethodDescriptionOrderPaymentStatusService.determineOrderPaymentStatus(OrderPayment orderPayment) OrderPaymentStatusServiceImpl.determineOrderPaymentStatus(OrderPayment orderPayment) -
Uses of OrderPaymentStatus in org.broadleafcommerce.core.payment.service.type
Fields in org.broadleafcommerce.core.payment.service.type declared as OrderPaymentStatusModifier and TypeFieldDescriptionstatic final OrderPaymentStatusOrderPaymentStatus.AUTHORIZEDThis is equivalent to having a successfulPaymentTransactionType.AUTHORIZEtransaction on the payment, but there are no transactions indicating that payment has been captured.static final OrderPaymentStatusOrderPaymentStatus.COMPLETEThis represents a completed state for this order payment wherein no more action can be performed on the original transaction.static final OrderPaymentStatusOrderPaymentStatus.FULLY_CAPTUREDThis is equivalent to having a successfulPaymentTransactionType.AUTHORIZE_AND_CAPTUREtransaction on the payment OR all the partialPaymentTransactionType.CAPTUREtransaction amounts equal the original order payment transaction, but there are no transactions indicating that payment has had any refunds issued against it.static final OrderPaymentStatusOrderPaymentStatus.PARTIALLY_COMPLETEThis is equivalent to having a successfulPaymentTransactionType.AUTHORIZE_AND_CAPTUREOR one or morePaymentTransactionType.CAPTUREtransactions which may have zero or more refund transactions issued against it.static final OrderPaymentStatusOrderPaymentStatus.PENDINGThis represents the state where there is aPaymentTransactionType.PENDINGtransaction on the payment, but there is not yet a completedPaymentTransactionType.AUTHORIZEorPaymentTransactionType.AUTHORIZE_AND_CAPTUREtransaction.static final OrderPaymentStatusOrderPaymentStatus.UNCONFIRMEDThis represents the state where there is only aPaymentTransactionType.UNCONFIRMEDtransaction on the payment.static final OrderPaymentStatusOrderPaymentStatus.UNDETERMINEDThis is the default status for an Order Payment and is meant to encompass a state not represented by the other payment statuses.Methods in org.broadleafcommerce.core.payment.service.type that return OrderPaymentStatusModifier and TypeMethodDescriptionstatic OrderPaymentStatusOrderPaymentStatus.getInstance(String type)