Uses of Class
de.hybris.platform.ruleengineservices.rao.UserRAO
-
-
Uses of UserRAO in de.hybris.platform.personalizationpromotions.populator
Methods in de.hybris.platform.personalizationpromotions.populator with parameters of type UserRAO Modifier and Type Method Description voidCxPromotionUserRAOPopulator. populate(UserModel source, UserRAO target) -
Uses of UserRAO in de.hybris.platform.ruleengineservices.converters.populator
Methods in de.hybris.platform.ruleengineservices.converters.populator that return types with arguments of type UserRAO Modifier and Type Method Description protected Converter<UserModel,UserRAO>AbstractOrderRaoPopulator. getUserConverter()Methods in de.hybris.platform.ruleengineservices.converters.populator with parameters of type UserRAO Modifier and Type Method Description voidUserRaoPopulator. populate(UserModel source, UserRAO target)Method parameters in de.hybris.platform.ruleengineservices.converters.populator with type arguments of type UserRAO Modifier and Type Method Description voidAbstractOrderRaoPopulator. setUserConverter(Converter<UserModel,UserRAO> userConverter) -
Uses of UserRAO in de.hybris.platform.ruleengineservices.rao
Methods in de.hybris.platform.ruleengineservices.rao that return UserRAO Modifier and Type Method Description UserRAOAbstractOrderRAO. getUser()Methods in de.hybris.platform.ruleengineservices.rao with parameters of type UserRAO Modifier and Type Method Description voidAbstractOrderRAO. setUser(UserRAO user) -
Uses of UserRAO in de.hybris.platform.ruleengineservices.rao.providers.impl
Methods in de.hybris.platform.ruleengineservices.rao.providers.impl with parameters of type UserRAO Modifier and Type Method Description protected voidDefaultCartRAOProvider. addUserGroups(java.util.Set<java.lang.Object> facts, UserRAO userRAO) -
Uses of UserRAO in de.hybris.platform.sap.productconfig.rules.rao.populator
Methods in de.hybris.platform.sap.productconfig.rules.rao.populator that return types with arguments of type UserRAO Modifier and Type Method Description protected Converter<UserModel,UserRAO>ProductConfigCartRAOPopulator. getUserConverter()Method parameters in de.hybris.platform.sap.productconfig.rules.rao.populator with type arguments of type UserRAO Modifier and Type Method Description voidProductConfigCartRAOPopulator. setUserConverter(Converter<UserModel,UserRAO> userConverter)
-