Uses of Class
com.broadleafcommerce.catalog.service.product.dto.ProductCharacteristicManagementResult
Packages that use ProductCharacteristicManagementResult
Package
Description
-
Uses of ProductCharacteristicManagementResult in com.broadleafcommerce.catalog.service.product
Methods in com.broadleafcommerce.catalog.service.product that return ProductCharacteristicManagementResultModifier and TypeMethodDescriptionprotected ProductCharacteristicManagementResultDefaultProductService.manageProductCharacteristics(@NonNull String id, P apiPayload, P persistedProduct, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Manages the characteristics of a single product. -
Uses of ProductCharacteristicManagementResult in com.broadleafcommerce.catalog.service.product.util
Methods in com.broadleafcommerce.catalog.service.product.util that return ProductCharacteristicManagementResultModifier and TypeMethodDescriptionprotected ProductCharacteristicManagementResultProductCharacteristicManagementUtility.buildResult(Map<String, Map<String, ProductCharacteristic>> prodCharsByIdByProductId) Builds the final result from the persisted characteristics.ProductCharacteristicManagementUtility.manageProductCharacteristics(ProductCharacteristicManagementRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Manages the characteristics for a batch of products.Methods in com.broadleafcommerce.catalog.service.product.util with parameters of type ProductCharacteristicManagementResultModifier and TypeMethodDescriptionvoidProductCharacteristicManagementUtility.mapLatestCharacteristicsStateOntoResponse(com.broadleafcommerce.data.tracking.core.service.BulkPersistenceResponse<P> response, ProductCharacteristicManagementResult latestState) Maps the latest characteristic state onto a bulk persistence response.voidProductCharacteristicManagementUtility.mapLatestCharacteristicsStateOntoResponse(List<P> response, ProductCharacteristicManagementResult latestState) Maps the latest characteristic state onto a list of product responses.voidProductCharacteristicManagementUtility.mapLatestCharacteristicsStateOntoResponse(P response, ProductCharacteristicManagementResult latestState) Maps the latest characteristic state onto a single product response.