com.elasticpath.service.shoppingcart.impl
Class NullCheckoutEventHandlerImpl

java.lang.Object
  extended by com.elasticpath.service.impl.AbstractEpServiceImpl
      extended by com.elasticpath.service.shoppingcart.impl.AbstractCheckoutEventHandlerImpl
          extended by com.elasticpath.service.shoppingcart.impl.NullCheckoutEventHandlerImpl
All Implemented Interfaces:
EpService, CheckoutEventHandler

public class NullCheckoutEventHandlerImpl
extends AbstractCheckoutEventHandlerImpl
implements CheckoutEventHandler

This implementation of CheckoutEventHandler does not perform any action as a result of a checkout event. To extend the checkout process, extend AbstractCheckoutEventHandler and replace this handler in the Spring configuration with your new handler.


Constructor Summary
NullCheckoutEventHandlerImpl()
           
 
Method Summary
 
Methods inherited from class com.elasticpath.service.shoppingcart.impl.AbstractCheckoutEventHandlerImpl
postCheckout, preCheckout, preCheckoutOrderPersist
 
Methods inherited from class com.elasticpath.service.impl.AbstractEpServiceImpl
getElasticPath, setElasticPath
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.elasticpath.service.shoppingcart.CheckoutEventHandler
postCheckout, preCheckout, preCheckoutOrderPersist
 
Methods inherited from interface com.elasticpath.service.EpService
getElasticPath, setElasticPath
 

Constructor Detail

NullCheckoutEventHandlerImpl

public NullCheckoutEventHandlerImpl()