Class DefaultCartOperationService.BulkCartItemCreationResponse
java.lang.Object
com.broadleafcommerce.cartoperation.service.DefaultCartOperationService.BulkCartItemCreationResponse
- Enclosing class:
- DefaultCartOperationService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
All failures that occurred.List<com.broadleafcommerce.cart.client.domain.CartItem>
The list ofCartItems
that were successfully created from theAddItemRequests
All requests that were successfully processed.int
hashCode()
void
setAddItemFailures
(List<AddItemFailure> addItemFailures) All failures that occurred.void
setCartItems
(List<com.broadleafcommerce.cart.client.domain.CartItem> cartItems) The list ofCartItems
that were successfully created from theAddItemRequests
void
setSuccessfulRequests
(List<AddItemRequest> successfulRequests) All requests that were successfully processed.toString()
-
Constructor Details
-
BulkCartItemCreationResponse
public BulkCartItemCreationResponse()
-
-
Method Details
-
getCartItems
The list ofCartItems
that were successfully created from theAddItemRequests
-
getSuccessfulRequests
All requests that were successfully processed. -
getAddItemFailures
All failures that occurred. -
setCartItems
The list ofCartItems
that were successfully created from theAddItemRequests
-
setSuccessfulRequests
All requests that were successfully processed. -
setAddItemFailures
All failures that occurred. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-