Uses of Class
com.broadleafcommerce.catalogbrowse.domain.marketing.LineItemDTO
-
Packages that use LineItemDTO Package Description com.broadleafcommerce.catalogbrowse.domain.marketing com.broadleafcommerce.catalogbrowse.service -
-
Uses of LineItemDTO in com.broadleafcommerce.catalogbrowse.domain.marketing
Methods in com.broadleafcommerce.catalogbrowse.domain.marketing that return types with arguments of type LineItemDTO Modifier and Type Method Description List<LineItemDTO>MarketingMessageRequest. getLineItems()Method parameters in com.broadleafcommerce.catalogbrowse.domain.marketing with type arguments of type LineItemDTO Modifier and Type Method Description voidMarketingMessageRequest. setLineItems(List<LineItemDTO> lineItems) -
Uses of LineItemDTO in com.broadleafcommerce.catalogbrowse.service
Methods in com.broadleafcommerce.catalogbrowse.service that return LineItemDTO Modifier and Type Method Description protected LineItemDTODefaultMarketingMessageUtils. buildLineItemFromVariant(Product product, Variant variant)Methods in com.broadleafcommerce.catalogbrowse.service that return types with arguments of type LineItemDTO Modifier and Type Method Description List<LineItemDTO>DefaultMarketingMessageUtils. buildLineItems(ProductList productDetails)List<LineItemDTO>MarketingMessageUtils. buildLineItems(ProductList productDetails)BuildLineItemDTOs from hydrated product detailsMethods in com.broadleafcommerce.catalogbrowse.service with parameters of type LineItemDTO Modifier and Type Method Description protected voidDefaultMarketingMessageUtils. populateLineItemPricing(LineItemDTO item, com.broadleafcommerce.pricing.client.domain.PriceInfo priceInfo)
-