Class ItemListAddToCartProperties
- java.lang.Object
-
- com.broadleafcommerce.cartoperation.service.ItemListAddToCartProperties
-
@ConfigurationProperties("broadleaf.cartoperation.itemlist.add-to-cart") public class ItemListAddToCartProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description ItemListAddToCartProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getItemBatchSize()
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
-