public class UserGroupDataPopulator extends java.lang.Object implements Populator<UserGroupModel,UserGroupData>
UserGroupData instance from the UserGroupModel source data model.| Constructor and Description |
|---|
UserGroupDataPopulator() |
| Modifier and Type | Method and Description |
|---|---|
protected LocalizedPopulator |
getLocalizedPopulator() |
protected java.util.Map<java.lang.String,java.lang.String> |
getNewNameMap(UserGroupData target) |
void |
populate(UserGroupModel source,
UserGroupData target)
Populate the target instance with values from the source instance.
|
void |
setLocalizedPopulator(LocalizedPopulator localizedPopulator) |
public void populate(UserGroupModel source, UserGroupData target) throws ConversionException
Populatorpopulate in interface Populator<UserGroupModel,UserGroupData>source - the source objecttarget - the target to fillConversionException - if an error occursprotected java.util.Map<java.lang.String,java.lang.String> getNewNameMap(UserGroupData target)
protected LocalizedPopulator getLocalizedPopulator()
public void setLocalizedPopulator(LocalizedPopulator localizedPopulator)
Copyright © 2018 SAP SE. All Rights Reserved.