Uses of Class
de.hybris.platform.cms2.model.restrictions.AbstractRestrictionModel
-
-
Uses of AbstractRestrictionModel in de.hybris.platform.acceleratorcms.component.cache.impl
Methods in de.hybris.platform.acceleratorcms.component.cache.impl with parameters of type AbstractRestrictionModel Modifier and Type Method Description protected java.lang.StringBuilderDefaultCmsCacheKeyProvider. getKeyForRestriction(javax.servlet.http.HttpServletRequest request, AbstractRestrictionModel restriction)protected java.lang.StringDefaultCmsCacheKeyProvider. handleRestrictionEvaluationException(javax.servlet.http.HttpServletRequest request, SimpleCMSComponentModel component, AbstractRestrictionModel restriction, RestrictionEvaluationException e) -
Uses of AbstractRestrictionModel in de.hybris.platform.acceleratorcms.model.restrictions
Subclasses of AbstractRestrictionModel in de.hybris.platform.acceleratorcms.model.restrictions Modifier and Type Class Description classCMSActionRestrictionModelGenerated model class for type CMSActionRestriction first defined at extension acceleratorcms.classCMSUiExperienceRestrictionModelGenerated 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 AbstractRestrictionModel Modifier and Type Method Description protected voidRankingCMSRestrictionService. evaluatePageRestrictions(RestrictionData data, java.util.NavigableMap<java.lang.Integer,java.util.List<AbstractPageModel>> allowedPages, AbstractPageModel page, java.util.List<AbstractRestrictionModel> restrictions) -
Uses of AbstractRestrictionModel in de.hybris.platform.cms2.model
Methods in de.hybris.platform.cms2.model with parameters of type AbstractRestrictionModel Modifier and Type Method Description java.lang.StringAbstractRestrictionDescriptionAttributeHandler. get(AbstractRestrictionModel model)voidAbstractRestrictionDescriptionAttributeHandler. set(AbstractRestrictionModel model, java.lang.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 AbstractRestrictionModel Modifier and Type Method Description java.util.List<AbstractRestrictionModel>AbstractCMSComponentModel. 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 AbstractRestrictionModel Modifier and Type Method Description voidAbstractCMSComponentModel. setRestrictions(java.util.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 AbstractRestrictionModel Modifier and Type Method Description java.util.List<AbstractRestrictionModel>AbstractPageModel. getRestrictions()Generated method - Getter of theAbstractPage.restrictionsattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.pages with type arguments of type AbstractRestrictionModel Modifier and Type Method Description voidAbstractPageModel. setRestrictions(java.util.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.restrictions Modifier and Type Class Description classASMCMSUserGroupRestrictionModelGenerated model class for type ASMCMSUserGroupRestriction first defined at extension assistedservicestorefront.classAssistedServiceSessionRestrictionModelGenerated model class for type AssistedServiceSessionRestriction first defined at extension assistedservicestorefront.classCMSBaseStoreTimeRestrictionModelGenerated model class for type CMSBaseStoreTimeRestriction first defined at extension cms2.classCMSCampaignRestrictionModelGenerated model class for type CMSCampaignRestriction first defined at extension cms2.classCMSCatalogRestrictionModelGenerated model class for type CMSCatalogRestriction first defined at extension cms2.classCMSCategoryRestrictionModelGenerated model class for type CMSCategoryRestriction first defined at extension cms2.classCMSInverseRestrictionModelGenerated model class for type CMSInverseRestriction first defined at extension cms2.classCMSProductRestrictionModelGenerated model class for type CMSProductRestriction first defined at extension cms2.classCMSTimeRestrictionModelGenerated model class for type CMSTimeRestriction first defined at extension cms2.classCMSUserGroupRestrictionModelGenerated model class for type CMSUserGroupRestriction first defined at extension cms2.classCMSUserRestrictionModelGenerated model class for type CMSUserRestriction first defined at extension cms2.Methods in de.hybris.platform.cms2.model.restrictions that return AbstractRestrictionModel Modifier and Type Method Description AbstractRestrictionModelCMSInverseRestrictionModel. getOriginalRestriction()Generated method - Getter of theCMSInverseRestriction.originalRestrictionattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.restrictions with parameters of type AbstractRestrictionModel Modifier and Type Method Description voidCMSInverseRestrictionModel. setOriginalRestriction(AbstractRestrictionModel value)Generated method - Setter ofCMSInverseRestriction.originalRestrictionattribute defined at extensioncms2.Constructors in de.hybris.platform.cms2.model.restrictions with parameters of type AbstractRestrictionModel Constructor Description CMSInverseRestrictionModel(CatalogVersionModel _catalogVersion, AbstractRestrictionModel _originalRestriction, ItemModel _owner, java.lang.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, java.lang.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 AbstractRestrictionModel Modifier and Type Method Description java.util.List<AbstractRestrictionModel>CMSRestrictionDao. findRestrictions(CatalogVersionModel catalogVersion)Find all restrictions by catalog version.java.util.List<AbstractRestrictionModel>CMSRestrictionDao. findRestrictionsById(java.lang.String id, CatalogVersionModel catalogVersion)Find restrictions by id and catalog version.java.util.List<AbstractRestrictionModel>CMSRestrictionDao. findRestrictionsByName(java.lang.String name, CatalogVersionModel catalogVersion)Find restrictions by name and catalog version.java.util.List<AbstractRestrictionModel>CMSRestrictionDao. findRestrictionsByType(ComposedTypeModel composedType, CatalogVersionModel catalogVersion)Find restrictions by composed type and catalog version.java.util.List<AbstractRestrictionModel>CMSRestrictionDao. findRestrictionsByTypeNotLinkedToPage(AbstractPageModel page, ComposedTypeModel composedType, CatalogVersionModel catalogVersion)Find restrictions by type not linked to page.default java.util.List<AbstractRestrictionModel>CMSRestrictionDao. findRestrictionsForPage(AbstractPageModel page, CatalogVersionModel catalogVersion)Find restrictions for page by page and catalog version.java.util.List<AbstractRestrictionModel>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 AbstractRestrictionModel Modifier and Type Method Description java.util.List<AbstractRestrictionModel>DefaultCMSRestrictionDao. findRestrictions(CatalogVersionModel catalogVersion)java.util.List<AbstractRestrictionModel>DefaultCMSRestrictionDao. findRestrictionsById(java.lang.String id, CatalogVersionModel catalogVersion)Find restrictions by id and catalog version.java.util.List<AbstractRestrictionModel>DefaultCMSRestrictionDao. findRestrictionsByName(java.lang.String name, CatalogVersionModel catalogVersion)Find restrictions by name and catalog version.java.util.List<AbstractRestrictionModel>DefaultCMSRestrictionDao. findRestrictionsByType(ComposedTypeModel composedType, CatalogVersionModel catalogVersion)Find restrictions by composed type and catalog version.java.util.List<AbstractRestrictionModel>DefaultCMSRestrictionDao. findRestrictionsByTypeNotLinkedToPage(AbstractPageModel page, ComposedTypeModel composedType, CatalogVersionModel catalogVersion)Find restrictions by type not linked to page.java.util.List<AbstractRestrictionModel>DefaultCMSRestrictionDao. findRestrictionsForPage(AbstractPageModel page, CatalogVersionModel catalogVersion)Find restrictions for page by page and catalog version.java.util.List<AbstractRestrictionModel>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.services
Methods in de.hybris.platform.cms2.servicelayer.services with parameters of type AbstractRestrictionModel Modifier and Type Method Description booleanCMSRestrictionService. evaluate(AbstractRestrictionModel restriction, RestrictionData restrictionDataInfo)Evaluates given restriction forRestrictionDatacontext object. -
Uses of AbstractRestrictionModel in de.hybris.platform.cms2.servicelayer.services.admin
Methods in de.hybris.platform.cms2.servicelayer.services.admin that return AbstractRestrictionModel Modifier and Type Method Description AbstractRestrictionModelCMSAdminRestrictionService. getRestriction(java.lang.String id)Returns a restriction via its idMethods in de.hybris.platform.cms2.servicelayer.services.admin that return types with arguments of type AbstractRestrictionModel Modifier and Type Method Description java.util.Collection<AbstractRestrictionModel>CMSAdminRestrictionService. getAllRestrictions()Returns all restrictionjava.util.Collection<AbstractRestrictionModel>CMSAdminRestrictionService. getAllRestrictionsByType(java.lang.String restrictionType)Returns all restriction of the given restriction typejava.util.Collection<AbstractRestrictionModel>CMSAdminRestrictionService. getAllRestrictionsByTypeNotLinkedToPage(java.lang.String pageId, java.lang.String restrictionType)Returns all restrictions of the given restriction type which are currently not linked to the given page (via its id)java.util.List<AbstractRestrictionModel>CMSAdminRestrictionService. getRestrictionsByName(java.lang.String name)Returns a restriction via its namejava.util.Collection<AbstractRestrictionModel>CMSAdminRestrictionService. getRestrictionsForPage(AbstractPageModel page)Returns all restrictions which are applied on the given pagejava.util.Collection<AbstractRestrictionModel>CMSAdminRestrictionService. getRestrictionsForPage(AbstractPageModel page, java.lang.String restrictionType)Returns all restrictions of the given restriction type which are applied on the given pagejava.util.Collection<AbstractRestrictionModel>CMSAdminRestrictionService. getRestrictionsForPage(java.lang.String pageId, java.lang.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 AbstractRestrictionModel Modifier and Type Method Description voidCMSAdminRestrictionService. 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 AbstractRestrictionModel Modifier and Type Method Description AbstractRestrictionModelDefaultCMSAdminRestrictionService. getRestriction(java.lang.String id)Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl that return types with arguments of type AbstractRestrictionModel Modifier and Type Method Description java.util.Collection<AbstractRestrictionModel>DefaultCMSAdminRestrictionService. getAllRestrictions()java.util.Collection<AbstractRestrictionModel>DefaultCMSAdminRestrictionService. getAllRestrictionsByType(java.lang.String restrictionType)java.util.Collection<AbstractRestrictionModel>DefaultCMSAdminRestrictionService. getAllRestrictionsByTypeNotLinkedToPage(java.lang.String pageId, java.lang.String restrictionType)java.util.List<AbstractRestrictionModel>DefaultCMSAdminRestrictionService. getRestrictionsByName(java.lang.String name)java.util.Collection<AbstractRestrictionModel>DefaultCMSAdminRestrictionService. getRestrictionsForPage(AbstractPageModel page)java.util.Collection<AbstractRestrictionModel>DefaultCMSAdminRestrictionService. getRestrictionsForPage(AbstractPageModel page, java.lang.String restrictionType)java.util.Collection<AbstractRestrictionModel>DefaultCMSAdminRestrictionService. getRestrictionsForPage(java.lang.String id, java.lang.String restrictionType)Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl with parameters of type AbstractRestrictionModel Modifier and Type Method Description voidDefaultCMSAdminRestrictionService. createRelation(AbstractPageModel page, AbstractRestrictionModel restriction)voidDefaultCMSAdminRestrictionService. deleteRelation(AbstractRestrictionModel restriction, AbstractPageModel page)booleanDefaultCMSAdminRestrictionService. hasOtherRelations(AbstractRestrictionModel restriction, AbstractPageModel page)protected voidDefaultCMSAdminRestrictionService. prepareRestricion(AbstractRestrictionModel res, java.lang.String id, java.lang.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 AbstractRestrictionModel Modifier and Type Interface Description interfaceCMSRestrictionEvaluator<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 with parameters of type AbstractRestrictionModel Modifier and Type Method Description booleanDefaultCMSRestrictionService. evaluate(AbstractRestrictionModel restriction, RestrictionData restrictionDataInfo)Evaluates given restriction forRestrictionDatacontext object.protected booleanDefaultCMSRestrictionService. evaluateAnyRestriction(AbstractRestrictionModel restrictionModel, RestrictionData context)Method parameters in de.hybris.platform.cms2.servicelayer.services.impl with type arguments of type AbstractRestrictionModel Modifier and Type Method Description protected booleanDefaultCMSRestrictionService. evaluate(java.util.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 AbstractRestrictionModel Modifier and Type Method Description protected <T> booleanDefaultPreviewLoader. isUserRestrictionIsApplicable(java.lang.Class<T> restrictionClazz, java.util.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 AbstractRestrictionModel Modifier and Type Method Description booleanHasRestrictionNameChangedPredicate. 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 AbstractRestrictionModel Modifier and Type Method Description voidDefaultAbstractRestrictionValidator. 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 AbstractRestrictionModel Modifier and Type Method Description protected 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
Subclasses of AbstractRestrictionModel in de.hybris.platform.marketplaceservices.model.restrictions Modifier and Type Class Description classCMSVendorRestrictionModelGenerated 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 AbstractRestrictionModel Modifier and Type Method Description java.util.Optional<AbstractRestrictionModel>VendorCMSService. getRestrictionByIdAndCatalogVersion(java.lang.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 AbstractRestrictionModel Modifier and Type Method Description java.util.Optional<AbstractRestrictionModel>DefaultVendorCMSService. getRestrictionByIdAndCatalogVersion(java.lang.String id, CatalogVersionModel catalogVersion) -
Uses of AbstractRestrictionModel in de.hybris.platform.sap.productconfig.services.model
Subclasses of AbstractRestrictionModel in de.hybris.platform.sap.productconfig.services.model Modifier and Type Class Description classCMSCartConfigurationRestrictionModelGenerated model class for type CMSCartConfigurationRestriction first defined at extension sapproductconfigservices. -
Uses of AbstractRestrictionModel in de.hybris.platform.secureportaladdon.model.restrictions
Subclasses of AbstractRestrictionModel in de.hybris.platform.secureportaladdon.model.restrictions Modifier and Type Class Description classCMSSecurePortalRestrictionModelGenerated model class for type CMSSecurePortalRestriction first defined at extension secureportaladdon.
-