Class DefaultSecTranscriptPopulator
- java.lang.Object
-
- de.hybris.platform.secaddon.populators.DefaultSecTranscriptPopulator
-
- All Implemented Interfaces:
Populator<Transcript,TranscriptSec>
public class DefaultSecTranscriptPopulator extends java.lang.Object implements Populator<Transcript,TranscriptSec>
-
-
Constructor Summary
Constructors Constructor Description DefaultSecTranscriptPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetDisplayName()protected java.lang.StringgetEmail()protected java.lang.StringgetOwnerId()voidpopulate(Transcript transcript, TranscriptSec transcriptSec)Populate the target instance with values from the source instance.protected voidpopulateOwner(TranscriptSec transcriptSec)voidsetCustomerFacade(CustomerFacade customerFacade)voidsetSessionService(SessionService sessionService)
-
-
-
Method Detail
-
populate
public void populate(Transcript transcript, TranscriptSec transcriptSec) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<Transcript,TranscriptSec>- Parameters:
transcript- the source objecttranscriptSec- the target to fill- Throws:
ConversionException- if an error occurs
-
populateOwner
protected void populateOwner(TranscriptSec transcriptSec)
-
getEmail
protected java.lang.String getEmail()
-
getDisplayName
protected java.lang.String getDisplayName()
-
getOwnerId
protected java.lang.String getOwnerId()
-
setSessionService
public void setSessionService(SessionService sessionService)
-
setCustomerFacade
public void setCustomerFacade(CustomerFacade customerFacade)
-
-