| Package | Description |
|---|---|
| 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 | |
| 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.cms2.servicelayer.services.impl | |
| de.hybris.platform.cmscockpit.components.liveedit.impl |
| Modifier and Type | Method and Description |
|---|---|
String |
TimeRestrictionDescription.get(CMSTimeRestrictionModel model) |
void |
TimeRestrictionDescription.set(CMSTimeRestrictionModel model,
String value) |
| Modifier and Type | Method and Description |
|---|---|
CMSTimeRestrictionModel |
CMSTimeRestrictionResource.getCMSTimeRestrictionModel()
Convenience method which just delegates to
#getResourceValue() |
protected CMSTimeRestrictionModel |
CMSTimeRestrictionResource.readResource(String resourceId)
Gets the
CMSTimeRestrictionModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<CMSTimeRestrictionModel> |
CMSTimeRestrictionsResource.getCMSTimeRestrictionsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSTimeRestrictionResource.setCMSTimeRestrictionModel(CMSTimeRestrictionModel value)
Convenience method which just delegates to
#setResourceValue(CMSTimeRestrictionModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSTimeRestrictionsResource.setCMSTimeRestrictionsCollection(Collection<CMSTimeRestrictionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CMSRestrictionService.evaluate(CMSTimeRestrictionModel restriction)
Deprecated.
Method will be removed soon. Call
CMSRestrictionService.evaluate(AbstractRestrictionModel, RestrictionData)
instead. |
| Modifier and Type | Method and Description |
|---|---|
CMSTimeRestrictionModel |
CMSAdminRestrictionService.createTimeRestriction(AbstractPageModel page,
String id,
String name,
Date from,
Date until)
Creates a new TimeRestriction and a new relation between the restriction and the given page
|
| Modifier and Type | Method and Description |
|---|---|
CMSTimeRestrictionModel |
DefaultCMSAdminRestrictionService.createTimeRestriction(AbstractPageModel page,
String id,
String name,
Date from,
Date until) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CMSTimeRestrictionEvaluator.evaluate(CMSTimeRestrictionModel timeRestriction,
RestrictionData context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultCMSRestrictionService.evaluate(CMSTimeRestrictionModel restriction)
Deprecated.
Method will be removed soon. Call
DefaultCMSRestrictionService.evaluate(AbstractRestrictionModel, RestrictionData)
instead. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultPreviewLoader.loadTimeRestrictionBaseValues(PreviewDataModel previewCtx,
CMSTimeRestrictionModel timeRestriction) |
Copyright © 2017 SAP SE. All Rights Reserved.