Class ChineseStockLevelReservationHistoryEntryService
- java.lang.Object
-
- de.hybris.platform.chinesepaymentservices.stocklevel.impl.ChineseStockLevelReservationHistoryEntryService
-
- All Implemented Interfaces:
StockLevelReservationHistoryEntryService
@Deprecated(since="1905", forRemoval=true) public class ChineseStockLevelReservationHistoryEntryService extends java.lang.Object implements StockLevelReservationHistoryEntryServiceDeprecated, for removal: This API element is subject to removal in a future version.since 1905Implementation forStockLevelReservationHistoryEntryService. Its main purpose is to get stocklevel reservation history entry.
-
-
Constructor Summary
Constructors Constructor Description ChineseStockLevelReservationHistoryEntryService()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected ChineseStockLevelReservationHistoryEntryDaogetChineseStockLevelReservationHistoryEntryDao()Deprecated, for removal: This API element is subject to removal in a future version.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 ordervoidsetChineseStockLevelReservationHistoryEntryDao(ChineseStockLevelReservationHistoryEntryDao chineseStockLevelReservationHistoryEntryDao)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
getStockLevelReservationHistoryEntryByOrderCode
public java.util.List<StockLevelReservationHistoryEntryModel> getStockLevelReservationHistoryEntryByOrderCode(java.lang.String orderCode)
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:StockLevelReservationHistoryEntryServiceGetting the StockLevelReservationHistoryEntry by the code of the order- Specified by:
getStockLevelReservationHistoryEntryByOrderCodein interfaceStockLevelReservationHistoryEntryService- Parameters:
orderCode- The code of the order- Returns:
- list of StockLevelReservationHistoryEntryModel
-
getChineseStockLevelReservationHistoryEntryDao
protected ChineseStockLevelReservationHistoryEntryDao getChineseStockLevelReservationHistoryEntryDao()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setChineseStockLevelReservationHistoryEntryDao
public void setChineseStockLevelReservationHistoryEntryDao(ChineseStockLevelReservationHistoryEntryDao chineseStockLevelReservationHistoryEntryDao)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-