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 TypeMethodDescriptionfindRatePlanConfig(String code) Returns the RatePlanConfigModel corresponding to the given code.
-
Method Details
-
findRatePlanConfig
Returns the RatePlanConfigModel corresponding to the given code.- Parameters:
code- the code- Returns:
- the RatePlanConfigModel corresponding to the given code
-