Uses of Class
de.hybris.platform.campaigns.model.CampaignModel
-
Packages that use CampaignModel Package Description de.hybris.platform.campaigns.dao de.hybris.platform.campaigns.dao.impl de.hybris.platform.campaigns.service de.hybris.platform.campaigns.service.impl de.hybris.platform.cms2.model.restrictions Contains generated models for each type of de.hybris.platform.cms2.jalo.restrictions package.de.hybris.platform.cms2.servicelayer.services.admin de.hybris.platform.cms2.servicelayer.services.admin.impl de.hybris.platform.cms2.servicelayer.services.evaluator.impl de.hybris.platform.ruleengineservices.converters.populator de.hybris.platform.ruleengineservices.model Contains generated models for each type of de.hybris.platform.ruleengineservices.jalo package.de.hybris.platform.ruleengineservices.rao.providers.impl de.hybris.platform.ruleengineservices.rule.interceptors de.hybris.platform.ruleengineservices.versioning.impl -
-
Uses of CampaignModel in de.hybris.platform.campaigns.dao
Methods in de.hybris.platform.campaigns.dao that return CampaignModel Modifier and Type Method Description CampaignModelCampaignDao. findCampaignByCode(java.lang.String code)ProvidesCampaignModelwith requestedCODEMethods in de.hybris.platform.campaigns.dao that return types with arguments of type CampaignModel Modifier and Type Method Description java.util.List<CampaignModel>CampaignDao. findActiveCampaigns(java.util.Date currentDateTime)Provides list of all active campaigns.java.util.List<CampaignModel>CampaignDao. findAllCampaigns()Provides list of all campaigns. -
Uses of CampaignModel in de.hybris.platform.campaigns.dao.impl
Methods in de.hybris.platform.campaigns.dao.impl that return CampaignModel Modifier and Type Method Description protected CampaignModelDefaultCampaignDaoIT. createCampaign(java.lang.String code, java.util.Date pastDate, java.util.Date futureDate, boolean enabled)CampaignModelDefaultCampaignDao. findCampaignByCode(java.lang.String code)Methods in de.hybris.platform.campaigns.dao.impl that return types with arguments of type CampaignModel Modifier and Type Method Description java.util.List<CampaignModel>DefaultCampaignDao. findActiveCampaigns(java.util.Date currentDateTime)java.util.List<CampaignModel>DefaultCampaignDao. findAllCampaigns() -
Uses of CampaignModel in de.hybris.platform.campaigns.service
Methods in de.hybris.platform.campaigns.service that return CampaignModel Modifier and Type Method Description CampaignModelCampaignService. getCampaignByCode(java.lang.String code)ProvidesCampaignModelwith requestedCODEMethods in de.hybris.platform.campaigns.service that return types with arguments of type CampaignModel Modifier and Type Method Description java.util.List<CampaignModel>CampaignService. getActiveCampaigns()Provides list of all active campaigns.java.util.List<CampaignModel>CampaignService. getAllCampaigns()Provides list of all campaigns. -
Uses of CampaignModel in de.hybris.platform.campaigns.service.impl
Methods in de.hybris.platform.campaigns.service.impl that return CampaignModel Modifier and Type Method Description CampaignModelDefaultCampaignService. getCampaignByCode(java.lang.String code)Methods in de.hybris.platform.campaigns.service.impl that return types with arguments of type CampaignModel Modifier and Type Method Description java.util.List<CampaignModel>DefaultCampaignService. getActiveCampaigns()java.util.List<CampaignModel>DefaultCampaignService. getAllCampaigns() -
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.cms2.servicelayer.services.admin
Method parameters in de.hybris.platform.cms2.servicelayer.services.admin with type arguments of type CampaignModel Modifier and Type Method Description CMSCampaignRestrictionModelCMSAdminRestrictionService. createCampaignRestriction(AbstractPageModel page, java.lang.String id, java.lang.String name, java.util.Collection<CampaignModel> campaigns)Creates a new CampaignRestriction and a new relation between the restriction and the given page -
Uses of CampaignModel in de.hybris.platform.cms2.servicelayer.services.admin.impl
Method parameters in de.hybris.platform.cms2.servicelayer.services.admin.impl with type arguments of type CampaignModel Modifier and Type Method Description CMSCampaignRestrictionModelDefaultCMSAdminRestrictionService. createCampaignRestriction(AbstractPageModel page, java.lang.String id, java.lang.String name, java.util.Collection<CampaignModel> campaigns) -
Uses of CampaignModel in de.hybris.platform.cms2.servicelayer.services.evaluator.impl
Method parameters in de.hybris.platform.cms2.servicelayer.services.evaluator.impl with type arguments of type CampaignModel Modifier and Type Method Description protected CMSCampaignRestrictionModelCMSCampaignRestrictionEvaluatorTest. createCampaignRestriction(java.util.Collection<CampaignModel> restrictedCampaigns) -
Uses of CampaignModel in de.hybris.platform.ruleengineservices.converters.populator
Methods in de.hybris.platform.ruleengineservices.converters.populator with parameters of type CampaignModel Modifier and Type Method Description voidCampaignRaoPopulator. populate(CampaignModel source, CampaignRAO target) -
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. -
Uses of CampaignModel in de.hybris.platform.ruleengineservices.rao.providers.impl
Methods in de.hybris.platform.ruleengineservices.rao.providers.impl that return types with arguments of type CampaignModel Modifier and Type Method Description protected Converter<CampaignModel,CampaignRAO>DefaultCampaignRAOProvider. getCampaignRaoConverter()Method parameters in de.hybris.platform.ruleengineservices.rao.providers.impl with type arguments of type CampaignModel Modifier and Type Method Description voidDefaultCampaignRAOProvider. setCampaignRaoConverter(Converter<CampaignModel,CampaignRAO> campaignRaoConverter) -
Uses of CampaignModel in de.hybris.platform.ruleengineservices.rule.interceptors
Methods in de.hybris.platform.ruleengineservices.rule.interceptors with parameters of type CampaignModel Modifier and Type Method Description protected java.util.Set<SourceRuleModel>CampaignRuleValidateInterceptor. getFrozenAssociatedSourceRules(CampaignModel campaign)voidCampaignRuleValidateInterceptor. onValidate(CampaignModel campaign, InterceptorContext ctx) -
Uses of CampaignModel in de.hybris.platform.ruleengineservices.versioning.impl
Methods in de.hybris.platform.ruleengineservices.versioning.impl with parameters of type CampaignModel Modifier and Type Method Description protected voidCampaignHistoricalRuleContentProvider. substituteAssociatedSourceRule(CampaignModel campaign, SourceRuleModel ruleToRemove, SourceRuleModel ruleToAdd)
-