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
-
ProductList
public ProductList()
-
-
Method Details
-
iterator
- Specified by:
iterator
in interfaceIterable<T extends ComprehensiveProduct>
-
forEach
- Specified by:
forEach
in interfaceIterable<T extends ComprehensiveProduct>
-
getProducts
-
getErrors
This 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
-
setErrors
This 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
-
hashCode
public int hashCode() -
toString
-