Class UserRaoPopulator
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.converters.populator.UserRaoPopulator
-
-
Constructor Summary
Constructors Constructor Description UserRaoPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Converter<UserGroupModel,UserGroupRAO>getUserGroupConverter()protected UserServicegetUserService()voidpopulate(UserModel source, UserRAO target)Populate the target instance with values from the source instance.voidsetUserGroupConverter(Converter<UserGroupModel,UserGroupRAO> userGroupConverter)voidsetUserService(UserService userService)
-
-
-
Method Detail
-
populate
public void populate(UserModel source, UserRAO target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.
-
getUserGroupConverter
protected Converter<UserGroupModel,UserGroupRAO> getUserGroupConverter()
-
setUserGroupConverter
public void setUserGroupConverter(Converter<UserGroupModel,UserGroupRAO> userGroupConverter)
-
getUserService
protected UserService getUserService()
-
setUserService
public void setUserService(UserService userService)
-
-