Uses of Class
de.hybris.platform.cms2.model.restrictions.CMSInverseRestrictionModel
-
Packages that use CMSInverseRestrictionModel Package Description de.hybris.platform.cms2.model Contains generated models for each type of de.hybris.platform.cms2.jalo package.de.hybris.platform.cms2.model.restrictions Contains generated models for each type of de.hybris.platform.cms2.jalo.restrictions package.de.hybris.platform.cms2.servicelayer.services.impl -
-
Uses of CMSInverseRestrictionModel in de.hybris.platform.cms2.model
Methods in de.hybris.platform.cms2.model with parameters of type CMSInverseRestrictionModel Modifier and Type Method Description java.lang.StringInverseRestrictionDescription. get(CMSInverseRestrictionModel model)voidInverseRestrictionDescription. set(CMSInverseRestrictionModel model, java.lang.String value) -
Uses of CMSInverseRestrictionModel in de.hybris.platform.cms2.model.restrictions
Methods in de.hybris.platform.cms2.model.restrictions that return types with arguments of type CMSInverseRestrictionModel Modifier and Type Method Description java.util.Collection<CMSInverseRestrictionModel>AbstractRestrictionModel. getInverseRestrictions()Generated method - Getter of theAbstractRestriction.inverseRestrictionsattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.restrictions with type arguments of type CMSInverseRestrictionModel Modifier and Type Method Description voidAbstractRestrictionModel. setInverseRestrictions(java.util.Collection<CMSInverseRestrictionModel> value)Generated method - Setter ofAbstractRestriction.inverseRestrictionsattribute defined at extensioncms2. -
Uses of CMSInverseRestrictionModel in de.hybris.platform.cms2.servicelayer.services.impl
Methods in de.hybris.platform.cms2.servicelayer.services.impl that return CMSInverseRestrictionModel Modifier and Type Method Description protected CMSInverseRestrictionModelDefaultCMSRestrictionServiceIntegrationTest. getInverseTimeRestriction(int before, int after)
-