Class ExternalCartProperties
java.lang.Object
com.broadleafcommerce.orderoperation.service.provider.external.ExternalCartProperties
@ConfigurationProperties("broadleaf.orderoperation.cart-provider")
public class ExternalCartProperties
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The service client to use when interacting with the cart service.int
hashCode()
void
setCartItemPath
(String cartItemPath) void
setCartUrl
(String cartUrl) void
setFulfillmentGroupPath
(String fulfillmentGroupPath) void
setServiceClient
(String serviceClient) The service client to use when interacting with the cart service.toString()
-
Constructor Details
-
ExternalCartProperties
public ExternalCartProperties()
-
-
Method Details
-
getCartUrl
-
getCartItemPath
-
getFulfillmentGroupPath
-
getServiceClient
The service client to use when interacting with the cart service. Default is "orderopsclient". -
setCartUrl
-
setCartItemPath
-
setFulfillmentGroupPath
-
setServiceClient
The service client to use when interacting with the cart service. Default is "orderopsclient". -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-