public interface OrderDaoExtensionHandler extends ExtensionHandler
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
applyAdditionalOrderLookupFilter(org.broadleafcommerce.profile.core.domain.Customer customer,
String name,
List<Order> orders) |
ExtensionResultStatusType |
attachAdditionalDataToNewCart(org.broadleafcommerce.profile.core.domain.Customer customer,
Order cart) |
ExtensionResultStatusType |
processPostSaveNewCart(org.broadleafcommerce.profile.core.domain.Customer customer,
Order cart) |
getPriority, isEnabledExtensionResultStatusType attachAdditionalDataToNewCart(org.broadleafcommerce.profile.core.domain.Customer customer, Order cart)
ExtensionResultStatusType processPostSaveNewCart(org.broadleafcommerce.profile.core.domain.Customer customer, Order cart)
ExtensionResultStatusType applyAdditionalOrderLookupFilter(org.broadleafcommerce.profile.core.domain.Customer customer, String name, List<Order> orders)
Copyright © 2022. All rights reserved.