Class UserGroupPopulator
- java.lang.Object
-
- de.hybris.platform.commercefacades.customergroups.converters.populator.UserGroupPopulator
-
- All Implemented Interfaces:
Populator<UserGroupModel,UserGroupData>
public class UserGroupPopulator extends java.lang.Object implements Populator<UserGroupModel,UserGroupData>
Default populator, convert UserGroupModel to UserGroupData
-
-
Constructor Summary
Constructors Constructor Description UserGroupPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(UserGroupModel source, UserGroupData target)Populate the target instance with values from the source instance.
-
-
-
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
-
-