Interface ShoppingService
- All Known Implementing Classes:
DefaultShoppingService
public interface ShoppingService
The interface Shopping service.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisShoppingProduct(ProductModel productModel) Is shopping product.
-
Method Details
-
isShoppingProduct
Is shopping product.- Parameters:
productModel- the product model- Returns:
- the boolean
-