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 TypeMethodDescriptionfindRatePlan(String ratePlanCode) Returns the RatePlanModel corresponding to the given code.
-
Method Details
-
findRatePlan
Returns the RatePlanModel corresponding to the given code.- Parameters:
ratePlanCode- the ratePlanCode- Returns:
- the RatePlanModel corresponding to the given code
-