Class CatalogItemList<P extends CatalogItem>
java.lang.Object
com.broadleafcommerce.cartoperation.domain.CatalogItemList<P>
- All Implemented Interfaces:
Serializable
A DTO that holds catalog item references for bulk operations, and lists of failed request params.
- Author:
- Marie Standeven
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The list of provided keys for which a CatalogItem could not be foundAllCatalogItems
and their details.The list of provided uris for which a CatalogItem could not be foundint
hashCode()
void
setCatalogItemKeysForMissingEntities
(Set<String> catalogItemKeysForMissingEntities) The list of provided keys for which a CatalogItem could not be foundvoid
setCatalogItems
(List<P> catalogItems) AllCatalogItems
and their details.void
setCatalogItemUrisForMissingEntities
(Set<String> catalogItemUrisForMissingEntities) The list of provided uris for which a CatalogItem could not be foundtoString()
-
Constructor Details
-
CatalogItemList
public CatalogItemList()
-
-
Method Details
-
getCatalogItems
AllCatalogItems
and their details.- Returns:
- All
CatalogItems
references.
-
getCatalogItemKeysForMissingEntities
The list of provided keys for which a CatalogItem could not be found- Returns:
- The list of provided key for which a CatalogItem could not be found
-
getCatalogItemUrisForMissingEntities
The list of provided uris for which a CatalogItem could not be found- Returns:
- The list of provided uris for which a CatalogItem could not be found
-
setCatalogItems
AllCatalogItems
and their details.- Parameters:
catalogItems
- AllCatalogItem
references.
-
setCatalogItemKeysForMissingEntities
The list of provided keys for which a CatalogItem could not be found- Parameters:
catalogItemKeysForMissingEntities
- The list of provided keys for which a CatalogItem could not be found
-
setCatalogItemUrisForMissingEntities
The list of provided uris for which a CatalogItem could not be found- Parameters:
catalogItemUrisForMissingEntities
- The list of provided uris for which a CatalogItem could not be found
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-