Uses of Class
de.hybris.platform.cmsfacades.data.RestrictionTypeData
-
Packages that use RestrictionTypeData Package Description de.hybris.platform.cmsfacades.restrictions de.hybris.platform.cmsfacades.restrictions.impl -
-
Uses of RestrictionTypeData in de.hybris.platform.cmsfacades.restrictions
Methods in de.hybris.platform.cmsfacades.restrictions that return types with arguments of type RestrictionTypeData Modifier and Type Method Description java.util.List<RestrictionTypeData>
RestrictionFacade. findAllRestrictionTypes()
Find all restriction types. -
Uses of RestrictionTypeData in de.hybris.platform.cmsfacades.restrictions.impl
Methods in de.hybris.platform.cmsfacades.restrictions.impl that return types with arguments of type RestrictionTypeData Modifier and Type Method Description java.util.List<RestrictionTypeData>
DefaultRestrictionFacade. findAllRestrictionTypes()
protected Converter<RestrictionTypeModel,RestrictionTypeData>
DefaultRestrictionFacade. getRestrictionTypeModelConverter()
Method parameters in de.hybris.platform.cmsfacades.restrictions.impl with type arguments of type RestrictionTypeData Modifier and Type Method Description void
DefaultRestrictionFacade. setRestrictionTypeModelConverter(Converter<RestrictionTypeModel,RestrictionTypeData> restrictionTypeModelConverter)
-