Class DefaultMarketingRatePlanInfoService
java.lang.Object
de.hybris.platform.travelservices.services.impl.DefaultMarketingRatePlanInfoService
- All Implemented Interfaces:
MarketingRatePlanInfoService
public class DefaultMarketingRatePlanInfoService
extends Object
implements MarketingRatePlanInfoService
Default implementation of
MarketingRatePlanInfoService-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MarketingRatePlanInfoDaogetMarketingRatePlanInfoForCode(String marketingRatePlanInfoCode) Returns the MarketingRatePlanInfoModel for a given codevoidsetMarketingRatePlanInfoDao(MarketingRatePlanInfoDao marketingRatePlanInfoDao)
-
Constructor Details
-
DefaultMarketingRatePlanInfoService
public DefaultMarketingRatePlanInfoService()
-
-
Method Details
-
getMarketingRatePlanInfoForCode
Description copied from interface:MarketingRatePlanInfoServiceReturns the MarketingRatePlanInfoModel for a given code- Specified by:
getMarketingRatePlanInfoForCodein interfaceMarketingRatePlanInfoService- Parameters:
marketingRatePlanInfoCode- the code of the marketingRatePlanInfo to get- Returns:
- the MarketingRatePlanInfoModel corresponding to the given code
-
getMarketingRatePlanInfoDao
- Returns:
- the marketingRatePlanInfoDao
-
setMarketingRatePlanInfoDao
- Parameters:
marketingRatePlanInfoDao- the marketingRatePlanInfoDao to set
-