Class DefaultTicketListPopulator<SOURCE extends CsTicketModel,TARGET extends TicketData>
java.lang.Object
de.hybris.platform.customerticketingfacades.converters.populators.DefaultTicketListPopulator<SOURCE,TARGET>
- All Implemented Interfaces:
Populator<SOURCE,TARGET>
public class DefaultTicketListPopulator<SOURCE extends CsTicketModel,TARGET extends TicketData>
extends Object
implements Populator<SOURCE,TARGET>
Converter implementation for
CsTicketModel as source and
TicketData as target type.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(CsTicketModel source, TicketData target) Populate the target instance with values from the source instance.voidsetStatusMapping(Map<String, StatusData> statusMapping)
-
Constructor Details
-
DefaultTicketListPopulator
public DefaultTicketListPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SOURCE extends CsTicketModel,TARGET extends TicketData> - Parameters:
source- the source objecttarget- the target to fill
-
getStatusMapping
- Returns:
- the statusMapping
-
setStatusMapping
- Parameters:
statusMapping- the statusMapping to set
-