Class ProductList<T extends ComprehensiveProduct>
java.lang.Object
com.broadleafcommerce.dataexchange.domain.product.ProductList<T>
- All Implemented Interfaces:
- Serializable,- Iterable<T>
public class ProductList<T extends ComprehensiveProduct>
extends Object
implements Serializable, Iterable<T>
- See Also:
- 
Constructor Details- 
ProductListpublic ProductList()
 
- 
- 
Method Details- 
iterator- Specified by:
- iteratorin interface- Iterable<T extends ComprehensiveProduct>
 
- 
forEach- Specified by:
- forEachin interface- Iterable<T extends ComprehensiveProduct>
 
- 
getProducts
- 
getErrorsThis will be a list oferrors. Each error has a path, and the path will be a JSON Path referencing thegetProducts()list. For example,- $[0].variants[1]
- $[1].prices[3]
- $[2].assets[2].translations[5]
 
- 
setProducts
- 
setErrorsThis will be a list oferrors. Each error has a path, and the path will be a JSON Path referencing thegetProducts()list. For example,- $[0].variants[1]
- $[1].prices[3]
- $[2].assets[2].translations[5]
 
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
- 
toString
 
-