public class AbstractPriceListResolverExtensionHandler extends org.broadleafcommerce.common.extension.AbstractExtensionHandler implements PriceListResolverExtensionHandler
| Constructor and Description |
|---|
AbstractPriceListResolverExtensionHandler() |
| 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
|
getPriority, isEnabled, setEnabled, setPrioritypublic AbstractPriceListResolverExtensionHandler()
public 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)
PriceListResolverExtensionHandlerresolveCustomerSpecificPriceList in interface PriceListResolverExtensionHandlerCopyright © 2018. All rights reserved.