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