| Package | Description |
|---|---|
| de.hybris.platform.campaigns.dao | |
| de.hybris.platform.campaigns.dao.impl | |
| de.hybris.platform.campaigns.resource | |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
CampaignModel |
CampaignDao.findCampaignByCode(java.lang.String code)
Provides
CampaignModel with requested CODE |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected CampaignModel |
DefaultCampaignDaoIT.createCampaign(java.lang.String code,
java.util.Date pastDate,
java.util.Date futureDate,
boolean enabled) |
CampaignModel |
DefaultCampaignDao.findCampaignByCode(java.lang.String code) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CampaignModel> |
DefaultCampaignDao.findActiveCampaigns(java.util.Date currentDateTime) |
java.util.List<CampaignModel> |
DefaultCampaignDao.findAllCampaigns() |
| Modifier and Type | Method and Description |
|---|---|
CampaignModel |
CampaignResource.getCampaignModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected CampaignModel |
CampaignResource.readResource(java.lang.String resourceId)
Gets the
CampaignModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CampaignModel> |
CampaignsResource.getCampaignsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CampaignResource.setCampaignModel(CampaignModel value)
Convenience method which just delegates to
#setResourceValue(CampaignModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CampaignsResource.setCampaignsCollection(java.util.Collection<CampaignModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
CampaignModel |
CampaignService.getCampaignByCode(java.lang.String code)
Provides
CampaignModel with requested CODE |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CampaignModel> |
CampaignService.getActiveCampaigns()
Provides list of all active campaigns.
|
java.util.List<CampaignModel> |
CampaignService.getAllCampaigns()
Provides list of all campaigns.
|
| Modifier and Type | Method and Description |
|---|---|
CampaignModel |
DefaultCampaignService.getCampaignByCode(java.lang.String code) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CampaignModel> |
DefaultCampaignService.getActiveCampaigns() |
java.util.List<CampaignModel> |
DefaultCampaignService.getAllCampaigns() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CampaignModel> |
CMSCampaignRestrictionModel.getCampaigns()
Generated method - Getter of the
CMSCampaignRestriction.campaigns attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSCampaignRestrictionModel.setCampaigns(java.util.Collection<CampaignModel> value)
Generated method - Setter of
CMSCampaignRestriction.campaigns attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
CMSCampaignRestrictionModel |
CMSAdminRestrictionService.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
|
| Modifier and Type | Method and Description |
|---|---|
CMSCampaignRestrictionModel |
DefaultCMSAdminRestrictionService.createCampaignRestriction(AbstractPageModel page,
java.lang.String id,
java.lang.String name,
java.util.Collection<CampaignModel> campaigns) |
| Modifier and Type | Method and Description |
|---|---|
protected CMSCampaignRestrictionModel |
CMSCampaignRestrictionEvaluatorTest.createCampaignRestriction(java.util.Collection<CampaignModel> restrictedCampaigns) |
| Modifier and Type | Method and Description |
|---|---|
void |
CampaignRaoPopulator.populate(CampaignModel source,
CampaignRAO target) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<CampaignModel> |
SourceRuleModel.getCampaigns()
Generated method - Getter of the
SourceRule.campaigns attribute defined at extension ruleengineservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
SourceRuleModel.setCampaigns(java.util.Set<CampaignModel> value)
Generated method - Setter of
SourceRule.campaigns attribute defined at extension ruleengineservices. |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<CampaignModel,CampaignRAO> |
DefaultCampaignRAOProvider.getCampaignRaoConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCampaignRAOProvider.setCampaignRaoConverter(Converter<CampaignModel,CampaignRAO> campaignRaoConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<SourceRuleModel> |
CampaignRuleValidateInterceptor.getFrozenAssociatedSourceRules(CampaignModel campaign) |
void |
CampaignRuleValidateInterceptor.onValidate(CampaignModel campaign,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CampaignHistoricalRuleContentProvider.substituteAssociatedSourceRule(CampaignModel campaign,
SourceRuleModel ruleToRemove,
SourceRuleModel ruleToAdd) |
Copyright © 2018 SAP SE. All Rights Reserved.