Interface RatePlanDao

All Superinterfaces:
de.hybris.platform.servicelayer.internal.dao.Dao
All Known Implementing Classes:
DefaultRatePlanDao

public interface RatePlanDao extends de.hybris.platform.servicelayer.internal.dao.Dao
RatePlanDao interface which provides functionality to manage RatePlan.
  • Method Summary

    Modifier and Type
    Method
    Description
    findRatePlan(String ratePlanCode)
    Returns the RatePlanModel corresponding to the given code.
  • Method Details

    • findRatePlan

      RatePlanModel findRatePlan(String ratePlanCode)
      Returns the RatePlanModel corresponding to the given code.
      Parameters:
      ratePlanCode - the ratePlanCode
      Returns:
      the RatePlanModel corresponding to the given code