Interface ShoppingTravelAncillaryDao
- All Known Implementing Classes:
DefaultShoppingTravelAncillaryDao
public interface ShoppingTravelAncillaryDao
The interface Shopping travel ancillary dao.
-
Method Summary
Modifier and TypeMethodDescriptiongetCommerceAncillaryProducts(List<String> transportOfferingsCodes) Gets a list of commerce ancillary products that have stock for the given transport offering codes.
-
Method Details
-
getCommerceAncillaryProducts
List<CommerceAncillaryProductModel> getCommerceAncillaryProducts(List<String> transportOfferingsCodes) Gets a list of commerce ancillary products that have stock for the given transport offering codes.- Parameters:
transportOfferingsCodes- the transport offering codes- Returns:
- the commerce ancillary products
-