Interface OrderHistoryService
- All Known Implementing Classes:
OrderHistoryServiceImpl
public interface OrderHistoryService
Service for gathering previously completed orders
- Author:
- Jacob Mitash
-
Method Summary
Modifier and TypeMethodDescriptiongetOrderDetails(String orderNumber) Gathers anOrderbased on the given valuevoidvalidateCustomerOwnedData(Order order) If is validation is enabled via the `validate.customer.owned.data` property, aSecurityExceptionshould be thrown if the current customer (CustomerState.getCustomer()) is not associated to the given .
-
Method Details
-
getOrderDetails
-
validateCustomerOwnedData
If is validation is enabled via the `validate.customer.owned.data` property, aSecurityExceptionshould be thrown if the current customer (CustomerState.getCustomer()) is not associated to the given .- Throws:
SecurityException
-