| Package | Description |
|---|---|
| com.broadleafcommerce.pricelist.domain | |
| com.broadleafcommerce.pricelist.service | |
| com.broadleafcommerce.pricelist.web |
| Modifier and Type | Class and Description |
|---|---|
class |
PricingContextDtoImpl
Created by bpolster.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
PriceListService.buildMvelParameters(org.broadleafcommerce.profile.core.domain.Customer customer,
PricingContextDto pricingContext) |
Map<String,Object> |
PriceListServiceImpl.buildMvelParameters(org.broadleafcommerce.profile.core.domain.Customer customer,
PricingContextDto pricingContext)
MVEL is used to process the content targeting rules.
|
PriceList |
PriceListService.findStandardPriceListByRules(org.broadleafcommerce.profile.core.domain.Customer customer,
PricingContextDto pricingContext)
From a list of all
PriceListRules, find the first PriceList that matches the Customer and
PricingContextDto. |
PriceList |
PriceListServiceImpl.findStandardPriceListByRules(org.broadleafcommerce.profile.core.domain.Customer customer,
PricingContextDto pricingContext) |
| Modifier and Type | Method and Description |
|---|---|
protected PricingContextDto |
PriceListResolverImpl.buildPricingContext(org.springframework.web.context.request.WebRequest request)
Builds a pricingContext by transferring request parameters or header values that start with the
PriceListResolverImpl.getPricingContextPrefix() onto the PricingContextDto. |
static PricingContextDto |
PriceListRequestContext.getCurrentPricingContextDto() |
PricingContextDto |
PriceListRequestContext.getPricingContextDto() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PriceListResolverImpl.addCurrencyCodeToPricingContext(PricingContextDto pricingContextDto) |
protected void |
PriceListResolverImpl.addLocaleCodeToPricingContext(PricingContextDto pricingContextDto) |
void |
PriceListRequestContext.setPricingContextDto(PricingContextDto pricingContextDto) |
Copyright © 2018. All rights reserved.