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 Summary
Modifier and TypeMethodDescriptionfindGuestCount(String passengerTypeCode, int quantity) Returns aGuestCountModelbased on the passenger type code and the quantity
-
Method Details
-
findGuestCount
Returns aGuestCountModelbased on the passenger type code and the quantity- Parameters:
passengerTypeCode- as the passenger type codequantity- as the quantity- Returns:
- the guest count model
-