Class ProductUtils


  • public class ProductUtils
    extends java.lang.Object
    The class provides utility methods related to Product.
    • Constructor Summary

      Constructors 
      Constructor Description
      ProductUtils()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<ProductModel> getAllBaseProducts​(ProductModel productModel)
      Returns all the base products from the product tree or empty list if none exists.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProductUtils

        public ProductUtils()
    • Method Detail

      • getAllBaseProducts

        public java.util.Set<ProductModel> getAllBaseProducts​(ProductModel productModel)
        Returns all the base products from the product tree or empty list if none exists.
        Parameters:
        productModel -
        Returns: