Class ItemListAddToCartProperties
java.lang.Object
com.broadleafcommerce.cartoperation.service.ItemListAddToCartProperties
@ConfigurationProperties("broadleaf.cartoperation.itemlist.add-to-cart")
public class ItemListAddToCartProperties
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Dictates the ItemListItem batch size when adding an ItemList to cartvoid
setItemBatchSize
(int itemBatchSize) Dictates the ItemListItem batch size when adding an ItemList to cart
-
Constructor Details
-
ItemListAddToCartProperties
public ItemListAddToCartProperties()
-
-
Method Details
-
getItemBatchSize
public int getItemBatchSize()Dictates the ItemListItem batch size when adding an ItemList to cart -
setItemBatchSize
public void setItemBatchSize(int itemBatchSize) Dictates the ItemListItem batch size when adding an ItemList to cart
-