Class DefaultShoppingService
java.lang.Object
de.hybris.platform.shoppingservices.services.impl.DefaultShoppingService
- All Implemented Interfaces:
ShoppingService
The type Default shopping service.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets shopping classes.booleanisShoppingProduct(ProductModel productModel) Is shopping product.voidsetShoppingClasses(List<Class<org.apache.poi.ss.formula.functions.T>> shoppingClasses) Sets shopping classes.
-
Constructor Details
-
DefaultShoppingService
public DefaultShoppingService()
-
-
Method Details
-
isShoppingProduct
Description copied from interface:ShoppingServiceIs shopping product.- Specified by:
isShoppingProductin interfaceShoppingService- Parameters:
productModel- the product model- Returns:
- the boolean
-
getShoppingClasses
Gets shopping classes.- Returns:
- the shopping classes
-
setShoppingClasses
Sets shopping classes.- Parameters:
shoppingClasses- the shopping classes
-