Interface MarketingRatePlanInfoDao
- All Superinterfaces:
de.hybris.platform.servicelayer.internal.dao.Dao
- All Known Implementing Classes:
DefaultMarketingRatePlanInfoDao
public interface MarketingRatePlanInfoDao
extends de.hybris.platform.servicelayer.internal.dao.Dao
MarketingRatePlanInfoDao interface which provides functionality to manage MarketingRatePlanInfo.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the MarketingRatePlanInfoModel corresponding to the given code.
-
Method Details
-
findMarketingRatePlanInfo
Returns the MarketingRatePlanInfoModel corresponding to the given code.- Parameters:
code- the code- Returns:
- the MarketingRatePlanInfoModel corresponding to the given code
-