Interface PostUpdateCustomerExtensionHandler
- All Superinterfaces:
ExtensionHandler
- All Known Implementing Classes:
AbstractPostUpdateCustomerExtensionHandler
-
Method Summary
Modifier and TypeMethodDescriptionpostUpdate(long customerId) postUpdate(Customer customer) postUpdateAll(List<Customer> customers) postUpdateAllByIds(List<Long> customerIds) Methods inherited from interface org.broadleafcommerce.common.extension.ExtensionHandler
getPriority, isEnabled
-
Method Details
-
postUpdate
-
postUpdate
-
postUpdateAll
-
postUpdateAllByIds
-