Class DefaultStaticPackageBundleTemplateService

java.lang.Object
de.hybris.platform.configurablebundleservices.bundle.impl.DefaultBundleTemplateService
de.hybris.platform.travelservices.bundle.impl.DefaultTravelBundleTemplateService
de.hybris.platform.staticpackageservices.services.impl.DefaultStaticPackageBundleTemplateService
All Implemented Interfaces:
de.hybris.platform.configurablebundleservices.bundle.BundleTemplateService, StaticPackageBundleTemplateService, TravelBundleTemplateService

public class DefaultStaticPackageBundleTemplateService extends DefaultTravelBundleTemplateService implements StaticPackageBundleTemplateService
The class implementation of StaticPackageBundleTemplateService interface.
  • Constructor Details

    • DefaultStaticPackageBundleTemplateService

      public DefaultStaticPackageBundleTemplateService()
  • Method Details

    • findBundleTemplatesByBundleTypeAndCatalogVersion

      public BundleTemplateModel findBundleTemplatesByBundleTypeAndCatalogVersion(BundleType bundleType, CatalogVersionModel catalogVersion)
      Retrieves the travel bundle template having the specified bundleType and catalogVersion.
      Specified by:
      findBundleTemplatesByBundleTypeAndCatalogVersion in interface StaticPackageBundleTemplateService
      Parameters:
      bundleType - the bundleType
      catalogVersion - the catalogVersion
      Returns:
      the travel bundle template.
    • getStaticPackageBundleTemplateDao

      protected StaticPackageBundleTemplateDao getStaticPackageBundleTemplateDao()
      Gets static package bundle template dao.
      Returns:
      the static package bundle template dao
    • setStaticPackageBundleTemplateDao

      public void setStaticPackageBundleTemplateDao(StaticPackageBundleTemplateDao staticPackageBundleTemplateDao)
      Sets static package bundle template dao.
      Parameters:
      staticPackageBundleTemplateDao - the static package bundle template dao