Class GeneralActivityTicketPopulator
java.lang.Object
de.hybris.platform.assistedservicefacades.customer360.populators.GeneralActivityTicketPopulator
- All Implemented Interfaces:
Populator<CsTicketModel,GeneralActivityData>
public class GeneralActivityTicketPopulator
extends Object
implements Populator<CsTicketModel,GeneralActivityData>
CustomerTicketModel -> GeenralActivityTicket populator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BaseSiteServicevoidpopulate(CsTicketModel ticketModel, GeneralActivityData ticketData) Populate the target instance with values from the source instance.voidsetBaseSiteService(BaseSiteService baseSiteService)
-
Constructor Details
-
GeneralActivityTicketPopulator
public GeneralActivityTicketPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CsTicketModel,GeneralActivityData> - Parameters:
ticketModel- the source objectticketData- the target to fill
-
getBaseSiteService
-
setBaseSiteService
-