Uses of Class
de.hybris.platform.cms2.model.restrictions.CMSTimeRestrictionModel
-
Packages that use CMSTimeRestrictionModel 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.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 -
-
Uses of CMSTimeRestrictionModel in de.hybris.platform.cms2.model
Methods in de.hybris.platform.cms2.model with parameters of type CMSTimeRestrictionModel Modifier and Type Method Description java.lang.String
TimeRestrictionDescription. get(CMSTimeRestrictionModel model)
void
TimeRestrictionDescription. set(CMSTimeRestrictionModel model, java.lang.String value)
-
Uses of CMSTimeRestrictionModel in de.hybris.platform.cms2.model.restrictions
Subclasses of CMSTimeRestrictionModel in de.hybris.platform.cms2.model.restrictions Modifier and Type Class Description class
CMSBaseStoreTimeRestrictionModel
Generated model class for type CMSBaseStoreTimeRestriction first defined at extension cms2. -
Uses of CMSTimeRestrictionModel in de.hybris.platform.cms2.servicelayer.services.admin
Methods in de.hybris.platform.cms2.servicelayer.services.admin that return CMSTimeRestrictionModel Modifier and Type Method 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 -
Uses of CMSTimeRestrictionModel in de.hybris.platform.cms2.servicelayer.services.admin.impl
Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl that return CMSTimeRestrictionModel Modifier and Type Method Description CMSTimeRestrictionModel
DefaultCMSAdminRestrictionService. createTimeRestriction(AbstractPageModel page, java.lang.String id, java.lang.String name, java.util.Date from, java.util.Date until)
-
Uses of CMSTimeRestrictionModel in de.hybris.platform.cms2.servicelayer.services.evaluator.impl
Methods in de.hybris.platform.cms2.servicelayer.services.evaluator.impl with parameters of type CMSTimeRestrictionModel Modifier and Type Method Description boolean
CMSTimeRestrictionEvaluator. evaluate(CMSTimeRestrictionModel timeRestriction, RestrictionData context)
-
Uses of CMSTimeRestrictionModel in de.hybris.platform.cms2.servicelayer.services.impl
Methods in de.hybris.platform.cms2.servicelayer.services.impl that return CMSTimeRestrictionModel Modifier and Type Method Description protected CMSTimeRestrictionModel
DefaultCMSRestrictionServiceIntegrationTest. getTimeRestriction(int before, int after)
-
Uses of CMSTimeRestrictionModel in de.hybris.platform.cmsfacades.cmsitems.validator
Methods in de.hybris.platform.cmsfacades.cmsitems.validator with parameters of type CMSTimeRestrictionModel Modifier and Type Method Description void
DefaultCMSTimeRestrictionValidator. validate(CMSTimeRestrictionModel validatee)
-
Uses of CMSTimeRestrictionModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder that return CMSTimeRestrictionModel Modifier and Type Method Description CMSTimeRestrictionModel
CMSTimeRestrictionModelBuilder. build()
protected CMSTimeRestrictionModel
CMSTimeRestrictionModelBuilder. getModel()
Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type CMSTimeRestrictionModel Modifier and Type Method Description static CMSTimeRestrictionModelBuilder
CMSTimeRestrictionModelBuilder. fromModel(CMSTimeRestrictionModel model)
-
Uses of CMSTimeRestrictionModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return CMSTimeRestrictionModel Modifier and Type Method Description CMSTimeRestrictionModel
CMSTimeRestrictionModelMother. createTodayRestrictionAndAssignToComponents(CatalogVersionModel catalogVersion, AbstractCMSComponentModel... components)
CMSTimeRestrictionModel
CMSTimeRestrictionModelMother. createTodayRestrictionAndAssignToPages(CatalogVersionModel catalogVersion, AbstractPageModel... pages)
CMSTimeRestrictionModel
CMSTimeRestrictionModelMother. nextWeek(CatalogVersionModel catalogVersion, AbstractPageModel... pages)
CMSTimeRestrictionModel
CMSTimeRestrictionModelMother. today(CatalogVersionModel catalogVersion)
CMSTimeRestrictionModel
CMSTimeRestrictionModelMother. tomorrow(CatalogVersionModel catalogVersion, AbstractPageModel... pages)
-