Class ExternalCartProperties
java.lang.Object
com.broadleafcommerce.orderoperation.service.provider.external.ExternalCartProperties
@ConfigurationProperties("broadleaf.orderoperation.cart-provider")
public class ExternalCartProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe service client to use when interacting with the cart service.inthashCode()voidsetCartItemPath(String cartItemPath) voidsetCartUrl(String cartUrl) voidsetFulfillmentGroupPath(String fulfillmentGroupPath) voidsetServiceClient(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
-