Uses of Class
com.broadleafcommerce.catalogbrowse.domain.marketing.LineItemDTO
Packages that use LineItemDTO
Package
Description
-
Uses of LineItemDTO in com.broadleafcommerce.catalogbrowse.domain.marketing
Methods in com.broadleafcommerce.catalogbrowse.domain.marketing that return types with arguments of type LineItemDTOMethod parameters in com.broadleafcommerce.catalogbrowse.domain.marketing with type arguments of type LineItemDTOModifier and TypeMethodDescriptionvoidMarketingMessageRequest.setLineItems(List<LineItemDTO> lineItems) -
Uses of LineItemDTO in com.broadleafcommerce.catalogbrowse.service
Methods in com.broadleafcommerce.catalogbrowse.service that return LineItemDTOModifier and TypeMethodDescriptionprotected LineItemDTODefaultMarketingMessageUtils.buildLineItemFromVariant(@NonNull Product product, @NonNull Variant variant) Methods in com.broadleafcommerce.catalogbrowse.service that return types with arguments of type LineItemDTOModifier and TypeMethodDescriptionDefaultMarketingMessageUtils.buildLineItems(@NonNull ProductList productDetails, boolean buildForAllTermsAndFrequencies, com.broadleafcommerce.pricing.client.domain.context.PriceContext priceContext, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) default List<LineItemDTO>MarketingMessageUtils.buildLineItems(ProductList productDetails) BuildLineItemDTOs from hydrated product detailsMarketingMessageUtils.buildLineItems(ProductList productDetails, boolean buildForAllTermsAndFrequencies, com.broadleafcommerce.pricing.client.domain.context.PriceContext priceContext, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) BuildLineItemDTOs from hydrated product details.Methods in com.broadleafcommerce.catalogbrowse.service with parameters of type LineItemDTOModifier and TypeMethodDescriptionprotected voidDefaultMarketingMessageUtils.populateLineItemPricing(@NonNull LineItemDTO item, @NonNull com.broadleafcommerce.pricing.client.domain.PriceInfo priceInfo) protected voidDefaultMarketingMessageUtils.populateLineItemRecurringPricing(@NonNull LineItemDTO item, @NonNull com.broadleafcommerce.pricing.client.domain.PriceInfo priceInfo) Populates the recurring pricing for the givenLineItemDTObased on the givenPriceInfo.