Interface StockReservationReleaseByEntryTypeStrategy
- All Known Implementing Classes:
AccommodationStockReservationReleaseStrategy,DefaultStockReservationReleaseStrategy,TransportStockReservationReleaseStrategy
public interface StockReservationReleaseByEntryTypeStrategy
Interface to build
StockReservationData object to apply reservation/release policies-
Method Summary
Modifier and TypeMethodDescriptionGets stock information for order entry.
-
Method Details
-
getStockInformationForOrderEntry
Gets stock information for order entry.- Parameters:
entry- the entry to scan- Returns:
- a list of related reservation data objects built according to product type and warehouse
-