Interface GuestCountDao

All Superinterfaces:
de.hybris.platform.servicelayer.internal.dao.Dao
All Known Implementing Classes:
DefaultGuestCountDao

public interface GuestCountDao extends de.hybris.platform.servicelayer.internal.dao.Dao
GuestCountDao interface which provides functionality to manage the GuestCountModel.
  • Method Details

    • findGuestCount

      GuestCountModel findGuestCount(String passengerTypeCode, int quantity)
      Returns a GuestCountModel based on the passenger type code and the quantity
      Parameters:
      passengerTypeCode - as the passenger type code
      quantity - as the quantity
      Returns:
      the guest count model