org.broadleafcommerce.core.pricing.service.advice
Class PricingExecutionManagerImpl
java.lang.Object
org.broadleafcommerce.core.pricing.service.advice.PricingExecutionManagerImpl
- All Implemented Interfaces:
- PricingExecutionManager, org.springframework.core.Ordered
@Component(value="blPricingExecutionManager")
public class PricingExecutionManagerImpl
- extends Object
- implements PricingExecutionManager, org.springframework.core.Ordered
| Fields inherited from interface org.springframework.core.Ordered |
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PricingExecutionManagerImpl
public PricingExecutionManagerImpl()
getOrder
public int getOrder()
- Specified by:
getOrder in interface org.springframework.core.Ordered
setOrder
public void setOrder(int order)
clearCache
public void clearCache()
executePricing
public void executePricing(Order order)
- Specified by:
executePricing in interface PricingExecutionManager
getLatestItem
public Order getLatestItem()
priceOrder
public Object priceOrder(org.aspectj.lang.ProceedingJoinPoint call)
throws Throwable
- Throws:
Throwable
Copyright © 2012. All Rights Reserved.