Class Y2TicketMessageUpdatePopulator<SOURCE extends TicketData,TARGET extends Note>
- java.lang.Object
-
- de.hybris.platform.customerticketingc4cintegration.converters.populators.Y2TicketMessageUpdatePopulator<SOURCE,TARGET>
-
- Type Parameters:
SOURCE-TARGET-
- All Implemented Interfaces:
Populator<SOURCE,TARGET>
public class Y2TicketMessageUpdatePopulator<SOURCE extends TicketData,TARGET extends Note> extends java.lang.Object implements Populator<SOURCE,TARGET>
TicketData -> Note populator, Used for update calls
-
-
Constructor Summary
Constructors Constructor Description Y2TicketMessageUpdatePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(SOURCE source, TARGET target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(SOURCE source, TARGET target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SOURCE extends TicketData,TARGET extends Note>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
-