Package com.hybris.yprofile.populators
Class UIDPopulator
java.lang.Object
com.hybris.yprofile.populators.UIDPopulator
- All Implemented Interfaces:
Populator<ChangeUIDEvent,UID>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(ChangeUIDEvent event, UID uid) Populate the target instance with values from the source instance.
-
Constructor Details
-
UIDPopulator
public UIDPopulator()
-
-
Method Details
-
populate
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
-