Class ChineseStockLevelReservationHistoryEntryDao
java.lang.Object
de.hybris.platform.chinesepaymentservices.stocklevel.dao.impl.ChineseStockLevelReservationHistoryEntryDao
- All Implemented Interfaces:
StockLevelReservationHistoryEntryDao,Dao
@Deprecated(since="1905",
forRemoval=true)
public class ChineseStockLevelReservationHistoryEntryDao
extends Object
implements StockLevelReservationHistoryEntryDao
Deprecated, for removal: This API element is subject to removal in a future version.
since 1905
Implementation for
StockLevelReservationHistoryEntryDao. Its main purpose is to search stocklevel reservation
history entry.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected FlexibleSearchServiceDeprecated, 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.Search the StockLevelReservationHistoryEntry by ordercode in the databasevoidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ChineseStockLevelReservationHistoryEntryDao
public ChineseStockLevelReservationHistoryEntryDao()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:StockLevelReservationHistoryEntryDaoSearch the StockLevelReservationHistoryEntry by ordercode in the database- Specified by:
getStockLevelReservationHistoryEntryByOrderCodein interfaceStockLevelReservationHistoryEntryDao- Parameters:
orderCode- The code of the order- Returns:
- List
-
getFlexibleSearchService
Deprecated, for removal: This API element is subject to removal in a future version. -
setFlexibleSearchService
Deprecated, for removal: This API element is subject to removal in a future version.
-