Uses of Class
de.hybris.platform.cms2.jalo.restrictions.CampaignRestriction
-
Packages that use CampaignRestriction Package Description de.hybris.platform.cms2.jalo -
-
Uses of CampaignRestriction in de.hybris.platform.cms2.jalo
Methods in de.hybris.platform.cms2.jalo that return CampaignRestriction Modifier and Type Method Description CampaignRestrictionGeneratedCms2Manager. createCMSCampaignRestriction(SessionContext ctx, java.util.Map attributeValues)CampaignRestrictionGeneratedCms2Manager. createCMSCampaignRestriction(java.util.Map attributeValues)Methods in de.hybris.platform.cms2.jalo that return types with arguments of type CampaignRestriction Modifier and Type Method Description java.util.Collection<CampaignRestriction>GeneratedCms2Manager. getRestrictions(Campaign item)Generated method - Getter of theCampaign.restrictionsattribute.java.util.Collection<CampaignRestriction>GeneratedCms2Manager. getRestrictions(SessionContext ctx, Campaign item)Generated method - Getter of theCampaign.restrictionsattribute.Methods in de.hybris.platform.cms2.jalo with parameters of type CampaignRestriction Modifier and Type Method Description voidGeneratedCms2Manager. addToRestrictions(Campaign item, CampaignRestriction value)Generated method - Addsvalueto restrictions.voidGeneratedCms2Manager. addToRestrictions(SessionContext ctx, Campaign item, CampaignRestriction value)Generated method - Addsvalueto restrictions.voidGeneratedCms2Manager. removeFromRestrictions(Campaign item, CampaignRestriction value)Generated method - Removesvaluefrom restrictions.voidGeneratedCms2Manager. removeFromRestrictions(SessionContext ctx, Campaign item, CampaignRestriction value)Generated method - Removesvaluefrom restrictions.Method parameters in de.hybris.platform.cms2.jalo with type arguments of type CampaignRestriction Modifier and Type Method Description voidGeneratedCms2Manager. setRestrictions(Campaign item, java.util.Collection<CampaignRestriction> value)Generated method - Setter of theCampaign.restrictionsattribute.voidGeneratedCms2Manager. setRestrictions(SessionContext ctx, Campaign item, java.util.Collection<CampaignRestriction> value)Generated method - Setter of theCampaign.restrictionsattribute.
-