Class Y2C4CB2BTicketPopulator<SOURCE extends TicketData,TARGET extends ServiceRequestData>
- java.lang.Object
-
- de.hybris.platform.customerticketingc4cb2bintegration.converters.populators.Y2C4CB2BTicketPopulator<SOURCE,TARGET>
-
- All Implemented Interfaces:
Populator<SOURCE,TARGET>
public class Y2C4CB2BTicketPopulator<SOURCE extends TicketData,TARGET extends ServiceRequestData> extends java.lang.Object implements Populator<SOURCE,TARGET>
Populator for B2B external customer id
-
-
Field Summary
Fields Modifier and Type Field Description protected B2BUserFacadeb2bUserFacade
-
Constructor Summary
Constructors Constructor Description Y2C4CB2BTicketPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(TicketData source, ServiceRequestData target)Populate the target instance with values from the source instance.
-
-
-
Field Detail
-
b2bUserFacade
protected B2BUserFacade b2bUserFacade
-
-
Method Detail
-
populate
public void populate(TicketData source, ServiceRequestData 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 ServiceRequestData>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
-