public interface ChangeProductPriceBundleRuleDao extends BundleRuleDao<ChangeProductPriceBundleRuleModel>
ChangeProductPriceBundleRuleModel.| Modifier and Type | Method and Description |
|---|---|
List<ChangeProductPriceBundleRuleModel> |
findBundleRulesByTargetProductAndCurrency(ProductModel targetProduct,
CurrencyModel currency)
Find all
ChangeProductPriceBundleRuleModels that have the given targetProduct as target
product. |
List<ChangeProductPriceBundleRuleModel> |
findBundleRulesByTargetProductAndTemplateAndCurrency(ProductModel targetProduct,
BundleTemplateModel bundleTemplate,
CurrencyModel currency)
Find all
ChangeProductPriceBundleRuleModels that are assigned to the given bundleTemplate and
have the given targetProduct as target product. |
findBundleRulesByProductAndRootTemplate, findBundleRulesByTargetProduct, findBundleRulesByTargetProductAndTemplateList<ChangeProductPriceBundleRuleModel> findBundleRulesByTargetProductAndCurrency(ProductModel targetProduct, CurrencyModel currency)
ChangeProductPriceBundleRuleModels that have the given targetProduct as target
product.targetProduct - the target ProductModel of the bundle rulecurrency - the currency of the rule's priceList of ChangeProductPriceBundleRuleModels or empty List.List<ChangeProductPriceBundleRuleModel> findBundleRulesByTargetProductAndTemplateAndCurrency(ProductModel targetProduct, BundleTemplateModel bundleTemplate, CurrencyModel currency)
ChangeProductPriceBundleRuleModels that are assigned to the given bundleTemplate and
have the given targetProduct as target product.targetProduct - the target ProductModel of the bundle rulebundleTemplate - the BundleTemplateModel the bundle rule is assigned tocurrency - the currency of the rule's priceList of ChangeProductPriceBundleRuleModels or empty List.Copyright © 2017 SAP SE. All Rights Reserved.