public interface BundleTemplateDao
BundleTemplateModel.BundleTemplateModel findBundleTemplateById(String bundleId)
BundleTemplateModel corresponding to the bundleIDbundleId - BundleTemplateModelBundleTemplateModel findBundleTemplateByIdAndVersion(String bundleId, String version)
BundleTemplateModel corresponding to the bundleID and versionbundleId - version - Bundle VersionBundleTemplateModelList<BundleTemplateModel> findBundleTemplatesByProduct(ProductModel productModel)
BundleTemplateModels for the given productModel. A BundleTemplateModel is
selected if it is a child bundle template and the given productModel is in the bundle template's
products list.productModel - the productList of BundleTemplateModels or empty List.List<BundleTemplateModel> findTemplatesByMasterOrderAndBundleNo(AbstractOrderModel masterAbstractOrder, int bundleNo)
BundleTemplateModels in the order entries that match the given filter criteriamasterAbstractOrder - the master cart/order the bundle is inbundleNo - the number of the bundle to which the bundle templates belongList of BundleTemplateModels or empty List.List<BundleTemplateModel> findAllRootBundleTemplates(CatalogVersionModel catalogVersion)
BundleTemplateModels.catalogVersion - the catalogversion the bundletemplate is inList of BundleTemplateModelsList<BundleTemplateModel> findAllApprovedRootBundleTemplates(CatalogVersionModel catalogVersion)
BundleTemplateModels.catalogVersion - the catalogversion the bundletemplate is inList of BundleTemplateModelsList<AbstractOrderEntryModel> findAbstractOrderEntriesByBundleTemplate(BundleTemplateModel bundleTemplate)
AbstractOrderEntryModels the given BundleTemplateModel is assigned tobundleTemplate - the bundletemplateList of AbstractOrderEntryModelsCopyright © 2017 SAP SE. All Rights Reserved.