|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.elasticpath.service.impl.AbstractEpServiceImpl
com.elasticpath.service.shoppingcart.impl.AbstractCheckoutEventHandlerImpl
com.elasticpath.service.shoppingcart.impl.NullCheckoutEventHandlerImpl
public class NullCheckoutEventHandlerImpl
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 |
|---|
public NullCheckoutEventHandlerImpl()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||