Uses of Class
de.hybris.platform.campaigns.jalo.Campaign
-
Packages that use Campaign Package Description de.hybris.platform.basecommerce.jalo de.hybris.platform.cms2.jalo de.hybris.platform.cms2.jalo.restrictions de.hybris.platform.ruleengineservices.jalo -
-
Uses of Campaign in de.hybris.platform.basecommerce.jalo
Methods in de.hybris.platform.basecommerce.jalo that return Campaign Modifier and Type Method Description CampaignGeneratedBasecommerceManager. createCampaign(SessionContext ctx, java.util.Map attributeValues)CampaignGeneratedBasecommerceManager. createCampaign(java.util.Map attributeValues) -
Uses of Campaign in de.hybris.platform.cms2.jalo
Methods in de.hybris.platform.cms2.jalo with parameters of type Campaign Modifier and Type Method Description voidGeneratedCms2Manager. addToRestrictions(Campaign item, CampaignRestriction value)Generated method - Addsvalueto restrictions.voidGeneratedCms2Manager. addToRestrictions(SessionContext ctx, Campaign item, CampaignRestriction value)Generated method - Addsvalueto restrictions.java.util.Collection<CampaignRestriction>GeneratedCms2Manager. getRestrictions(Campaign item)Generated method - Getter of theCampaign.restrictionsattribute.java.util.Collection<CampaignRestriction>GeneratedCms2Manager. getRestrictions(SessionContext ctx, Campaign item)Generated method - Getter of theCampaign.restrictionsattribute.longGeneratedCms2Manager. getRestrictionsCount(Campaign item)longGeneratedCms2Manager. getRestrictionsCount(SessionContext ctx, Campaign item)voidGeneratedCms2Manager. removeFromRestrictions(Campaign item, CampaignRestriction value)Generated method - Removesvaluefrom restrictions.voidGeneratedCms2Manager. removeFromRestrictions(SessionContext ctx, Campaign item, CampaignRestriction value)Generated method - Removesvaluefrom restrictions.voidGeneratedCms2Manager. setRestrictions(Campaign item, java.util.Collection<CampaignRestriction> value)Generated method - Setter of theCampaign.restrictionsattribute.voidGeneratedCms2Manager. setRestrictions(SessionContext ctx, Campaign item, java.util.Collection<CampaignRestriction> value)Generated method - Setter of theCampaign.restrictionsattribute. -
Uses of Campaign in de.hybris.platform.cms2.jalo.restrictions
Methods in de.hybris.platform.cms2.jalo.restrictions that return types with arguments of type Campaign Modifier and Type Method Description java.util.Collection<Campaign>GeneratedCampaignRestriction. getCampaigns()Generated method - Getter of theCMSCampaignRestriction.campaignsattribute.java.util.Collection<Campaign>GeneratedCampaignRestriction. getCampaigns(SessionContext ctx)Generated method - Getter of theCMSCampaignRestriction.campaignsattribute.Methods in de.hybris.platform.cms2.jalo.restrictions with parameters of type Campaign Modifier and Type Method Description voidGeneratedCampaignRestriction. addToCampaigns(Campaign value)Generated method - Addsvalueto campaigns.voidGeneratedCampaignRestriction. addToCampaigns(SessionContext ctx, Campaign value)Generated method - Addsvalueto campaigns.voidGeneratedCampaignRestriction. removeFromCampaigns(Campaign value)Generated method - Removesvaluefrom campaigns.voidGeneratedCampaignRestriction. removeFromCampaigns(SessionContext ctx, Campaign value)Generated method - Removesvaluefrom campaigns.Method parameters in de.hybris.platform.cms2.jalo.restrictions with type arguments of type Campaign Modifier and Type Method Description voidGeneratedCampaignRestriction. setCampaigns(SessionContext ctx, java.util.Collection<Campaign> value)Generated method - Setter of theCMSCampaignRestriction.campaignsattribute.voidGeneratedCampaignRestriction. setCampaigns(java.util.Collection<Campaign> value)Generated method - Setter of theCMSCampaignRestriction.campaignsattribute. -
Uses of Campaign in de.hybris.platform.ruleengineservices.jalo
Methods in de.hybris.platform.ruleengineservices.jalo that return types with arguments of type Campaign Modifier and Type Method Description java.util.Set<Campaign>GeneratedSourceRule. getCampaigns()Generated method - Getter of theSourceRule.campaignsattribute.java.util.Set<Campaign>GeneratedSourceRule. getCampaigns(SessionContext ctx)Generated method - Getter of theSourceRule.campaignsattribute.Methods in de.hybris.platform.ruleengineservices.jalo with parameters of type Campaign Modifier and Type Method Description voidGeneratedSourceRule. addToCampaigns(Campaign value)Generated method - Addsvalueto campaigns.voidGeneratedSourceRule. addToCampaigns(SessionContext ctx, Campaign value)Generated method - Addsvalueto campaigns.voidGeneratedRuleengineservicesManager. addToSourceRules(Campaign item, SourceRule value)Generated method - Addsvalueto sourceRules.voidGeneratedRuleengineservicesManager. addToSourceRules(SessionContext ctx, Campaign item, SourceRule value)Generated method - Addsvalueto sourceRules.java.util.Set<SourceRule>GeneratedRuleengineservicesManager. getSourceRules(Campaign item)Generated method - Getter of theCampaign.sourceRulesattribute.java.util.Set<SourceRule>GeneratedRuleengineservicesManager. getSourceRules(SessionContext ctx, Campaign item)Generated method - Getter of theCampaign.sourceRulesattribute.longGeneratedRuleengineservicesManager. getSourceRulesCount(Campaign item)longGeneratedRuleengineservicesManager. getSourceRulesCount(SessionContext ctx, Campaign item)voidGeneratedSourceRule. removeFromCampaigns(Campaign value)Generated method - Removesvaluefrom campaigns.voidGeneratedSourceRule. removeFromCampaigns(SessionContext ctx, Campaign value)Generated method - Removesvaluefrom campaigns.voidGeneratedRuleengineservicesManager. removeFromSourceRules(Campaign item, SourceRule value)Generated method - Removesvaluefrom sourceRules.voidGeneratedRuleengineservicesManager. removeFromSourceRules(SessionContext ctx, Campaign item, SourceRule value)Generated method - Removesvaluefrom sourceRules.voidGeneratedRuleengineservicesManager. setSourceRules(Campaign item, java.util.Set<SourceRule> value)Generated method - Setter of theCampaign.sourceRulesattribute.voidGeneratedRuleengineservicesManager. setSourceRules(SessionContext ctx, Campaign item, java.util.Set<SourceRule> value)Generated method - Setter of theCampaign.sourceRulesattribute.Method parameters in de.hybris.platform.ruleengineservices.jalo with type arguments of type Campaign Modifier and Type Method Description voidGeneratedSourceRule. setCampaigns(SessionContext ctx, java.util.Set<Campaign> value)Generated method - Setter of theSourceRule.campaignsattribute.voidGeneratedSourceRule. setCampaigns(java.util.Set<Campaign> value)Generated method - Setter of theSourceRule.campaignsattribute.
-