Uses of Class
com.broadleafcommerce.catalog.service.product.dto.ProductCharacteristicManagementRequest
Packages that use ProductCharacteristicManagementRequest
Package
Description
-
Uses of ProductCharacteristicManagementRequest in com.broadleafcommerce.catalog.service.product
Methods in com.broadleafcommerce.catalog.service.product with parameters of type ProductCharacteristicManagementRequestModifier and TypeMethodDescriptionprotected voidDefaultProductService.populateFullyPersistedProducts(ProductCharacteristicManagementRequest request, com.broadleafcommerce.data.tracking.core.service.BulkPersistenceResponse<P> response) protected voidDefaultProductService.populateFullyPersistedProducts(ProductCharacteristicManagementRequest request, List<P> persistedProducts) -
Uses of ProductCharacteristicManagementRequest in com.broadleafcommerce.catalog.service.product.util
Methods in com.broadleafcommerce.catalog.service.product.util with parameters of type ProductCharacteristicManagementRequestModifier and TypeMethodDescriptionprotected Map<String,BusinessType> ProductCharacteristicManagementUtility.hydrateBusinessTypes(ProductCharacteristicManagementRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Hydrates the business types for the products in the request.protected List<ProductCharacteristic>ProductCharacteristicManagementUtility.identifyCharacteristicsToCreate(ProductCharacteristicManagementRequest request, Map<String, List<ProductCharacteristic>> existingCharacteristicsByProdId, Map<String, BusinessType> businessTypesByKey, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Identifies the product characteristics that need to be created.protected List<com.broadleafcommerce.data.tracking.core.service.Update<ProductCharacteristic>>ProductCharacteristicManagementUtility.identifyCharacteristicsToUpdate(ProductCharacteristicManagementRequest request, Map<String, List<ProductCharacteristic>> existingCharacteristicsByProdId, Map<String, BusinessType> businessTypesByKey, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Identifies the product characteristics that need to be updated.ProductCharacteristicManagementUtility.manageProductCharacteristics(ProductCharacteristicManagementRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Manages the characteristics for a batch of products.