Class DefaultRatePlanDao

java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<RatePlanModel>
de.hybris.platform.travelservices.dao.impl.DefaultRatePlanDao
All Implemented Interfaces:
de.hybris.platform.servicelayer.internal.dao.Dao, de.hybris.platform.servicelayer.internal.dao.GenericDao<RatePlanModel>, RatePlanDao

public class DefaultRatePlanDao extends de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<RatePlanModel> implements RatePlanDao
Default implementation of RatePlanDao
  • Constructor Details

    • DefaultRatePlanDao

      public DefaultRatePlanDao(String typecode)
      Parameters:
      typecode -
  • Method Details

    • findRatePlan

      public RatePlanModel findRatePlan(String code)
      Description copied from interface: RatePlanDao
      Returns the RatePlanModel corresponding to the given code.
      Specified by:
      findRatePlan in interface RatePlanDao
      Parameters:
      code - the ratePlanCode
      Returns:
      the RatePlanModel corresponding to the given code