Class DefaultDealService

java.lang.Object
de.hybris.platform.travelservices.services.impl.DefaultDealService
All Implemented Interfaces:
DealService

public class DefaultDealService extends Object implements DealService
Default implementation of the DealService
  • Constructor Details

    • DefaultDealService

      public DefaultDealService()
  • Method Details

    • getDealCategories

      public List<DealCategoryModel> getDealCategories()
      Description copied from interface: DealService
      Service which returns a list of DealCategoryModel types
      Specified by:
      getDealCategories in interface DealService
      Returns:
      list of deal categories
    • getDealCategoryForCode

      public DealCategoryModel getDealCategoryForCode(String categoryCode)
      Description copied from interface: DealService
      Service which returns a DealCategoryModel for code
      Specified by:
      getDealCategoryForCode in interface DealService
      Returns:
      the deal category
    • getDealCategoryDao

      protected DealCategoryDao getDealCategoryDao()
      Gets deal category dao.
      Returns:
      the deal category dao
    • setDealCategoryDao

      public void setDealCategoryDao(DealCategoryDao dealCategoryDao)
      Sets deal category dao.
      Parameters:
      dealCategoryDao - the deal category dao