Class ProductCharacteristicManagementRequest
java.lang.Object
com.broadleafcommerce.catalog.service.product.dto.ProductCharacteristicManagementRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe fully-hydrated/persisted representations of the products, fresh from the database.The raw, explicitly requested characteristic changes provided by the API caller.inthashCode()voidsetFullyPersistedProductsById(Map<String, Product> fullyPersistedProductsById) The fully-hydrated/persisted representations of the products, fresh from the database.voidsetRequestedCharacteristicsByProductId(Map<String, List<ProductCharacteristic>> requestedCharacteristicsByProductId) The raw, explicitly requested characteristic changes provided by the API caller.toString()
-
Constructor Details
-
ProductCharacteristicManagementRequest
public ProductCharacteristicManagementRequest()
-
-
Method Details
-
getRequestedCharacteristicsByProductId
The raw, explicitly requested characteristic changes provided by the API caller. -
getFullyPersistedProductsById
The fully-hydrated/persisted representations of the products, fresh from the database. -
setRequestedCharacteristicsByProductId
public void setRequestedCharacteristicsByProductId(Map<String, List<ProductCharacteristic>> requestedCharacteristicsByProductId) The raw, explicitly requested characteristic changes provided by the API caller. -
setFullyPersistedProductsById
The fully-hydrated/persisted representations of the products, fresh from the database. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-