Class UserGroupRaoPopulator
java.lang.Object
de.hybris.platform.ruleengineservices.converters.populator.UserGroupRaoPopulator
- All Implemented Interfaces:
Populator<UserGroupModel,UserGroupRAO>
Populates UserGroupRAO from PrincipalGroupModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(UserGroupModel source, UserGroupRAO target) Populate the target instance with values from the source instance.
-
Constructor Details
-
UserGroupRaoPopulator
public UserGroupRaoPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<UserGroupModel,UserGroupRAO> - Parameters:
source- the source objecttarget- the target to fill
-