Uses of Class
de.hybris.platform.cms2.jalo.restrictions.AbstractRestriction
-
-
Uses of AbstractRestriction in com.hybris.ymkt.segmentation.jalo
Subclasses of AbstractRestriction in com.hybris.ymkt.segmentation.jalo Modifier and Type Class Description classCMSYmktCampaignRestrictionclassGeneratedCMSYmktCampaignRestrictionGenerated class for typeCMSYmktCampaignRestriction. -
Uses of AbstractRestriction in de.hybris.platform.acceleratorcms.jalo.restrictions
Subclasses of AbstractRestriction in de.hybris.platform.acceleratorcms.jalo.restrictions Modifier and Type Class Description classCMSActionRestrictionclassCMSUiExperienceRestrictionclassGeneratedCMSActionRestrictionGenerated class for typeCMSActionRestriction.classGeneratedCMSUiExperienceRestrictionGenerated class for typeCMSUiExperienceRestriction. -
Uses of AbstractRestriction in de.hybris.platform.cms2.jalo.contents.components
Methods in de.hybris.platform.cms2.jalo.contents.components that return types with arguments of type AbstractRestriction Modifier and Type Method Description java.util.List<AbstractRestriction>GeneratedAbstractCMSComponent. getRestrictions()Generated method - Getter of theAbstractCMSComponent.restrictionsattribute.java.util.List<AbstractRestriction>GeneratedAbstractCMSComponent. getRestrictions(SessionContext ctx)Generated method - Getter of theAbstractCMSComponent.restrictionsattribute.Methods in de.hybris.platform.cms2.jalo.contents.components with parameters of type AbstractRestriction Modifier and Type Method Description voidGeneratedAbstractCMSComponent. addToRestrictions(AbstractRestriction value)Generated method - Addsvalueto restrictions.voidGeneratedAbstractCMSComponent. addToRestrictions(SessionContext ctx, AbstractRestriction value)Generated method - Addsvalueto restrictions.voidGeneratedAbstractCMSComponent. removeFromRestrictions(AbstractRestriction value)Generated method - Removesvaluefrom restrictions.voidGeneratedAbstractCMSComponent. removeFromRestrictions(SessionContext ctx, AbstractRestriction value)Generated method - Removesvaluefrom restrictions.Method parameters in de.hybris.platform.cms2.jalo.contents.components with type arguments of type AbstractRestriction Modifier and Type Method Description voidGeneratedAbstractCMSComponent. setRestrictions(SessionContext ctx, java.util.List<AbstractRestriction> value)Generated method - Setter of theAbstractCMSComponent.restrictionsattribute.voidGeneratedAbstractCMSComponent. setRestrictions(java.util.List<AbstractRestriction> value)Generated method - Setter of theAbstractCMSComponent.restrictionsattribute. -
Uses of AbstractRestriction in de.hybris.platform.cms2.jalo.pages
Methods in de.hybris.platform.cms2.jalo.pages that return types with arguments of type AbstractRestriction Modifier and Type Method Description java.util.List<AbstractRestriction>GeneratedAbstractPage. getRestrictions()Generated method - Getter of theAbstractPage.restrictionsattribute.java.util.List<AbstractRestriction>GeneratedAbstractPage. getRestrictions(SessionContext ctx)Generated method - Getter of theAbstractPage.restrictionsattribute.Methods in de.hybris.platform.cms2.jalo.pages with parameters of type AbstractRestriction Modifier and Type Method Description voidGeneratedAbstractPage. addToRestrictions(AbstractRestriction value)Generated method - Addsvalueto restrictions.voidGeneratedAbstractPage. addToRestrictions(SessionContext ctx, AbstractRestriction value)Generated method - Addsvalueto restrictions.voidGeneratedAbstractPage. removeFromRestrictions(AbstractRestriction value)Generated method - Removesvaluefrom restrictions.voidGeneratedAbstractPage. removeFromRestrictions(SessionContext ctx, AbstractRestriction value)Generated method - Removesvaluefrom restrictions.Method parameters in de.hybris.platform.cms2.jalo.pages with type arguments of type AbstractRestriction Modifier and Type Method Description voidGeneratedAbstractPage. setRestrictions(SessionContext ctx, java.util.List<AbstractRestriction> value)Generated method - Setter of theAbstractPage.restrictionsattribute.voidGeneratedAbstractPage. setRestrictions(java.util.List<AbstractRestriction> value)Generated method - Setter of theAbstractPage.restrictionsattribute. -
Uses of AbstractRestriction in de.hybris.platform.cms2.jalo.restrictions
Methods in de.hybris.platform.cms2.jalo.restrictions that return AbstractRestriction Modifier and Type Method Description AbstractRestrictionGeneratedCMSInverseRestriction. getOriginalRestriction()Generated method - Getter of theCMSInverseRestriction.originalRestrictionattribute.AbstractRestrictionGeneratedCMSInverseRestriction. getOriginalRestriction(SessionContext ctx)Generated method - Getter of theCMSInverseRestriction.originalRestrictionattribute.Methods in de.hybris.platform.cms2.jalo.restrictions with parameters of type AbstractRestriction Modifier and Type Method Description voidGeneratedCMSInverseRestriction. setOriginalRestriction(AbstractRestriction value)Generated method - Setter of theCMSInverseRestriction.originalRestrictionattribute.voidGeneratedCMSInverseRestriction. setOriginalRestriction(SessionContext ctx, AbstractRestriction value)Generated method - Setter of theCMSInverseRestriction.originalRestrictionattribute. -
Uses of AbstractRestriction in de.hybris.platform.marketplaceservices.jalo.restrictions
Subclasses of AbstractRestriction in de.hybris.platform.marketplaceservices.jalo.restrictions Modifier and Type Class Description classGeneratedVendorRestrictionGenerated class for typeCMSVendorRestriction.classVendorRestriction -
Uses of AbstractRestriction in de.hybris.platform.sap.productconfig.services.jalo
Subclasses of AbstractRestriction in de.hybris.platform.sap.productconfig.services.jalo Modifier and Type Class Description classCMSCartConfigurationRestrictionCMS Restruction for configurable products within cartclassGeneratedCMSCartConfigurationRestrictionGenerated class for typeCMSCartConfigurationRestriction. -
Uses of AbstractRestriction in de.hybris.platform.secureportaladdon.jalo.restrictions
Subclasses of AbstractRestriction in de.hybris.platform.secureportaladdon.jalo.restrictions Modifier and Type Class Description classCMSSecurePortalRestrictionclassGeneratedCMSSecurePortalRestrictionGenerated class for typeCMSSecurePortalRestriction.
-