Uses of Class
de.hybris.platform.cms2.jalo.restrictions.CMSInverseRestriction
-
Packages that use CMSInverseRestriction Package Description de.hybris.platform.cms2.jalo de.hybris.platform.cms2.jalo.restrictions -
-
Uses of CMSInverseRestriction in de.hybris.platform.cms2.jalo
Methods in de.hybris.platform.cms2.jalo that return CMSInverseRestriction Modifier and Type Method Description CMSInverseRestrictionGeneratedCms2Manager. createCMSInverseRestriction(SessionContext ctx, java.util.Map attributeValues)CMSInverseRestrictionGeneratedCms2Manager. createCMSInverseRestriction(java.util.Map attributeValues) -
Uses of CMSInverseRestriction in de.hybris.platform.cms2.jalo.restrictions
Fields in de.hybris.platform.cms2.jalo.restrictions with type parameters of type CMSInverseRestriction Modifier and Type Field Description protected static OneToManyHandler<CMSInverseRestriction>GeneratedAbstractRestriction. INVERSERESTRICTIONSHANDLEROneToManyHandlerfor handling 1:n INVERSERESTRICTIONS's relation attributes from 'many' side.Methods in de.hybris.platform.cms2.jalo.restrictions that return types with arguments of type CMSInverseRestriction Modifier and Type Method Description java.util.Collection<CMSInverseRestriction>GeneratedAbstractRestriction. getInverseRestrictions()Generated method - Getter of theAbstractRestriction.inverseRestrictionsattribute.java.util.Collection<CMSInverseRestriction>GeneratedAbstractRestriction. getInverseRestrictions(SessionContext ctx)Generated method - Getter of theAbstractRestriction.inverseRestrictionsattribute.Methods in de.hybris.platform.cms2.jalo.restrictions with parameters of type CMSInverseRestriction Modifier and Type Method Description voidGeneratedAbstractRestriction. addToInverseRestrictions(CMSInverseRestriction value)Generated method - Addsvalueto inverseRestrictions.voidGeneratedAbstractRestriction. addToInverseRestrictions(SessionContext ctx, CMSInverseRestriction value)Generated method - Addsvalueto inverseRestrictions.voidGeneratedAbstractRestriction. removeFromInverseRestrictions(CMSInverseRestriction value)Generated method - Removesvaluefrom inverseRestrictions.voidGeneratedAbstractRestriction. removeFromInverseRestrictions(SessionContext ctx, CMSInverseRestriction value)Generated method - Removesvaluefrom inverseRestrictions.Method parameters in de.hybris.platform.cms2.jalo.restrictions with type arguments of type CMSInverseRestriction Modifier and Type Method Description voidGeneratedAbstractRestriction. setInverseRestrictions(SessionContext ctx, java.util.Collection<CMSInverseRestriction> value)Generated method - Setter of theAbstractRestriction.inverseRestrictionsattribute.voidGeneratedAbstractRestriction. setInverseRestrictions(java.util.Collection<CMSInverseRestriction> value)Generated method - Setter of theAbstractRestriction.inverseRestrictionsattribute.
-