public interface PriceListResolverExtensionHandler
extends org.broadleafcommerce.common.extension.ExtensionHandler
| Modifier and Type | Method and Description |
|---|---|
org.broadleafcommerce.common.extension.ExtensionResultStatusType |
resolveCustomerSpecificPriceList(org.broadleafcommerce.profile.core.domain.Customer customer,
PriceList priceList,
org.broadleafcommerce.common.currency.domain.BroadleafCurrency currency,
org.broadleafcommerce.common.extension.ExtensionResultHolder<PriceList> erh)
Allows module extension to provide customer-specific Price List resolution
|
org.broadleafcommerce.common.extension.ExtensionResultStatusType resolveCustomerSpecificPriceList(org.broadleafcommerce.profile.core.domain.Customer customer,
PriceList priceList,
org.broadleafcommerce.common.currency.domain.BroadleafCurrency currency,
org.broadleafcommerce.common.extension.ExtensionResultHolder<PriceList> erh)
customer - Copyright © 2018. All rights reserved.