Interface StockLevelReservationHistoryEntryService
-
- All Known Implementing Classes:
ChineseStockLevelReservationHistoryEntryService
@Deprecated(since="1905", forRemoval=true) public interface StockLevelReservationHistoryEntryServiceDeprecated, for removal: This API element is subject to removal in a future version.since 1905The service of StockLevelReservationHistoryEntry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.util.List<StockLevelReservationHistoryEntryModel>getStockLevelReservationHistoryEntryByOrderCode(java.lang.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
-
-
-
Method Detail
-
getStockLevelReservationHistoryEntryByOrderCode
java.util.List<StockLevelReservationHistoryEntryModel> getStockLevelReservationHistoryEntryByOrderCode(java.lang.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
-
-