Class DefaultRatePlanConfigService

java.lang.Object
de.hybris.platform.travelservices.services.impl.DefaultRatePlanConfigService
All Implemented Interfaces:
RatePlanConfigService

public class DefaultRatePlanConfigService extends Object implements RatePlanConfigService
Default implementation of RatePlanConfigService
  • Constructor Details

    • DefaultRatePlanConfigService

      public DefaultRatePlanConfigService()
  • Method Details

    • getRatePlanConfigForCode

      public RatePlanConfigModel getRatePlanConfigForCode(String ratePlanConfigCode)
      Description copied from interface: RatePlanConfigService
      Returns the RatePlanConfigModel for a given code
      Specified by:
      getRatePlanConfigForCode in interface RatePlanConfigService
      Parameters:
      ratePlanConfigCode - the code of the ratePlanConfig to get
      Returns:
      the RatePlanConfigModel corresponding to the given code
    • getRatePlanConfigDao

      protected RatePlanConfigDao getRatePlanConfigDao()
      Returns:
      the ratePlanConfigDao
    • setRatePlanConfigDao

      public void setRatePlanConfigDao(RatePlanConfigDao ratePlanConfigDao)
      Parameters:
      ratePlanConfigDao - the ratePlanConfigDao to set