Class UserGroupDataPopulator
java.lang.Object
de.hybris.platform.cmsfacades.usergroups.populator.UserGroupDataPopulator
- All Implemented Interfaces:
Populator<UserGroupModel,UserGroupData>
public class UserGroupDataPopulator
extends Object
implements Populator<UserGroupModel,UserGroupData>
Populates a
UserGroupData instance from the UserGroupModel source data model.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected LocalizedPopulatorgetNewNameMap(UserGroupData target) voidpopulate(UserGroupModel source, UserGroupData target) Populate the target instance with values from the source instance.voidsetLocalizedPopulator(LocalizedPopulator localizedPopulator)
-
Constructor Details
-
UserGroupDataPopulator
public UserGroupDataPopulator()
-
-
Method Details
-
populate
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
-
getLocalizedPopulator
-
setLocalizedPopulator
-