public abstract class AbstractPostUpdateCustomerExtensionHandler extends AbstractExtensionHandler implements PostUpdateCustomerExtensionHandler
| Modifier and Type | Field and Description |
|---|---|
protected static int |
DEFAULT_PRIORITY |
enabled, priority| Constructor and Description |
|---|
AbstractPostUpdateCustomerExtensionHandler() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
postUpdate(Customer customer) |
ExtensionResultStatusType |
postUpdate(long customerId) |
ExtensionResultStatusType |
postUpdateAll(List<Customer> customers) |
ExtensionResultStatusType |
postUpdateAllByIds(List<Long> customerIds) |
getPriority, isEnabled, setEnabled, setPriorityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPriority, isEnabledprotected static final int DEFAULT_PRIORITY
public AbstractPostUpdateCustomerExtensionHandler()
public ExtensionResultStatusType postUpdate(long customerId)
postUpdate in interface PostUpdateCustomerExtensionHandlerpublic ExtensionResultStatusType postUpdate(Customer customer)
postUpdate in interface PostUpdateCustomerExtensionHandlerpublic ExtensionResultStatusType postUpdateAll(List<Customer> customers)
postUpdateAll in interface PostUpdateCustomerExtensionHandlerpublic ExtensionResultStatusType postUpdateAllByIds(List<Long> customerIds)
postUpdateAllByIds in interface PostUpdateCustomerExtensionHandlerCopyright © 2024. All rights reserved.