Class CartModifyingRequest
java.lang.Object
com.broadleafcommerce.cartoperation.web.endpoint.domain.CartModifyingRequest
- All Implemented Interfaces:
CartVersionedRequest
,Serializable
- Direct Known Subclasses:
AddAttributeRequest
,AddCodeRequest
,AddItemRequest
,ContactInfoRequest
,PriceCartRequest
,UpdateCartInfoRequest
,UpdateCartStatusRequest
,UpdateFulfillmentGroupRequest
public abstract class CartModifyingRequest
extends Object
implements CartVersionedRequest, Serializable
Base request for any request that modifies the cart directly.
- Author:
- Jacob Mitash
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Gets the cart version that the client is aware of.int
hashCode()
void
setCartVersion
(Integer version) Sets the cart version.void
setVersion
(Integer version) toString()
-
Constructor Details
-
CartModifyingRequest
public CartModifyingRequest()
-
-
Method Details
-
getCartVersion
Description copied from interface:CartVersionedRequest
Gets the cart version that the client is aware of. This should be populated by the client when making a request that modifies an existing cart.- Specified by:
getCartVersion
in interfaceCartVersionedRequest
- Returns:
- the cart version
-
setCartVersion
Description copied from interface:CartVersionedRequest
Sets the cart version. Typically only used for setting the version on the request body if the version came from an alternative source (e.g. cookie or header).- Specified by:
setCartVersion
in interfaceCartVersionedRequest
- Parameters:
version
- the version to set for this request
-
getVersion
-
setVersion
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-