Interface RuleRatePlanDao

All Known Implementing Classes:
DefaultRuleRatePlanDao

public interface RuleRatePlanDao
The interface Rule rate plan dao.
  • Method Summary

    Modifier and Type
    Method
    Description
    Find rate plan model.
  • Method Details

    • findRatePlan

      RatePlanModel findRatePlan(String code)
      Find rate plan model.
      Parameters:
      code - the code
      Returns:
      the rate plan model