Class AbstractMergeCartServiceExtensionHandler
java.lang.Object
org.broadleafcommerce.common.extension.AbstractExtensionHandler
org.broadleafcommerce.core.order.service.AbstractMergeCartServiceExtensionHandler
- All Implemented Interfaces:
org.broadleafcommerce.common.extension.ExtensionHandler,MergeCartServiceExtensionHandler
public abstract class AbstractMergeCartServiceExtensionHandler
extends org.broadleafcommerce.common.extension.AbstractExtensionHandler
implements MergeCartServiceExtensionHandler
- Author:
- Andre Azzolini (apazzolini)
-
Field Summary
Fields inherited from class org.broadleafcommerce.common.extension.AbstractExtensionHandler
enabled, priority -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.broadleafcommerce.common.extension.ExtensionResultStatusTypesetNewCartOwnership(Order cart, org.broadleafcommerce.profile.core.domain.Customer customer) org.broadleafcommerce.common.extension.ExtensionResultStatusTypeupdateMergedOrder(Order cart, org.broadleafcommerce.profile.core.domain.Customer customer) Methods inherited from class org.broadleafcommerce.common.extension.AbstractExtensionHandler
getPriority, isEnabled, setEnabled, setPriorityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.broadleafcommerce.common.extension.ExtensionHandler
getPriority, isEnabled
-
Constructor Details
-
AbstractMergeCartServiceExtensionHandler
public AbstractMergeCartServiceExtensionHandler()
-
-
Method Details
-
setNewCartOwnership
public org.broadleafcommerce.common.extension.ExtensionResultStatusType setNewCartOwnership(Order cart, org.broadleafcommerce.profile.core.domain.Customer customer) - Specified by:
setNewCartOwnershipin interfaceMergeCartServiceExtensionHandler
-
updateMergedOrder
public org.broadleafcommerce.common.extension.ExtensionResultStatusType updateMergedOrder(Order cart, org.broadleafcommerce.profile.core.domain.Customer customer) - Specified by:
updateMergedOrderin interfaceMergeCartServiceExtensionHandler
-