Uses of Class
de.hybris.platform.chinesepaymentservices.model.StockLevelReservationHistoryEntryModel
-
-
Uses of StockLevelReservationHistoryEntryModel in de.hybris.platform.chinesepaymentservices.stocklevel
Methods in de.hybris.platform.chinesepaymentservices.stocklevel that return types with arguments of type StockLevelReservationHistoryEntryModel Modifier and Type Method Description java.util.List<StockLevelReservationHistoryEntryModel>StockLevelReservationHistoryEntryService. getStockLevelReservationHistoryEntryByOrderCode(java.lang.String orderCode)Deprecated.Getting the StockLevelReservationHistoryEntry by the code of the order -
Uses of StockLevelReservationHistoryEntryModel in de.hybris.platform.chinesepaymentservices.stocklevel.dao
Methods in de.hybris.platform.chinesepaymentservices.stocklevel.dao that return types with arguments of type StockLevelReservationHistoryEntryModel Modifier and Type Method Description java.util.List<StockLevelReservationHistoryEntryModel>StockLevelReservationHistoryEntryDao. getStockLevelReservationHistoryEntryByOrderCode(java.lang.String orderCode)Deprecated.Search the StockLevelReservationHistoryEntry by ordercode in the database -
Uses of StockLevelReservationHistoryEntryModel in de.hybris.platform.chinesepaymentservices.stocklevel.dao.impl
Methods in de.hybris.platform.chinesepaymentservices.stocklevel.dao.impl that return types with arguments of type StockLevelReservationHistoryEntryModel Modifier and Type Method Description java.util.List<StockLevelReservationHistoryEntryModel>ChineseStockLevelReservationHistoryEntryDao. getStockLevelReservationHistoryEntryByOrderCode(java.lang.String orderCode)Deprecated. -
Uses of StockLevelReservationHistoryEntryModel in de.hybris.platform.chinesepaymentservices.stocklevel.impl
Methods in de.hybris.platform.chinesepaymentservices.stocklevel.impl that return types with arguments of type StockLevelReservationHistoryEntryModel Modifier and Type Method Description java.util.List<StockLevelReservationHistoryEntryModel>ChineseStockLevelReservationHistoryEntryService. getStockLevelReservationHistoryEntryByOrderCode(java.lang.String orderCode)Deprecated.
-