Interface TargetLocationNameProvider
-
@ConsumerType public interface TargetLocationNameProvider
Provides location names for locations to be synchronized to Adobe Target
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<java.lang.String>
getOfferLocationNames(Page offerPage, WCMMode wcmMode)
Provides the name of the locations (mboxes) that will be synchronized to Target.
-
-
-
Method Detail
-
getOfferLocationNames
java.util.Set<java.lang.String> getOfferLocationNames(Page offerPage, WCMMode wcmMode)
Provides the name of the locations (mboxes) that will be synchronized to Target. This method returns a list of location names because one offer can run into multiple locations - same content but different pages.- Parameters:
offerPage
- the offer page that runs on that locationwcmMode
- theWCMMode
- Returns:
- a
Set
containing the generated names of the locations.
-
-