Class ChineseStockLevelReservationHistoryEntryDao
- java.lang.Object
-
- de.hybris.platform.chinesepaymentservices.stocklevel.dao.impl.ChineseStockLevelReservationHistoryEntryDao
-
- All Implemented Interfaces:
StockLevelReservationHistoryEntryDao,Dao
@Deprecated public class ChineseStockLevelReservationHistoryEntryDao extends java.lang.Object implements StockLevelReservationHistoryEntryDao
Deprecated.since 1905Implementation forStockLevelReservationHistoryEntryDao. Its main purpose is to search stocklevel reservation history entry.
-
-
Constructor Summary
Constructors Constructor Description ChineseStockLevelReservationHistoryEntryDao()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected FlexibleSearchServicegetFlexibleSearchService()Deprecated.java.util.List<StockLevelReservationHistoryEntryModel>getStockLevelReservationHistoryEntryByOrderCode(java.lang.String orderCode)Deprecated.Search the StockLevelReservationHistoryEntry by ordercode in the databasevoidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)Deprecated.
-
-
-
Method Detail
-
getStockLevelReservationHistoryEntryByOrderCode
public java.util.List<StockLevelReservationHistoryEntryModel> getStockLevelReservationHistoryEntryByOrderCode(java.lang.String orderCode)
Deprecated.Description copied from interface:StockLevelReservationHistoryEntryDaoSearch the StockLevelReservationHistoryEntry by ordercode in the database- Specified by:
getStockLevelReservationHistoryEntryByOrderCodein interfaceStockLevelReservationHistoryEntryDao- Parameters:
orderCode- The code of the order- Returns:
- List
-
getFlexibleSearchService
protected FlexibleSearchService getFlexibleSearchService()
Deprecated.
-
setFlexibleSearchService
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
Deprecated.
-
-