Class DefaultGuestCountDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<GuestCountModel>
de.hybris.platform.travelservices.dao.impl.DefaultGuestCountDao
- All Implemented Interfaces:
de.hybris.platform.servicelayer.internal.dao.Dao,de.hybris.platform.servicelayer.internal.dao.GenericDao<GuestCountModel>,GuestCountDao
public class DefaultGuestCountDao
extends de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<GuestCountModel>
implements GuestCountDao
Default implementation of
GuestCountDao-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindGuestCount(String passengerTypeCode, int quantity) Returns aGuestCountModelbased on the passenger type code and the quantityMethods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
Constructor Details
-
DefaultGuestCountDao
- Parameters:
typecode-
-
-
Method Details
-
findGuestCount
Description copied from interface:GuestCountDaoReturns aGuestCountModelbased on the passenger type code and the quantity- Specified by:
findGuestCountin interfaceGuestCountDao- Parameters:
passengerTypeCode- as the passenger type codequantity- as the quantity- Returns:
- the guest count model
-