Class DefaultSecTicketPopulator
- java.lang.Object
-
- de.hybris.platform.secaddon.populators.DefaultSecTicketPopulator
-
- All Implemented Interfaces:
Populator<TicketData,TicketSecData>
public class DefaultSecTicketPopulator extends java.lang.Object implements Populator<TicketData,TicketSecData>
-
-
Constructor Summary
Constructors Constructor Description DefaultSecTicketPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetCustomerMappedId()voidpopulate(TicketData ticketData, TicketSecData ticketSecData)Populate the target instance with values from the source instance.voidsetSessionService(SessionService sessionService)
-
-
-
Method Detail
-
populate
public void populate(TicketData ticketData, TicketSecData ticketSecData) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<TicketData,TicketSecData>- Parameters:
ticketData- the source objectticketSecData- the target to fill- Throws:
ConversionException- if an error occurs
-
getCustomerMappedId
protected java.lang.String getCustomerMappedId()
-
setSessionService
public void setSessionService(SessionService sessionService)
-
-