Class DefaultStaticPackageBundleTemplateDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.configurablebundleservices.daos.impl.DefaultBundleTemplateDao
de.hybris.platform.travelservices.dao.impl.DefaultTravelBundleTemplateDao
de.hybris.platform.staticpackageservices.dao.impl.DefaultStaticPackageBundleTemplateDao
- All Implemented Interfaces:
de.hybris.platform.configurablebundleservices.daos.BundleTemplateDao,de.hybris.platform.servicelayer.internal.dao.Dao,StaticPackageBundleTemplateDao,TravelBundleTemplateDao
public class DefaultStaticPackageBundleTemplateDao
extends DefaultTravelBundleTemplateDao
implements StaticPackageBundleTemplateDao
The class implementation of
StaticPackageBundleTemplateDao interface.-
Field Summary
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindBundleTemplatesByBundleTypeAndCatalogVersion(BundleType bundleType, CatalogVersionModel catalogVersion) Retrieves the travel bundle template having the specified bundleType and catalogVersion.Methods inherited from class de.hybris.platform.travelservices.dao.impl.DefaultTravelBundleTemplateDao
findBundleTemplateByCodeAndCatalogVersion, findBundleTemplates, findBundleTemplates, findBundleTemplates, findDefaultBundleTemplatesMethods inherited from class de.hybris.platform.configurablebundleservices.daos.impl.DefaultBundleTemplateDao
findAbstractOrderEntriesByBundleTemplate, findAllApprovedRootBundleTemplates, findAllRootBundleTemplates, findBundleTemplateById, findBundleTemplateByIdAndVersion, findBundleTemplatesByProduct, findTemplatesByMasterOrderAndBundleNoMethods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.configurablebundleservices.daos.BundleTemplateDao
findAbstractOrderEntriesByBundleTemplate, findAllApprovedRootBundleTemplates, findAllRootBundleTemplates, findBundleTemplateById, findBundleTemplateByIdAndVersion, findBundleTemplatesByProduct, findTemplatesByMasterOrderAndBundleNo
-
Constructor Details
-
DefaultStaticPackageBundleTemplateDao
public DefaultStaticPackageBundleTemplateDao()
-
-
Method Details
-
findBundleTemplatesByBundleTypeAndCatalogVersion
public BundleTemplateModel findBundleTemplatesByBundleTypeAndCatalogVersion(BundleType bundleType, CatalogVersionModel catalogVersion) Retrieves the travel bundle template having the specified bundleType and catalogVersion.- Specified by:
findBundleTemplatesByBundleTypeAndCatalogVersionin interfaceStaticPackageBundleTemplateDao- Parameters:
bundleType- the bundleTypecatalogVersion- the catalogVersion- Returns:
- the travel bundle template.
-