Uses of Class
de.hybris.platform.cms2.model.restrictions.AbstractRestrictionModel
Packages that use AbstractRestrictionModel
Package
Description
Contains generated models for each type of de.hybris.platform.acceleratorcms.jalo.restrictions package.
Contains generated models for each type of de.hybris.platform.b2b.jalo.restrictions package.
Contains generated models for each type of de.hybris.platform.cms2.jalo package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.contents.components package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.pages package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.restrictions package.
Contains generated models for each type of de.hybris.platform.marketplaceservices.jalo.restrictions package.
Contains generated models for each type of de.hybris.platform.sap.productconfig.services.jalo package.
-
Uses of AbstractRestrictionModel in de.hybris.platform.acceleratorcms.component.cache.impl
Methods in de.hybris.platform.acceleratorcms.component.cache.impl with parameters of type AbstractRestrictionModelModifier and TypeMethodDescriptionprotected StringBuilderDefaultCmsCacheKeyProvider.getKeyForRestriction(javax.servlet.http.HttpServletRequest request, AbstractRestrictionModel restriction) protected StringDefaultCmsCacheKeyProvider.handleRestrictionEvaluationException(javax.servlet.http.HttpServletRequest request, SimpleCMSComponentModel component, AbstractRestrictionModel restriction, RestrictionEvaluationException e) -
Uses of AbstractRestrictionModel in de.hybris.platform.acceleratorcms.model.restrictions
Modifier and TypeClassDescriptionclassGenerated model class for type CMSActionRestriction first defined at extension acceleratorcms.classGenerated model class for type CMSUiExperienceRestriction first defined at extension acceleratorcms. -
Uses of AbstractRestrictionModel in de.hybris.platform.acceleratorcms.services.impl
Method parameters in de.hybris.platform.acceleratorcms.services.impl with type arguments of type AbstractRestrictionModelModifier and TypeMethodDescriptionprotected voidRankingCMSRestrictionService.evaluatePageRestrictions(RestrictionData data, NavigableMap<Integer, List<AbstractPageModel>> allowedPages, AbstractPageModel page, List<AbstractRestrictionModel> restrictions) -
Uses of AbstractRestrictionModel in de.hybris.platform.b2b.model.restrictions
Subclasses of AbstractRestrictionModel in de.hybris.platform.b2b.model.restrictionsModifier and TypeClassDescriptionclassGenerated model class for type CMSSecurePortalRestriction first defined at extension b2bacceleratorservices. -
Uses of AbstractRestrictionModel in de.hybris.platform.cms2.model
Methods in de.hybris.platform.cms2.model with parameters of type AbstractRestrictionModelModifier and TypeMethodDescriptionAbstractRestrictionDescriptionAttributeHandler.get(AbstractRestrictionModel model) voidAbstractRestrictionDescriptionAttributeHandler.set(AbstractRestrictionModel model, String value) -
Uses of AbstractRestrictionModel in de.hybris.platform.cms2.model.contents.components
Methods in de.hybris.platform.cms2.model.contents.components that return types with arguments of type AbstractRestrictionModelModifier and TypeMethodDescriptionAbstractCMSComponentModel.getRestrictions()Generated method - Getter of theAbstractCMSComponent.restrictionsattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.contents.components with type arguments of type AbstractRestrictionModelModifier and TypeMethodDescriptionvoidAbstractCMSComponentModel.setRestrictions(List<AbstractRestrictionModel> value) Generated method - Setter ofAbstractCMSComponent.restrictionsattribute defined at extensioncms2. -
Uses of AbstractRestrictionModel in de.hybris.platform.cms2.model.pages
Methods in de.hybris.platform.cms2.model.pages that return types with arguments of type AbstractRestrictionModelModifier and TypeMethodDescriptionAbstractPageModel.getRestrictions()Generated method - Getter of theAbstractPage.restrictionsattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.pages with type arguments of type AbstractRestrictionModelModifier and TypeMethodDescriptionvoidAbstractPageModel.setRestrictions(List<AbstractRestrictionModel> value) Generated method - Setter ofAbstractPage.restrictionsattribute defined at extensioncms2. -
Uses of AbstractRestrictionModel in de.hybris.platform.cms2.model.restrictions
Subclasses of AbstractRestrictionModel in de.hybris.platform.cms2.model.restrictionsModifier and TypeClassDescriptionclassGenerated model class for type ASMCMSUserGroupRestriction first defined at extension assistedservicestorefront.classGenerated model class for type AssistedServiceSessionRestriction first defined at extension assistedservicestorefront.classGenerated model class for type CMSBaseStoreTimeRestriction first defined at extension cms2.classGenerated model class for type CMSCampaignRestriction first defined at extension cms2.classGenerated model class for type CMSCatalogRestriction first defined at extension cms2.classGenerated model class for type CMSCategoryRestriction first defined at extension cms2.classGenerated model class for type CMSInverseRestriction first defined at extension cms2.classGenerated model class for type CMSProductRestriction first defined at extension cms2.classGenerated model class for type CMSTimeRestriction first defined at extension cms2.classGenerated model class for type CMSUserGroupRestriction first defined at extension cms2.classGenerated model class for type CMSUserRestriction first defined at extension cms2.Methods in de.hybris.platform.cms2.model.restrictions that return AbstractRestrictionModelModifier and TypeMethodDescriptionCMSInverseRestrictionModel.getOriginalRestriction()Generated method - Getter of theCMSInverseRestriction.originalRestrictionattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.restrictions with parameters of type AbstractRestrictionModelModifier and TypeMethodDescriptionvoidCMSInverseRestrictionModel.setOriginalRestriction(AbstractRestrictionModel value) Generated method - Setter ofCMSInverseRestriction.originalRestrictionattribute defined at extensioncms2.Constructors in de.hybris.platform.cms2.model.restrictions with parameters of type AbstractRestrictionModelModifierConstructorDescriptionCMSInverseRestrictionModel(CatalogVersionModel _catalogVersion, AbstractRestrictionModel _originalRestriction, ItemModel _owner, String _uid) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSInverseRestrictionModel(CatalogVersionModel _catalogVersion, AbstractRestrictionModel _originalRestriction, String _uid) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of AbstractRestrictionModel in de.hybris.platform.cms2.servicelayer.daos
Methods in de.hybris.platform.cms2.servicelayer.daos that return types with arguments of type AbstractRestrictionModelModifier and TypeMethodDescriptionCMSRestrictionDao.findRestrictions(CatalogVersionModel catalogVersion) Find all restrictions by catalog version.CMSRestrictionDao.findRestrictionsById(String id, CatalogVersionModel catalogVersion) Find restrictions by id and catalog version.CMSRestrictionDao.findRestrictionsByName(String name, CatalogVersionModel catalogVersion) Find restrictions by name and catalog version.CMSRestrictionDao.findRestrictionsByType(ComposedTypeModel composedType, CatalogVersionModel catalogVersion) Find restrictions by composed type and catalog version.CMSRestrictionDao.findRestrictionsByTypeNotLinkedToPage(AbstractPageModel page, ComposedTypeModel composedType, CatalogVersionModel catalogVersion) Find restrictions by type not linked to page.default List<AbstractRestrictionModel>CMSRestrictionDao.findRestrictionsForComponents(Collection<AbstractCMSComponentModel> components, CatalogVersionModel catalogVersion) Find restrictions for components by list of components and catalog version.default List<AbstractRestrictionModel>CMSRestrictionDao.findRestrictionsForPage(AbstractPageModel page, CatalogVersionModel catalogVersion) Find restrictions for page by page and catalog version.CMSRestrictionDao.findRestrictionsForPage(ComposedTypeModel composedType, AbstractPageModel page, CatalogVersionModel catalogVersion) Find restrictions for page by composed type, page and catalog version. -
Uses of AbstractRestrictionModel in de.hybris.platform.cms2.servicelayer.daos.impl
Methods in de.hybris.platform.cms2.servicelayer.daos.impl that return types with arguments of type AbstractRestrictionModelModifier and TypeMethodDescriptionDefaultCMSRestrictionDao.findRestrictions(CatalogVersionModel catalogVersion) DefaultCMSRestrictionDao.findRestrictionsById(String id, CatalogVersionModel catalogVersion) Find restrictions by id and catalog version.DefaultCMSRestrictionDao.findRestrictionsByName(String name, CatalogVersionModel catalogVersion) Find restrictions by name and catalog version.DefaultCMSRestrictionDao.findRestrictionsByType(ComposedTypeModel composedType, CatalogVersionModel catalogVersion) Find restrictions by composed type and catalog version.DefaultCMSRestrictionDao.findRestrictionsByTypeNotLinkedToPage(AbstractPageModel page, ComposedTypeModel composedType, CatalogVersionModel catalogVersion) Find restrictions by type not linked to page.DefaultCMSRestrictionDao.findRestrictionsForComponents(Collection<AbstractCMSComponentModel> components, CatalogVersionModel catalogVersion) Find restrictions for components by list of components and catalog version.DefaultCMSRestrictionDao.findRestrictionsForPage(AbstractPageModel page, CatalogVersionModel catalogVersion) Find restrictions for page by page and catalog version.DefaultCMSRestrictionDao.findRestrictionsForPage(ComposedTypeModel composedType, AbstractPageModel page, CatalogVersionModel catalogVersion) Find restrictions for page by composed type, page and catalog version.protected SearchResult<AbstractRestrictionModel>DefaultCMSRestrictionDao.findRestrictionsForPageInternal(AbstractPageModel page, CatalogVersionModel catalogVersion) -
Uses of AbstractRestrictionModel in de.hybris.platform.cms2.servicelayer.interceptor.impl
Methods in de.hybris.platform.cms2.servicelayer.interceptor.impl with parameters of type AbstractRestrictionModelModifier and TypeMethodDescriptionvoidCMSAbstractRestrictionPrepareInterceptor.onPrepare(AbstractRestrictionModel restrictionModel, InterceptorContext interceptorContext) -
Uses of AbstractRestrictionModel in de.hybris.platform.cms2.servicelayer.services
Methods in de.hybris.platform.cms2.servicelayer.services that return types with arguments of type AbstractRestrictionModelModifier and TypeMethodDescriptiondefault Collection<AbstractRestrictionModel>CMSRestrictionService.getOwnRestrictionsForComponents(Collection<AbstractCMSComponentModel> components, CatalogVersionModel catalogVersion) Find restrictions for components by components and catalog version.default Collection<AbstractRestrictionModel>CMSRestrictionService.getOwnRestrictionsForPage(AbstractPageModel pageModel, CatalogVersionModel catalogVersion) Find restrictions for page by page and catalog version.Methods in de.hybris.platform.cms2.servicelayer.services with parameters of type AbstractRestrictionModelModifier and TypeMethodDescriptionbooleanCMSRestrictionService.evaluate(AbstractRestrictionModel restriction, RestrictionData restrictionDataInfo) Evaluates given restriction forRestrictionDatacontext object.default booleanCMSRestrictionService.relatedSharedSlots(AbstractRestrictionModel restrictionModel) Check if a restriction is related to a shared slot or not. -
Uses of AbstractRestrictionModel in de.hybris.platform.cms2.servicelayer.services.admin
Methods in de.hybris.platform.cms2.servicelayer.services.admin that return AbstractRestrictionModelModifier and TypeMethodDescriptionCMSAdminRestrictionService.getRestriction(String id) Returns a restriction via its idMethods in de.hybris.platform.cms2.servicelayer.services.admin that return types with arguments of type AbstractRestrictionModelModifier and TypeMethodDescriptionCMSAdminRestrictionService.getAllRestrictions()Returns all restrictionCMSAdminRestrictionService.getAllRestrictionsByType(String restrictionType) Returns all restriction of the given restriction typeCMSAdminRestrictionService.getAllRestrictionsByTypeNotLinkedToPage(String pageId, String restrictionType) Returns all restrictions of the given restriction type which are currently not linked to the given page (via its id)CMSAdminRestrictionService.getRestrictionsByName(String name) Returns a restriction via its nameCMSAdminRestrictionService.getRestrictionsForPage(AbstractPageModel page) Returns all restrictions which are applied on the given pageCMSAdminRestrictionService.getRestrictionsForPage(AbstractPageModel page, String restrictionType) Returns all restrictions of the given restriction type which are applied on the given pageCMSAdminRestrictionService.getRestrictionsForPage(String pageId, String restrictionType) Returns all restrictions of the given restriction type which are applied on the given page (via its id)Methods in de.hybris.platform.cms2.servicelayer.services.admin with parameters of type AbstractRestrictionModelModifier and TypeMethodDescriptionvoidCMSAdminRestrictionService.createRelation(AbstractPageModel page, AbstractRestrictionModel restriction) creates a new relation between the given page and the given restrictionvoidCMSAdminRestrictionService.deleteRelation(AbstractRestrictionModel restriction, AbstractPageModel page) deletes the relation between the restriction and the pagebooleanCMSAdminRestrictionService.hasOtherRelations(AbstractRestrictionModel restriction, AbstractPageModel page) Checks if a given restriction has also other relations than to the given page -
Uses of AbstractRestrictionModel in de.hybris.platform.cms2.servicelayer.services.admin.impl
Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl that return AbstractRestrictionModelMethods in de.hybris.platform.cms2.servicelayer.services.admin.impl that return types with arguments of type AbstractRestrictionModelModifier and TypeMethodDescriptionDefaultCMSAdminRestrictionService.getAllRestrictions()DefaultCMSAdminRestrictionService.getAllRestrictionsByType(String restrictionType) DefaultCMSAdminRestrictionService.getAllRestrictionsByTypeNotLinkedToPage(String pageId, String restrictionType) DefaultCMSAdminRestrictionService.getRestrictionsByName(String name) DefaultCMSAdminRestrictionService.getRestrictionsForPage(AbstractPageModel page) DefaultCMSAdminRestrictionService.getRestrictionsForPage(AbstractPageModel page, String restrictionType) DefaultCMSAdminRestrictionService.getRestrictionsForPage(String id, String restrictionType) Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl with parameters of type AbstractRestrictionModelModifier and TypeMethodDescriptionvoidDefaultCMSAdminRestrictionService.createRelation(AbstractPageModel page, AbstractRestrictionModel restriction) voidDefaultCMSAdminRestrictionService.deleteRelation(AbstractRestrictionModel restriction, AbstractPageModel page) booleanDefaultCMSAdminRestrictionService.hasOtherRelations(AbstractRestrictionModel restriction, AbstractPageModel page) protected voidDefaultCMSAdminRestrictionService.prepareRestricion(AbstractRestrictionModel res, String id, String name) -
Uses of AbstractRestrictionModel in de.hybris.platform.cms2.servicelayer.services.evaluator
Classes in de.hybris.platform.cms2.servicelayer.services.evaluator with type parameters of type AbstractRestrictionModelModifier and TypeInterfaceDescriptioninterfaceCMSRestrictionEvaluator<T extends AbstractRestrictionModel>Generic Interface for CMS restriction evaluators. -
Uses of AbstractRestrictionModel in de.hybris.platform.cms2.servicelayer.services.impl
Methods in de.hybris.platform.cms2.servicelayer.services.impl that return types with arguments of type AbstractRestrictionModelModifier and TypeMethodDescriptionDefaultCMSRestrictionService.getOwnRestrictionsForComponents(Collection<AbstractCMSComponentModel> components, CatalogVersionModel catalogVersion) DefaultCMSRestrictionService.getOwnRestrictionsForPage(AbstractPageModel pageModel, CatalogVersionModel catalogVersion) Methods in de.hybris.platform.cms2.servicelayer.services.impl with parameters of type AbstractRestrictionModelModifier and TypeMethodDescriptionbooleanDefaultCMSRestrictionService.evaluate(AbstractRestrictionModel restriction, RestrictionData restrictionDataInfo) Evaluates given restriction forRestrictionDatacontext object.protected booleanDefaultCMSRestrictionService.evaluateAnyRestriction(AbstractRestrictionModel restrictionModel, RestrictionData context) booleanDefaultCMSRestrictionService.relatedSharedSlots(AbstractRestrictionModel restrictionModel) Method parameters in de.hybris.platform.cms2.servicelayer.services.impl with type arguments of type AbstractRestrictionModelModifier and TypeMethodDescriptionprotected booleanDefaultCMSRestrictionService.evaluate(List<AbstractRestrictionModel> restrictions, RestrictionData data, boolean oneRestrictionApply) -
Uses of AbstractRestrictionModel in de.hybris.platform.cmscockpit.components.liveedit.impl
Method parameters in de.hybris.platform.cmscockpit.components.liveedit.impl with type arguments of type AbstractRestrictionModelModifier and TypeMethodDescriptionprotected <T> booleanDefaultPreviewLoader.isUserRestrictionIsApplicable(Class<T> restrictionClazz, Collection<AbstractRestrictionModel> restrictions) -
Uses of AbstractRestrictionModel in de.hybris.platform.cmsfacades.cmsitems.predicates
Methods in de.hybris.platform.cmsfacades.cmsitems.predicates with parameters of type AbstractRestrictionModelModifier and TypeMethodDescriptionbooleanHasRestrictionNameChangedPredicate.test(AbstractRestrictionModel abstractRestriction) -
Uses of AbstractRestrictionModel in de.hybris.platform.cmsfacades.cmsitems.validator
Methods in de.hybris.platform.cmsfacades.cmsitems.validator with parameters of type AbstractRestrictionModelModifier and TypeMethodDescriptionvoidDefaultAbstractRestrictionValidator.validate(AbstractRestrictionModel validatee) voidDefaultCreateAbstractRestrictionValidator.validate(AbstractRestrictionModel validatee) voidDefaultUpdateAbstractRestrictionValidator.validate(AbstractRestrictionModel validatee) Method to perform validation on a given object. -
Uses of AbstractRestrictionModel in de.hybris.platform.cmsfacades.pagesrestrictions.impl
Methods in de.hybris.platform.cmsfacades.pagesrestrictions.impl with parameters of type AbstractRestrictionModelModifier and TypeMethodDescriptionprotected PageRestrictionDataDefaultPageRestrictionFacade.buildPageRestrictionData(AbstractPageModel page, AbstractRestrictionModel restriction) Build a new page restriction dto to hold a single pageId - restrictionId pair. -
Uses of AbstractRestrictionModel in de.hybris.platform.marketplaceservices.model.restrictions
Modifier and TypeClassDescriptionclassGenerated model class for type CMSVendorRestriction first defined at extension marketplaceservices. -
Uses of AbstractRestrictionModel in de.hybris.platform.marketplaceservices.vendor
Methods in de.hybris.platform.marketplaceservices.vendor that return types with arguments of type AbstractRestrictionModelModifier and TypeMethodDescriptionVendorCMSService.getRestrictionByIdAndCatalogVersion(String id, CatalogVersionModel catalogVersion) get restriction by id and catalog version -
Uses of AbstractRestrictionModel in de.hybris.platform.marketplaceservices.vendor.impl
Methods in de.hybris.platform.marketplaceservices.vendor.impl that return types with arguments of type AbstractRestrictionModelModifier and TypeMethodDescriptionDefaultVendorCMSService.getRestrictionByIdAndCatalogVersion(String id, CatalogVersionModel catalogVersion) -
Uses of AbstractRestrictionModel in de.hybris.platform.sap.productconfig.services.model
Modifier and TypeClassDescriptionclassGenerated model class for type CMSCartConfigurationRestriction first defined at extension sapproductconfigservices.