Class UserGroupDataPopulator
- java.lang.Object
-
- de.hybris.platform.cmsfacades.usergroups.populator.UserGroupDataPopulator
-
- All Implemented Interfaces:
Populator<UserGroupModel,UserGroupData>
public class UserGroupDataPopulator extends java.lang.Object implements Populator<UserGroupModel,UserGroupData>
Populates aUserGroupDatainstance from theUserGroupModelsource data model.
-
-
Constructor Summary
Constructors Constructor Description UserGroupDataPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LocalizedPopulatorgetLocalizedPopulator()protected java.util.Map<java.lang.String,java.lang.String>getNewNameMap(UserGroupData target)voidpopulate(UserGroupModel source, UserGroupData target)Populate the target instance with values from the source instance.voidsetLocalizedPopulator(LocalizedPopulator localizedPopulator)
-
-
-
Method Detail
-
populate
public void populate(UserGroupModel source, UserGroupData target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<UserGroupModel,UserGroupData>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getNewNameMap
protected java.util.Map<java.lang.String,java.lang.String> getNewNameMap(UserGroupData target)
-
getLocalizedPopulator
protected LocalizedPopulator getLocalizedPopulator()
-
setLocalizedPopulator
public void setLocalizedPopulator(LocalizedPopulator localizedPopulator)
-
-