Uses of Class
org.apache.unomi.api.campaigns.Campaign
-
-
Uses of Campaign in org.apache.unomi.api.campaigns
Methods in org.apache.unomi.api.campaigns that return Campaign Modifier and Type Method Description Campaign
CampaignDetail. getCampaign()
Retrieves the associated campaign.Methods in org.apache.unomi.api.campaigns with parameters of type Campaign Modifier and Type Method Description void
CampaignDetail. setCampaign(Campaign campaign)
Sets the associated campaign.Constructors in org.apache.unomi.api.campaigns with parameters of type Campaign Constructor Description CampaignDetail(Campaign campaign)
Instantiates a new Campaign detail. -
Uses of Campaign in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services that return Campaign Modifier and Type Method Description Campaign
GoalsService. getCampaign(String campaignId)
Retrieves the campaign identified by the specified identifierMethods in org.apache.unomi.api.services with parameters of type Campaign Modifier and Type Method Description void
GoalsService. setCampaign(Campaign campaign)
Saves the specified campaign in the context server and creates associatedRule
s if the campaign is enabled. -
Uses of Campaign in org.apache.unomi.plugins.baseplugin.conditions.accessors
Methods in org.apache.unomi.plugins.baseplugin.conditions.accessors with parameters of type Campaign Modifier and Type Method Description Object
CampaignAccessor. getProperty(Campaign object, String propertyName, String leftoverExpression)
-
Uses of Campaign in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints that return Campaign Modifier and Type Method Description Campaign
CampaignsServiceEndPoint. getCampaignDefinition(String campaignID)
Retrieves the campaign identified by the specified identifierMethods in org.apache.unomi.rest.endpoints with parameters of type Campaign Modifier and Type Method Description void
CampaignsServiceEndPoint. setCampaignDefinition(Campaign campaign)
Saves the specified campaign in the context server and creates associatedRule
s if the campaign is enabled. -
Uses of Campaign in org.apache.unomi.services.impl.goals
Methods in org.apache.unomi.services.impl.goals that return Campaign Modifier and Type Method Description Campaign
GoalsServiceImpl. getCampaign(String id)
Methods in org.apache.unomi.services.impl.goals with parameters of type Campaign Modifier and Type Method Description void
GoalsServiceImpl. setCampaign(Campaign campaign)
-