Modifier and Type | Method and Description |
---|---|
Campaign |
CampaignDetail.getCampaign()
Retrieves the associated campaign.
|
Modifier and Type | Method and Description |
---|---|
void |
CampaignDetail.setCampaign(Campaign campaign)
Sets the associated campaign.
|
Constructor and Description |
---|
CampaignDetail(Campaign campaign)
Instantiates a new Campaign detail.
|
Modifier and Type | Method and Description |
---|---|
Campaign |
GoalsService.getCampaign(String campaignId)
Retrieves the campaign identified by the specified identifier
|
Modifier and Type | Method and Description |
---|---|
void |
GoalsService.setCampaign(Campaign campaign)
Saves the specified campaign in the context server and creates associated
Rule s if the campaign is enabled. |
Modifier and Type | Method and Description |
---|---|
Object |
CampaignAccessor.getProperty(Campaign object,
String propertyName,
String leftoverExpression) |
Modifier and Type | Method and Description |
---|---|
Campaign |
CampaignsServiceEndPoint.getCampaignDefinition(String campaignID)
Retrieves the campaign identified by the specified identifier
|
Modifier and Type | Method and Description |
---|---|
void |
CampaignsServiceEndPoint.setCampaignDefinition(Campaign campaign)
Saves the specified campaign in the context server and creates associated
Rule s if the campaign is enabled. |
Modifier and Type | Method and Description |
---|---|
Campaign |
GoalsServiceImpl.getCampaign(String id) |
Modifier and Type | Method and Description |
---|---|
void |
GoalsServiceImpl.setCampaign(Campaign campaign) |
Copyright © 2014–2022 Apache Software Foundation. All rights reserved.