Interface StaticPackageBundleTemplateDao

All Known Implementing Classes:
DefaultStaticPackageBundleTemplateDao

public interface StaticPackageBundleTemplateDao
The Static Package Bundle Template Dao interface.
  • Method Details

    • findBundleTemplatesByBundleTypeAndCatalogVersion

      BundleTemplateModel findBundleTemplatesByBundleTypeAndCatalogVersion(BundleType bundleType, CatalogVersionModel catalogVersion)
      Retrieves the travel bundle template having the specified bundleType and catalogVersion.
      Parameters:
      bundleType - the bundleType
      catalogVersion - the catalogVersion
      Returns:
      the travel bundle template.