public class DefaultSegmentService extends java.lang.Object implements SegmentService
| Constructor and Description |
|---|
DefaultSegmentService() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<BTGSegmentModel> |
getSegments(java.util.Collection<CMSSiteModel> websites)
Returns
BTGSegmentModels associated with the given CMSSiteModel. |
java.util.Collection<BTGSegmentModel> |
getSegments(java.util.Collection<CMSSiteModel> websites,
BTGConditionEvaluationScope scope,
java.util.Collection<CatalogVersionModel> catalogVersions)
Return segments for specified arguments
|
void |
setBtgDao(BTGDao btgDao) |
public java.util.Collection<BTGSegmentModel> getSegments(java.util.Collection<CMSSiteModel> websites, BTGConditionEvaluationScope scope, java.util.Collection<CatalogVersionModel> catalogVersions)
SegmentServicegetSegments in interface SegmentServicewebsites - List of websitesscope - ScopecatalogVersions - Catalog versionspublic java.util.Collection<BTGSegmentModel> getSegments(java.util.Collection<CMSSiteModel> websites)
SegmentServiceBTGSegmentModels associated with the given CMSSiteModel.getSegments in interface SegmentServicewebsites - - CMSSiteModelCollection of BTGSegmentModelpublic void setBtgDao(BTGDao btgDao)
btgDao - the btgDao to setCopyright © 2018 SAP SE. All Rights Reserved.