Class ProductList
java.lang.Object
com.broadleafcommerce.catalogbrowse.domain.ProductList
- All Implemented Interfaces:
Serializable
A DTO that holds product references for bulk operations, and lists of failed request params.
- Author:
- Marie Standeven
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe list of provided ids for which a Product could not be foundAllProductsand their details.The list of provided uris for which a Product could not be foundinthashCode()voidsetProductIdsForMissingEntities(Set<String> productIdsForMissingEntities) The list of provided ids for which a Product could not be foundvoidsetProducts(List<Product> products) AllProductsand their details.voidsetProductUrisForMissingEntities(Set<String> productUrisForMissingEntities) The list of provided uris for which a Product could not be foundtoString()
-
Constructor Details
-
ProductList
public ProductList() -
ProductList
-
-
Method Details
-
getProducts
AllProductsand their details.- Returns:
- All
Productsfor this product.
-
getProductIdsForMissingEntities
The list of provided ids for which a Product could not be found- Returns:
- The list of provided ids for which a Product could not be found
-
getProductUrisForMissingEntities
The list of provided uris for which a Product could not be found- Returns:
- The list of provided uris for which a Product could not be found
-
setProducts
AllProductsand their details.- Parameters:
productDetails- AllProductsfor this product.
-
setProductIdsForMissingEntities
The list of provided ids for which a Product could not be found- Parameters:
productIdsForMissingEntities- The list of provided ids for which a Product could not be found
-
setProductUrisForMissingEntities
The list of provided uris for which a Product could not be found- Parameters:
productUrisForMissingEntities- The list of provided uris for which a Product could not be found
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-