Uses of Class
de.hybris.platform.cms2.jalo.restrictions.CMSInverseRestriction
Packages that use CMSInverseRestriction
-
Uses of CMSInverseRestriction in de.hybris.platform.cms2.jalo
Methods in de.hybris.platform.cms2.jalo that return CMSInverseRestrictionModifier and TypeMethodDescriptionGeneratedCms2Manager.createCMSInverseRestriction(SessionContext ctx, Map attributeValues) GeneratedCms2Manager.createCMSInverseRestriction(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 CMSInverseRestrictionModifier and TypeFieldDescriptionprotected static final 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 CMSInverseRestrictionModifier and TypeMethodDescriptionGeneratedAbstractRestriction.getInverseRestrictions()Generated method - Getter of theAbstractRestriction.inverseRestrictionsattribute.GeneratedAbstractRestriction.getInverseRestrictions(SessionContext ctx) Generated method - Getter of theAbstractRestriction.inverseRestrictionsattribute.Methods in de.hybris.platform.cms2.jalo.restrictions with parameters of type CMSInverseRestrictionModifier and TypeMethodDescriptionvoidGeneratedAbstractRestriction.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 CMSInverseRestrictionModifier and TypeMethodDescriptionvoidGeneratedAbstractRestriction.setInverseRestrictions(SessionContext ctx, Collection<CMSInverseRestriction> value) Generated method - Setter of theAbstractRestriction.inverseRestrictionsattribute.voidGeneratedAbstractRestriction.setInverseRestrictions(Collection<CMSInverseRestriction> value) Generated method - Setter of theAbstractRestriction.inverseRestrictionsattribute.