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 Details

    • findMarketingRatePlanInfo

      MarketingRatePlanInfoModel findMarketingRatePlanInfo(String code)
      Returns the MarketingRatePlanInfoModel corresponding to the given code.
      Parameters:
      code - the code
      Returns:
      the MarketingRatePlanInfoModel corresponding to the given code