Interface StaticPackageBundleTemplateDao
- All Known Implementing Classes:
DefaultStaticPackageBundleTemplateDao
public interface StaticPackageBundleTemplateDao
The Static Package Bundle Template Dao interface.
-
Method Summary
Modifier and TypeMethodDescriptionfindBundleTemplatesByBundleTypeAndCatalogVersion(BundleType bundleType, CatalogVersionModel catalogVersion) Retrieves the travel bundle template having the specified bundleType and catalogVersion.
-
Method Details
-
findBundleTemplatesByBundleTypeAndCatalogVersion
BundleTemplateModel findBundleTemplatesByBundleTypeAndCatalogVersion(BundleType bundleType, CatalogVersionModel catalogVersion) Retrieves the travel bundle template having the specified bundleType and catalogVersion.- Parameters:
bundleType- the bundleTypecatalogVersion- the catalogVersion- Returns:
- the travel bundle template.
-