public interface CxSegmentTriggerDao extends Dao
| Modifier and Type | Method and Description |
|---|---|
default Collection<CxVariationModel> |
findApplicableVariations(Collection<CxSegmentModel> segments,
CatalogVersionModel catalogVersion)
Selects valid variations for given user using CxSegmentTrigger.
|
Collection<CxVariationModel> |
findApplicableVariations(UserModel user,
BigDecimal affinity,
CatalogVersionModel catalogVersion)
Selects valid variations for given user using CxSegmentTrigger.
|
Collection<CxVariationModel> findApplicableVariations(UserModel user, BigDecimal affinity, CatalogVersionModel catalogVersion)
user - for which variations should be selectedaffinity - minimal affinity to segmentcatalogVersion - from which variation will be returneddefault Collection<CxVariationModel> findApplicableVariations(Collection<CxSegmentModel> segments, CatalogVersionModel catalogVersion)
segments - for which variations should be selectedcatalogVersion - from which variation will be returnedCopyright © 2017 SAP SE. All Rights Reserved.