Class AbstractPostUpdateCustomerExtensionHandler
java.lang.Object
org.broadleafcommerce.common.extension.AbstractExtensionHandler
org.broadleafcommerce.profile.core.extension.AbstractPostUpdateCustomerExtensionHandler
- All Implemented Interfaces:
ExtensionHandler,PostUpdateCustomerExtensionHandler
public abstract class AbstractPostUpdateCustomerExtensionHandler
extends AbstractExtensionHandler
implements PostUpdateCustomerExtensionHandler
-
Field Summary
FieldsFields inherited from class org.broadleafcommerce.common.extension.AbstractExtensionHandler
enabled, priority -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpostUpdate(long customerId) postUpdate(Customer customer) postUpdateAll(List<Customer> customers) postUpdateAllByIds(List<Long> customerIds) 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
-
Field Details
-
DEFAULT_PRIORITY
protected static final int DEFAULT_PRIORITY- See Also:
-
-
Constructor Details
-
AbstractPostUpdateCustomerExtensionHandler
public AbstractPostUpdateCustomerExtensionHandler()
-
-
Method Details
-
postUpdate
- Specified by:
postUpdatein interfacePostUpdateCustomerExtensionHandler
-
postUpdate
- Specified by:
postUpdatein interfacePostUpdateCustomerExtensionHandler
-
postUpdateAll
- Specified by:
postUpdateAllin interfacePostUpdateCustomerExtensionHandler
-
postUpdateAllByIds
- Specified by:
postUpdateAllByIdsin interfacePostUpdateCustomerExtensionHandler
-