public interface AreaService
Modifier and Type | Method and Description |
---|---|
java.util.Set<Resource> |
getAreasForBrand(Resource brandResource)
Returns a
Set of area resources for the specified
brandResource or an empty Set if no areas where found
for that brand. |
java.util.Set<Resource> |
getAreasForPage(Resource pageResource)
Returns a
Set of area resources for the specified
pageResource or an empty Set if no areas where
referenced via property PersonalizationConstants.PN_TARGET_AMBITS
on that page. |
java.util.Set<Resource> getAreasForBrand(Resource brandResource)
Set
of area resources for the specified
brandResource
or an empty Set
if no areas where found
for that brand.brandResource
- Resource representing a brand.brandResource
or an empty
set.java.util.Set<Resource> getAreasForPage(Resource pageResource)
Set
of area resources for the specified
pageResource
or an empty Set
if no areas where
referenced via property PersonalizationConstants.PN_TARGET_AMBITS
on that page.pageResource
- Resource representing a page.pageResource
or an empty
set.Copyright © 2010 - 2020 Adobe. All Rights Reserved