public interface PostUpdateCustomerExtensionHandler extends ExtensionHandler
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
ExtensionResultStatusType postUpdate(long customerId)
ExtensionResultStatusType postUpdate(Customer customer)
ExtensionResultStatusType postUpdateAll(List<Customer> customers)
ExtensionResultStatusType postUpdateAllByIds(List<Long> customerIds)
Copyright © 2019. All rights reserved.