Uses of Class
de.hybris.platform.campaigns.model.CampaignModel
-
Packages that use CampaignModel Package Description de.hybris.platform.cms2.model.restrictions Contains generated models for each type of de.hybris.platform.cms2.jalo.restrictions package.de.hybris.platform.ruleengineservices.model Contains generated models for each type of de.hybris.platform.ruleengineservices.jalo package. -
-
Uses of CampaignModel in de.hybris.platform.cms2.model.restrictions
Methods in de.hybris.platform.cms2.model.restrictions that return types with arguments of type CampaignModel Modifier and Type Method Description java.util.Collection<CampaignModel>CMSCampaignRestrictionModel. getCampaigns()Generated method - Getter of theCMSCampaignRestriction.campaignsattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.restrictions with type arguments of type CampaignModel Modifier and Type Method Description voidCMSCampaignRestrictionModel. setCampaigns(java.util.Collection<CampaignModel> value)Generated method - Setter ofCMSCampaignRestriction.campaignsattribute defined at extensioncms2. -
Uses of CampaignModel in de.hybris.platform.ruleengineservices.model
Methods in de.hybris.platform.ruleengineservices.model that return types with arguments of type CampaignModel Modifier and Type Method Description java.util.Set<CampaignModel>SourceRuleModel. getCampaigns()Generated method - Getter of theSourceRule.campaignsattribute defined at extensionruleengineservices.Method parameters in de.hybris.platform.ruleengineservices.model with type arguments of type CampaignModel Modifier and Type Method Description voidSourceRuleModel. setCampaigns(java.util.Set<CampaignModel> value)Generated method - Setter ofSourceRule.campaignsattribute defined at extensionruleengineservices.
-