| Package | Description |
|---|---|
| de.hybris.platform.cms2.model |
Contains generated models for each type of de.hybris.platform.cms2.jalo package.
|
| de.hybris.platform.cms2.model.restrictions |
Contains generated models for each type of de.hybris.platform.cms2.jalo.restrictions 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 | |
| de.hybris.platform.cms2.servicelayer.services.impl | |
| de.hybris.platform.cmsfacades.cmsitems.validator | |
| de.hybris.platform.cmsfacades.util.builder | |
| de.hybris.platform.cmsfacades.util.models |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
TimeRestrictionDescription.get(CMSTimeRestrictionModel model) |
void |
TimeRestrictionDescription.set(CMSTimeRestrictionModel model,
java.lang.String value) |
| Modifier and Type | Class and Description |
|---|---|
class |
CMSBaseStoreTimeRestrictionModel
Generated model class for type CMSBaseStoreTimeRestriction first defined at extension cms2.
|
| Modifier and Type | Method and Description |
|---|---|
CMSTimeRestrictionModel |
CMSTimeRestrictionResource.getCMSTimeRestrictionModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected CMSTimeRestrictionModel |
CMSTimeRestrictionResource.readResource(java.lang.String resourceId)
Gets the
CMSTimeRestrictionModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CMSTimeRestrictionModel> |
CMSTimeRestrictionsResource.getCMSTimeRestrictionsCollection()
Convenience method which just delegates to
AbstractResource.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(java.util.Collection<CMSTimeRestrictionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
CMSTimeRestrictionModel |
CMSAdminRestrictionService.createTimeRestriction(AbstractPageModel page,
java.lang.String id,
java.lang.String name,
java.util.Date from,
java.util.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,
java.lang.String id,
java.lang.String name,
java.util.Date from,
java.util.Date until) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CMSTimeRestrictionEvaluator.evaluate(CMSTimeRestrictionModel timeRestriction,
RestrictionData context) |
| Modifier and Type | Method and Description |
|---|---|
protected CMSTimeRestrictionModel |
DefaultCMSRestrictionServiceIntegrationTest.getTimeRestriction(int before,
int after) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCMSTimeRestrictionValidator.validate(CMSTimeRestrictionModel validatee) |
| Modifier and Type | Method and Description |
|---|---|
CMSTimeRestrictionModel |
CMSTimeRestrictionModelBuilder.build() |
protected CMSTimeRestrictionModel |
CMSTimeRestrictionModelBuilder.getModel() |
| Modifier and Type | Method and Description |
|---|---|
static CMSTimeRestrictionModelBuilder |
CMSTimeRestrictionModelBuilder.fromModel(CMSTimeRestrictionModel model) |
| Modifier and Type | Method and Description |
|---|---|
CMSTimeRestrictionModel |
CMSTimeRestrictionModelMother.nextWeek(CatalogVersionModel catalogVersion,
AbstractPageModel... pages) |
CMSTimeRestrictionModel |
CMSTimeRestrictionModelMother.today(CatalogVersionModel catalogVersion,
AbstractPageModel... pages) |
CMSTimeRestrictionModel |
CMSTimeRestrictionModelMother.tomorrow(CatalogVersionModel catalogVersion,
AbstractPageModel... pages) |
Copyright © 2018 SAP SE. All Rights Reserved.