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