public class AbstractEnterprisePricingServiceExtensionHandler extends org.broadleafcommerce.common.extension.AbstractExtensionHandler implements EnterprisePricingServiceExtensionHandler
Constructor and Description |
---|
AbstractEnterprisePricingServiceExtensionHandler() |
Modifier and Type | Method and Description |
---|---|
org.broadleafcommerce.common.extension.ExtensionResultStatusType |
addAdditionalContractPriceLists(org.broadleafcommerce.profile.core.domain.Customer customer,
List<PriceList> contractPriceLists,
org.broadleafcommerce.common.currency.domain.BroadleafCurrency currency)
Allows the list of contract price lists to be modified.
|
org.broadleafcommerce.common.extension.ExtensionResultStatusType |
addAdditionalSalePriceLists(org.broadleafcommerce.profile.core.domain.Customer customer,
List<PriceList> salePriceLists,
org.broadleafcommerce.common.currency.domain.BroadleafCurrency currency)
Allows the list of sale price lists to be modified.
|
getPriority, isEnabled, setEnabled, setPriority
public AbstractEnterprisePricingServiceExtensionHandler()
public org.broadleafcommerce.common.extension.ExtensionResultStatusType addAdditionalContractPriceLists(org.broadleafcommerce.profile.core.domain.Customer customer, List<PriceList> contractPriceLists, org.broadleafcommerce.common.currency.domain.BroadleafCurrency currency)
EnterprisePricingServiceExtensionHandler
addAdditionalContractPriceLists
in interface EnterprisePricingServiceExtensionHandler
public org.broadleafcommerce.common.extension.ExtensionResultStatusType addAdditionalSalePriceLists(org.broadleafcommerce.profile.core.domain.Customer customer, List<PriceList> salePriceLists, org.broadleafcommerce.common.currency.domain.BroadleafCurrency currency)
EnterprisePricingServiceExtensionHandler
addAdditionalSalePriceLists
in interface EnterprisePricingServiceExtensionHandler
Copyright © 2019. All rights reserved.