| Package | Description |
|---|---|
| de.hybris.platform.campaigns.model |
Contains generated models for each type of de.hybris.platform.campaigns.jalo package.
|
| de.hybris.platform.cms2.model |
Contains generated models for each type of de.hybris.platform.cms2.jalo package.
|
| de.hybris.platform.cms2.resource.restrictions | |
| de.hybris.platform.cms2.servicelayer.services.admin | |
| de.hybris.platform.cms2.servicelayer.services.admin.impl | |
| de.hybris.platform.cms2.servicelayer.services.evaluator.impl |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CMSCampaignRestrictionModel> |
CampaignModel.getRestrictions()
Generated method - Getter of the
Campaign.restrictions attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
void |
CampaignModel.setRestrictions(java.util.Collection<CMSCampaignRestrictionModel> value)
Generated method - Setter of
Campaign.restrictions attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
CampaignRestrictionDescription.get(CMSCampaignRestrictionModel model) |
void |
CampaignRestrictionDescription.set(CMSCampaignRestrictionModel model,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
CMSCampaignRestrictionModel |
CMSCampaignRestrictionResource.getCMSCampaignRestrictionModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected CMSCampaignRestrictionModel |
CMSCampaignRestrictionResource.readResource(java.lang.String resourceId)
Gets the
CMSCampaignRestrictionModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CMSCampaignRestrictionModel> |
CMSCampaignRestrictionsResource.getCMSCampaignRestrictionsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSCampaignRestrictionResource.setCMSCampaignRestrictionModel(CMSCampaignRestrictionModel value)
Convenience method which just delegates to
#setResourceValue(CMSCampaignRestrictionModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSCampaignRestrictionsResource.setCMSCampaignRestrictionsCollection(java.util.Collection<CMSCampaignRestrictionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| 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 |
|---|---|
boolean |
CMSCampaignRestrictionEvaluator.evaluate(CMSCampaignRestrictionModel cmsCampaignRestriction,
RestrictionData context) |
Copyright © 2018 SAP SE. All Rights Reserved.