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.String
InverseRestrictionDescription. get(CMSInverseRestrictionModel model)
void
InverseRestrictionDescription. 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.inverseRestrictions
attribute defined at extensioncms2
.Method parameters in de.hybris.platform.cms2.model.restrictions with type arguments of type CMSInverseRestrictionModel Modifier and Type Method Description void
AbstractRestrictionModel. setInverseRestrictions(java.util.Collection<CMSInverseRestrictionModel> value)
Generated method - Setter ofAbstractRestriction.inverseRestrictions
attribute 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 CMSInverseRestrictionModel
DefaultCMSRestrictionServiceIntegrationTest. getInverseTimeRestriction(int before, int after)
-