Class DefaultShoppingTravelAncillaryService

java.lang.Object
de.hybris.platform.shoppingservices.services.impl.DefaultShoppingTravelAncillaryService
All Implemented Interfaces:
ShoppingTravelAncillaryService

public class DefaultShoppingTravelAncillaryService extends Object implements ShoppingTravelAncillaryService
The Default implementation of ShoppingTravelAncillaryService
  • Constructor Details

    • DefaultShoppingTravelAncillaryService

      public DefaultShoppingTravelAncillaryService()
  • Method Details

    • getCommerceAncillaryProducts

      public List<CommerceAncillaryProductModel> getCommerceAncillaryProducts(List<String> transportOfferingCodes)
      Description copied from interface: ShoppingTravelAncillaryService
      Gets a list of commerce ancillary products that have stock for the given transport offering codes.
      Specified by:
      getCommerceAncillaryProducts in interface ShoppingTravelAncillaryService
      Parameters:
      transportOfferingCodes - the transport offering codes
      Returns:
      the ancillary products
    • getShoppingTravelAncillaryDao

      protected ShoppingTravelAncillaryDao getShoppingTravelAncillaryDao()
      Gets shopping travel ancillary dao.
      Returns:
      the shopping travel ancillary dao
    • setShoppingTravelAncillaryDao

      public void setShoppingTravelAncillaryDao(ShoppingTravelAncillaryDao shoppingTravelAncillaryDao)
      Sets shopping travel ancillary dao.
      Parameters:
      shoppingTravelAncillaryDao - the shopping travel ancillary dao