Class DefaultMarketingRatePlanInfoDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<MarketingRatePlanInfoModel>
de.hybris.platform.travelservices.dao.impl.DefaultMarketingRatePlanInfoDao
- All Implemented Interfaces:
de.hybris.platform.servicelayer.internal.dao.Dao,de.hybris.platform.servicelayer.internal.dao.GenericDao<MarketingRatePlanInfoModel>,MarketingRatePlanInfoDao
public class DefaultMarketingRatePlanInfoDao
extends de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<MarketingRatePlanInfoModel>
implements MarketingRatePlanInfoDao
Default implementation of
MarketingRatePlanInfoDao-
Constructor Summary
ConstructorsConstructorDescriptionDefaultMarketingRatePlanInfoDao(String typecode) Instantiates a new Default marketing rate plan info dao. -
Method Summary
Modifier and TypeMethodDescriptionReturns the MarketingRatePlanInfoModel 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
-
DefaultMarketingRatePlanInfoDao
Instantiates a new Default marketing rate plan info dao.- Parameters:
typecode- the typecode
-
-
Method Details
-
findMarketingRatePlanInfo
Description copied from interface:MarketingRatePlanInfoDaoReturns the MarketingRatePlanInfoModel corresponding to the given code.- Specified by:
findMarketingRatePlanInfoin interfaceMarketingRatePlanInfoDao- Parameters:
code- the code- Returns:
- the MarketingRatePlanInfoModel corresponding to the given code
-