Class DefaultRatePlanDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<RatePlanModel>
de.hybris.platform.travelservices.dao.impl.DefaultRatePlanDao
- All Implemented Interfaces:
de.hybris.platform.servicelayer.internal.dao.Dao,de.hybris.platform.servicelayer.internal.dao.GenericDao<RatePlanModel>,RatePlanDao
public class DefaultRatePlanDao
extends de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<RatePlanModel>
implements RatePlanDao
Default implementation of
RatePlanDao-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindRatePlan(String code) Returns the RatePlanModel corresponding to the given code.Methods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
Constructor Details
-
DefaultRatePlanDao
- Parameters:
typecode-
-
-
Method Details
-
findRatePlan
Description copied from interface:RatePlanDaoReturns the RatePlanModel corresponding to the given code.- Specified by:
findRatePlanin interfaceRatePlanDao- Parameters:
code- the ratePlanCode- Returns:
- the RatePlanModel corresponding to the given code
-