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