Interface StockLevelReservationHistoryEntryService
- All Known Implementing Classes:
ChineseStockLevelReservationHistoryEntryService
@Deprecated(since="1905",
forRemoval=true)
public interface StockLevelReservationHistoryEntryService
Deprecated, for removal: This API element is subject to removal in a future version.
since 1905
The service of StockLevelReservationHistoryEntry
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Getting the StockLevelReservationHistoryEntry by the code of the order
-
Method Details
-
getStockLevelReservationHistoryEntryByOrderCode
List<StockLevelReservationHistoryEntryModel> getStockLevelReservationHistoryEntryByOrderCode(String orderCode) Deprecated, for removal: This API element is subject to removal in a future version.Getting the StockLevelReservationHistoryEntry by the code of the order- Parameters:
orderCode- The code of the order- Returns:
- list of StockLevelReservationHistoryEntryModel
-