Uses of Class
de.hybris.platform.ruleengineservices.rao.CategoryRAO
-
Packages that use CategoryRAO Package Description de.hybris.platform.ruleengineservices.converters.populator de.hybris.platform.ruleengineservices.rao de.hybris.platform.ruleengineservices.rao.util -
-
Uses of CategoryRAO in de.hybris.platform.ruleengineservices.converters.populator
Methods in de.hybris.platform.ruleengineservices.converters.populator that return types with arguments of type CategoryRAO Modifier and Type Method Description protected java.util.Collection<CategoryRAO>
ProductRaoPopulator. getAllCategories(java.util.Collection<CategoryModel> categories)
protected Converter<CategoryModel,CategoryRAO>
ProductRaoPopulator. getCategoryConverter()
Methods in de.hybris.platform.ruleengineservices.converters.populator with parameters of type CategoryRAO Modifier and Type Method Description void
CategoryRaoPopulator. populate(CategoryModel source, CategoryRAO target)
Method parameters in de.hybris.platform.ruleengineservices.converters.populator with type arguments of type CategoryRAO Modifier and Type Method Description void
ProductRaoPopulator. setCategoryConverter(Converter<CategoryModel,CategoryRAO> categoryConverter)
-
Uses of CategoryRAO in de.hybris.platform.ruleengineservices.rao
Methods in de.hybris.platform.ruleengineservices.rao that return types with arguments of type CategoryRAO Modifier and Type Method Description java.util.Set<CategoryRAO>
ProductRAO. getCategories()
Method parameters in de.hybris.platform.ruleengineservices.rao with type arguments of type CategoryRAO Modifier and Type Method Description void
ProductRAO. setCategories(java.util.Set<CategoryRAO> categories)
-
Uses of CategoryRAO in de.hybris.platform.ruleengineservices.rao.util
Methods in de.hybris.platform.ruleengineservices.rao.util that return CategoryRAO Modifier and Type Method Description CategoryRAO
DefaultRaoService. createCategory()
-