Interface RatePlanConfigDao

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

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

    Modifier and Type
    Method
    Description
    Returns the RatePlanConfigModel corresponding to the given code.
  • Method Details

    • findRatePlanConfig

      RatePlanConfigModel findRatePlanConfig(String code)
      Returns the RatePlanConfigModel corresponding to the given code.
      Parameters:
      code - the code
      Returns:
      the RatePlanConfigModel corresponding to the given code