Class UserModelToDataPopulator
- java.lang.Object
-
- de.hybris.platform.cmsfacades.users.populator.UserModelToDataPopulator
-
-
Constructor Summary
Constructors Constructor Description UserModelToDataPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CMSUserServicegetCmsUserService()voidpopulate(UserModel userModel, UserData target)Populate the target instance with values from the source instance.voidsetCmsUserService(CMSUserService cmsUserService)
-
-
-
Method Detail
-
populate
public void populate(UserModel userModel, UserData target) throws ConversionException
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
protected CMSUserService getCmsUserService()
-
setCmsUserService
public void setCmsUserService(CMSUserService cmsUserService)
-
-