| Modifier and Type | Method and Description |
|---|---|
CarOrderHistoryData |
CarOrderFacade.getOrderDetails(java.lang.String transactionDate,
java.lang.String storeId,
java.lang.Integer transactionIndex)
Returns the detail of an Order corresponding to unique key (date, store, transaction index).
|
| Modifier and Type | Method and Description |
|---|---|
SearchPageData<CarOrderHistoryData> |
CarOrderFacade.getPagedOrderHistoryForCustomer(PageableData pageableData)
Returns the order history of the current user for given customer Id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CarOrderConverter.convertOrder(CarOrderHistoryData order) |
| Modifier and Type | Method and Description |
|---|---|
void |
CarOrderConverter.convertOrders(java.util.List<CarOrderHistoryData> orderList) |
| Modifier and Type | Method and Description |
|---|---|
CarOrderHistoryData |
DefaultCarOrderFacade.getOrderDetails(java.lang.String businessDayDate,
java.lang.String storeId,
java.lang.Integer transactionIndex) |
| Modifier and Type | Method and Description |
|---|---|
SearchPageData<CarOrderHistoryData> |
DefaultCarOrderFacade.getPagedOrderHistoryForCustomer(PageableData pageableData) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCarOrderConverter.convertOrder(CarOrderHistoryData order)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCarOrderConverter.convertOrders(java.util.List<CarOrderHistoryData> orderList)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CarOrderHistoryData |
CarOrderHistoryExtractorService.extractOrder(ODataFeed feed) |
CarOrderHistoryData |
CarOrderHistoryService.readOrderDetails(java.lang.String businessDayDate,
java.lang.String storeId,
java.lang.Integer transactionIndex,
java.lang.String customerNumber)
return order history data with header, store and item data filled
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CarOrderHistoryData> |
CarOrderHistoryExtractorService.extractOrders(ODataFeed feed,
PaginationData paginationData) |
java.util.List<CarOrderHistoryData> |
CarOrderHistoryService.readOrdersForCustomer(java.lang.String customerNumber,
PaginationData paginationData)
read paginated order history for a customer
|
| Modifier and Type | Method and Description |
|---|---|
void |
CarOrderHistoryExtractorService.extractOrderEntries(CarOrderHistoryData order,
ODataFeed readItemFeed)
Extract order item entries
|
| Modifier and Type | Method and Description |
|---|---|
protected CarOrderHistoryData |
DefaultCarOrderHistoryExtractorService.extractOrder(ODataEntry entry) |
CarOrderHistoryData |
DefaultCarOrderHistoryExtractorService.extractOrder(ODataFeed feed) |
CarOrderHistoryData |
DefaultCarOrderHistoryService.readOrderDetails(java.lang.String businessDayDate,
java.lang.String storeId,
java.lang.Integer transactionIndex,
java.lang.String customerNumber) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CarOrderHistoryData> |
DefaultCarOrderHistoryExtractorService.extractOrders(ODataFeed feed,
PaginationData paginationData) |
java.util.List<CarOrderHistoryData> |
DefaultCarOrderHistoryService.readOrdersForCustomer(java.lang.String customerNumber,
PaginationData paginationData) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCarOrderHistoryExtractorService.extractOrderEntries(CarOrderHistoryData order,
ODataFeed feed)
extract entries and append them to the order
|
Copyright © 2018 SAP SE. All Rights Reserved.