Package com.hybris.yprofile.populators
Class UIDPopulator
- java.lang.Object
-
- com.hybris.yprofile.populators.UIDPopulator
-
- All Implemented Interfaces:
Populator<ChangeUIDEvent,UID>
public class UIDPopulator extends java.lang.Object implements Populator<ChangeUIDEvent,UID>
-
-
Constructor Summary
Constructors Constructor Description UIDPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(ChangeUIDEvent event, UID uid)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(ChangeUIDEvent event, UID uid) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<ChangeUIDEvent,UID>- Parameters:
event- the source objectuid- the target to fill- Throws:
ConversionException- if an error occurs
-
-