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.-
Field Summary
Fields inherited from class de.hybris.platform.travelservices.bundle.impl.DefaultTravelBundleTemplateService
DEFAULT_CATALOG_VERSION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindBundleTemplatesByBundleTypeAndCatalogVersion(BundleType bundleType, CatalogVersionModel catalogVersion) Retrieves the travel bundle template having the specified bundleType and catalogVersion.protected StaticPackageBundleTemplateDaoGets static package bundle template dao.voidsetStaticPackageBundleTemplateDao(StaticPackageBundleTemplateDao staticPackageBundleTemplateDao) Sets static package bundle template dao.Methods inherited from class de.hybris.platform.travelservices.bundle.impl.DefaultTravelBundleTemplateService
getBookingService, getBundleTemplateByCodeAndCatalogVersion, getBundleTemplateIdFromOrder, getBundleTemplateModelByEntryGroup, getBundleTemplates, getBundleTemplates, getBundleTemplates, getCatalogVersionService, getDefaultBundleTemplates, getTravelBundleTemplateDao, setBookingService, setCatalogVersionService, setTravelBundleTemplateDaoMethods inherited from class de.hybris.platform.configurablebundleservices.bundle.impl.DefaultBundleTemplateService
addGroupNumbers, addTreeToOrder, createBundleTree, createEntryGroupTree, getAllApprovedRootBundleTemplates, getAllRootBundleTemplates, getBundleComponentEditableChecker, getBundleEntryGroup, getBundleEntryGroup, getBundleTemplateDao, getBundleTemplateForCode, getBundleTemplateForCode, getBundleTemplateName, getBundleTemplatesByProduct, getEntryGroupService, getLeafComponents, getModelService, getPositionInParent, getPreviousBundleTemplate, getRelativeBundleTemplate, getRootBundleTemplate, getSubsequentBundleTemplate, isAutoPickComponent, isBundleTemplateUsed, setBundleComponentEditableChecker, setBundleTemplateDao, setEntryGroupService, 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.bundle.BundleTemplateService
createBundleTree, getAllApprovedRootBundleTemplates, getAllRootBundleTemplates, getBundleEntryGroup, getBundleEntryGroup, getBundleTemplateForCode, getBundleTemplateForCode, getBundleTemplateName, getBundleTemplatesByProduct, getLeafComponents, getPositionInParent, getPreviousBundleTemplate, getRelativeBundleTemplate, getRootBundleTemplate, getSubsequentBundleTemplate, isAutoPickComponent, isBundleTemplateUsed
-
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:
findBundleTemplatesByBundleTypeAndCatalogVersionin interfaceStaticPackageBundleTemplateService- Parameters:
bundleType- the bundleTypecatalogVersion- the catalogVersion- Returns:
- the travel bundle template.
-
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
-