Class ExternalCartProperties
- java.lang.Object
-
- com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
@ConfigurationProperties("broadleaf.cartoperation.cartprovider") public class ExternalCartProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description ExternalCartProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCartItemsByCartIdUri()The cart items URIStringgetCartItemsUri()The URI path for basic CRUD operations on cart items.StringgetCartsUri()The URI path for basic CRUD operations on carts.StringgetCartUri()The URI path for basic singular cart retrieval.StringgetCustomersItemListAccessRuleByRolesUri()The URI subpath for customer item list access rule by roles.StringgetCustomersItemListAccessRulesUri()The URI subpath for customer item list access rule operations.StringgetCustomersUri()The URI path for customer operations.StringgetFulfillmentGroupsUri()The fulfillment groups URIStringgetGuestTokenUri()The URI path of the guest token store for a cart.StringgetItemListAccessRulesBulkUri()The URI subpath for bulk item list access rule operations.StringgetItemListAccessRulesUri()The URI subpath for item list access rule operations.StringgetItemListsBulkDeleteItemsUri()Context path to append toitemListsBulkItemsUrifor deleting items.StringgetItemListsBulkDeleteUri()Context path to append toitemListsBulkUrifor deleting items.StringgetItemListsBulkItemsUri()The URI path for bulk CRUD operation on item list items.StringgetItemListsBulkUri()The context path to append tourlfor bulk list operations.StringgetItemListsItemsUri()The URI path for basic CRUD operation on item list items.StringgetItemListsUri()The URI path for basic CRUD operation on item lists.StringgetResourceLocksUri()The URI subpath for resource locks.StringgetServiceClient()The service client to use when calling cart services.StringgetUrl()The base url for an external cart service.voidsetCartItemsByCartIdUri(String cartItemsByCartIdUri)The cart items URIvoidsetCartItemsUri(String cartItemsUri)The URI path for basic CRUD operations on cart items.voidsetCartsUri(String cartsUri)The URI path for basic CRUD operations on carts.voidsetCartUri(String cartUri)The URI path for basic singular cart retrieval.voidsetCustomersItemListAccessRuleByRolesUri(String customersItemListAccessRuleByRolesUri)The URI subpath for customer item list access rule by roles.voidsetCustomersItemListAccessRulesUri(String customersItemListAccessRulesUri)The URI subpath for customer item list access rule operations.voidsetCustomersUri(String customersUri)The URI path for customer operations.voidsetFulfillmentGroupsUri(String fulfillmentGroupsUri)The fulfillment groups URIvoidsetGuestTokenUri(String guestTokenUri)The URI path of the guest token store for a cart.voidsetItemListAccessRulesBulkUri(String itemListAccessRulesBulkUri)The URI subpath for bulk item list access rule operations.voidsetItemListAccessRulesUri(String itemListAccessRulesUri)The URI subpath for item list access rule operations.voidsetItemListsBulkDeleteItemsUri(String itemListsBulkDeleteItemsUri)Context path to append toitemListsBulkItemsUrifor deleting items.voidsetItemListsBulkDeleteUri(String itemListsBulkDeleteUri)Context path to append toitemListsBulkUrifor deleting items.voidsetItemListsBulkItemsUri(String itemListsBulkItemsUri)The URI path for bulk CRUD operation on item list items.voidsetItemListsBulkUri(String itemListsBulkUri)The context path to append tourlfor bulk list operations.voidsetItemListsItemsUri(String itemListsItemsUri)The URI path for basic CRUD operation on item list items.voidsetItemListsUri(String itemListsUri)The URI path for basic CRUD operation on item lists.voidsetResourceLocksUri(String resourceLocksUri)The URI subpath for resource locks.voidsetServiceClient(String serviceClient)The service client to use when calling cart services.voidsetUrl(String url)The base url for an external cart service.
-
-
-
Method Detail
-
getUrl
public String getUrl()
The base url for an external cart service.
-
getCartUri
public String getCartUri()
The URI path for basic singular cart retrieval.
-
getCartsUri
public String getCartsUri()
The URI path for basic CRUD operations on carts.
-
getCartItemsUri
public String getCartItemsUri()
The URI path for basic CRUD operations on cart items.
-
getGuestTokenUri
public String getGuestTokenUri()
The URI path of the guest token store for a cart.
-
getItemListsUri
public String getItemListsUri()
The URI path for basic CRUD operation on item lists.
-
getItemListsBulkUri
public String getItemListsBulkUri()
The context path to append tourlfor bulk list operations.
-
getItemListsBulkDeleteUri
public String getItemListsBulkDeleteUri()
Context path to append toitemListsBulkUrifor deleting items.
-
getItemListsItemsUri
public String getItemListsItemsUri()
The URI path for basic CRUD operation on item list items.
-
getItemListsBulkItemsUri
public String getItemListsBulkItemsUri()
The URI path for bulk CRUD operation on item list items.
-
getItemListsBulkDeleteItemsUri
public String getItemListsBulkDeleteItemsUri()
Context path to append toitemListsBulkItemsUrifor deleting items.
-
getCustomersUri
public String getCustomersUri()
The URI path for customer operations.
-
getCustomersItemListAccessRulesUri
public String getCustomersItemListAccessRulesUri()
The URI subpath for customer item list access rule operations.
-
getCustomersItemListAccessRuleByRolesUri
public String getCustomersItemListAccessRuleByRolesUri()
The URI subpath for customer item list access rule by roles.
-
getItemListAccessRulesUri
public String getItemListAccessRulesUri()
The URI subpath for item list access rule operations.
-
getItemListAccessRulesBulkUri
public String getItemListAccessRulesBulkUri()
The URI subpath for bulk item list access rule operations.
-
getResourceLocksUri
public String getResourceLocksUri()
The URI subpath for resource locks.
-
getFulfillmentGroupsUri
public String getFulfillmentGroupsUri()
The fulfillment groups URI
-
getCartItemsByCartIdUri
public String getCartItemsByCartIdUri()
The cart items URI
-
getServiceClient
public String getServiceClient()
The service client to use when calling cart services. Default is "cartopsclient".
-
setUrl
public void setUrl(String url)
The base url for an external cart service.
-
setCartUri
public void setCartUri(String cartUri)
The URI path for basic singular cart retrieval.
-
setCartsUri
public void setCartsUri(String cartsUri)
The URI path for basic CRUD operations on carts.
-
setCartItemsUri
public void setCartItemsUri(String cartItemsUri)
The URI path for basic CRUD operations on cart items.
-
setGuestTokenUri
public void setGuestTokenUri(String guestTokenUri)
The URI path of the guest token store for a cart.
-
setItemListsUri
public void setItemListsUri(String itemListsUri)
The URI path for basic CRUD operation on item lists.
-
setItemListsBulkUri
public void setItemListsBulkUri(String itemListsBulkUri)
The context path to append tourlfor bulk list operations.
-
setItemListsBulkDeleteUri
public void setItemListsBulkDeleteUri(String itemListsBulkDeleteUri)
Context path to append toitemListsBulkUrifor deleting items.
-
setItemListsItemsUri
public void setItemListsItemsUri(String itemListsItemsUri)
The URI path for basic CRUD operation on item list items.
-
setItemListsBulkItemsUri
public void setItemListsBulkItemsUri(String itemListsBulkItemsUri)
The URI path for bulk CRUD operation on item list items.
-
setItemListsBulkDeleteItemsUri
public void setItemListsBulkDeleteItemsUri(String itemListsBulkDeleteItemsUri)
Context path to append toitemListsBulkItemsUrifor deleting items.
-
setCustomersUri
public void setCustomersUri(String customersUri)
The URI path for customer operations.
-
setCustomersItemListAccessRulesUri
public void setCustomersItemListAccessRulesUri(String customersItemListAccessRulesUri)
The URI subpath for customer item list access rule operations.
-
setCustomersItemListAccessRuleByRolesUri
public void setCustomersItemListAccessRuleByRolesUri(String customersItemListAccessRuleByRolesUri)
The URI subpath for customer item list access rule by roles.
-
setItemListAccessRulesUri
public void setItemListAccessRulesUri(String itemListAccessRulesUri)
The URI subpath for item list access rule operations.
-
setItemListAccessRulesBulkUri
public void setItemListAccessRulesBulkUri(String itemListAccessRulesBulkUri)
The URI subpath for bulk item list access rule operations.
-
setResourceLocksUri
public void setResourceLocksUri(String resourceLocksUri)
The URI subpath for resource locks.
-
setFulfillmentGroupsUri
public void setFulfillmentGroupsUri(String fulfillmentGroupsUri)
The fulfillment groups URI
-
setCartItemsByCartIdUri
public void setCartItemsByCartIdUri(String cartItemsByCartIdUri)
The cart items URI
-
setServiceClient
public void setServiceClient(String serviceClient)
The service client to use when calling cart services. Default is "cartopsclient".
-
-