Class CaptureFulfillmentResult
java.lang.Object
com.broadleafcommerce.orderoperation.domain.CaptureFulfillmentResult
- All Implemented Interfaces:
Serializable
Represents the result of capturing an
OrderFulfillment
, containing a list of claims
against checkout-executed capture transactions, and a list of capture execution responses.- Author:
- Sunny Yu
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
A list ofTransactionExecutionResponses
for the capture transactions.List<com.broadleafcommerce.order.client.domain.FulfillmentCaptureClaim>
A list ofFulfillmentCaptureClaims
that was made for theOrderFulfillment
.int
hashCode()
void
setCaptureExecutionResponses
(List<TransactionExecutionResponse> captureExecutionResponses) A list ofTransactionExecutionResponses
for the capture transactions.void
setFulfillmentCaptureClaims
(List<com.broadleafcommerce.order.client.domain.FulfillmentCaptureClaim> fulfillmentCaptureClaims) A list ofFulfillmentCaptureClaims
that was made for theOrderFulfillment
.toString()
-
Constructor Details
-
CaptureFulfillmentResult
public CaptureFulfillmentResult()
-
-
Method Details
-
getFulfillmentCaptureClaims
public List<com.broadleafcommerce.order.client.domain.FulfillmentCaptureClaim> getFulfillmentCaptureClaims()A list ofFulfillmentCaptureClaims
that was made for theOrderFulfillment
.This list would be empty if all the payments have the checkout transaction type of
DefaultTransactionTypes.AUTHORIZE
. -
getCaptureExecutionResponses
A list ofTransactionExecutionResponses
for the capture transactions. -
setFulfillmentCaptureClaims
public void setFulfillmentCaptureClaims(List<com.broadleafcommerce.order.client.domain.FulfillmentCaptureClaim> fulfillmentCaptureClaims) A list ofFulfillmentCaptureClaims
that was made for theOrderFulfillment
.This list would be empty if all the payments have the checkout transaction type of
DefaultTransactionTypes.AUTHORIZE
. -
setCaptureExecutionResponses
public void setCaptureExecutionResponses(List<TransactionExecutionResponse> captureExecutionResponses) A list ofTransactionExecutionResponses
for the capture transactions. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-