Class UserModelToDataPopulator
java.lang.Object
de.hybris.platform.cmsfacades.users.populator.UserModelToDataPopulator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CMSUserServicevoidPopulate the target instance with values from the source instance.voidsetCmsUserService(CMSUserService cmsUserService)
-
Constructor Details
-
UserModelToDataPopulator
public UserModelToDataPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<UserModel,UserData> - Parameters:
userModel- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getCmsUserService
-
setCmsUserService
-