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 Object
implements StockLevelReservationHistoryEntryService
Deprecated, for removal: This API element is subject to removal in a future version.
since 1905
Implementation for
StockLevelReservationHistoryEntryService. Its main purpose is to get stocklevel
reservation history entry.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.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.
-
Constructor Details
-
ChineseStockLevelReservationHistoryEntryService
public ChineseStockLevelReservationHistoryEntryService()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getStockLevelReservationHistoryEntryByOrderCode
public List<StockLevelReservationHistoryEntryModel> getStockLevelReservationHistoryEntryByOrderCode(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.
-