Class CategoryList
java.lang.Object
com.broadleafcommerce.catalogbrowse.domain.CategoryList
- All Implemented Interfaces:
Serializable
A DTO that holds category references for bulk operations, and lists of failed request params.
- Since:
- Catalog Browse Service 2.1.0, Release Train 2.2.0
- Author:
- Nathan Moore (nathandmoore)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanAllCategoriesand their details.The list of provided ids for which a Category could not be foundThe list of provided uris for which a Category could not be foundinthashCode()voidsetCategories(List<Category> categories) AllCategoriesand their details.voidsetCategoryIdsForMissingEntities(Set<String> categoryIdsForMissingEntities) The list of provided ids for which a Category could not be foundvoidsetCategoryUrisForMissingEntities(Set<String> categoryUrisForMissingEntities) The list of provided uris for which a Category could not be foundtoString()
-
Constructor Details
-
CategoryList
public CategoryList()
-
-
Method Details
-
getCategories
AllCategoriesand their details.- Returns:
- All
Categoriesfor this list.
-
getCategoryIdsForMissingEntities
The list of provided ids for which a Category could not be found- Returns:
- The list of provided ids for which a Category could not be found
-
getCategoryUrisForMissingEntities
The list of provided uris for which a Category could not be found- Returns:
- The list of provided uris for which a Category could not be found
-
setCategories
AllCategoriesand their details.- Parameters:
productDetails- AllCategoriesfor this list.
-
setCategoryIdsForMissingEntities
The list of provided ids for which a Category could not be found- Parameters:
categoryIdsForMissingEntities- The list of provided ids for which a Category could not be found
-
setCategoryUrisForMissingEntities
The list of provided uris for which a Category could not be found- Parameters:
categoryUrisForMissingEntities- The list of provided uris for which a Category could not be found
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-